Skip to content

Commit

Permalink
Github packages dislikes uppercase letters.
Browse files Browse the repository at this point in the history
  • Loading branch information
nullterminated committed Oct 31, 2024
1 parent 59c4939 commit aee7323
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions AWSPlugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<artifactId>ponder</artifactId>
<version>2.0-SNAPSHOT</version>
</parent>
<artifactId>AWSPlugin</artifactId>
<artifactId>awsplugin</artifactId>
<packaging>woframework</packaging>
<name>AWS Plugin</name>
<dependencies>
Expand All @@ -21,7 +21,7 @@
</dependency>
<dependency>
<groupId>ponder</groupId>
<artifactId>ERCoreBL</artifactId>
<artifactId>ercorebl</artifactId>
</dependency>
<dependency>
<groupId>com.webobjects</groupId>
Expand Down
6 changes: 3 additions & 3 deletions ERAddressBookExample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<artifactId>ponder</artifactId>
<version>2.0-SNAPSHOT</version>
</parent>
<artifactId>ERAddressBookExample</artifactId>
<artifactId>eraddressbookexample</artifactId>
<packaging>woapplication</packaging>
<name>ERAddress Book Example</name>
<dependencies>
Expand All @@ -20,11 +20,11 @@
</dependency>
<dependency>
<groupId>ponder</groupId>
<artifactId>ERDatum</artifactId>
<artifactId>erdatum</artifactId>
</dependency>
<dependency>
<groupId>ponder</groupId>
<artifactId>ERR2dw</artifactId>
<artifactId>err2dw</artifactId>
</dependency>
<dependency>
<groupId>com.webobjects</groupId>
Expand Down
4 changes: 2 additions & 2 deletions ERAuth/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<artifactId>ponder</artifactId>
<version>2.0-SNAPSHOT</version>
</parent>
<artifactId>ERAuth</artifactId>
<artifactId>erauth</artifactId>
<packaging>woframework</packaging>
<name>ERAuth</name>
<dependencies>
Expand All @@ -28,7 +28,7 @@
</dependency>
<dependency>
<groupId>ponder</groupId>
<artifactId>ERCoreBL</artifactId>
<artifactId>ercorebl</artifactId>
</dependency>
<dependency>
<groupId>com.webobjects</groupId>
Expand Down
2 changes: 1 addition & 1 deletion ERCoreBL/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<artifactId>ponder</artifactId>
<version>2.0-SNAPSHOT</version>
</parent>
<artifactId>ERCoreBL</artifactId>
<artifactId>ercorebl</artifactId>
<packaging>woframework</packaging>
<name>ERCoreBL</name>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion ERDatum/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<artifactId>ponder</artifactId>
<version>2.0-SNAPSHOT</version>
</parent>
<artifactId>ERDatum</artifactId>
<artifactId>erdatum</artifactId>
<packaging>woframework</packaging>
<name>ERDatum</name>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion ERR2d2w/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<artifactId>ponder</artifactId>
<version>2.0-SNAPSHOT</version>
</parent>
<artifactId>ERR2dw</artifactId>
<artifactId>err2dw</artifactId>
<packaging>woframework</packaging>
<name>ERR2dw</name>
<dependencies>
Expand Down
6 changes: 3 additions & 3 deletions ERUsers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<artifactId>ponder</artifactId>
<version>2.0-SNAPSHOT</version>
</parent>
<artifactId>ERUsers</artifactId>
<artifactId>erusers</artifactId>
<packaging>woframework</packaging>
<name>ERUsers</name>
<dependencies>
Expand All @@ -24,11 +24,11 @@
</dependency>
<dependency>
<groupId>ponder</groupId>
<artifactId>ERCoreBL</artifactId>
<artifactId>ercorebl</artifactId>
</dependency>
<dependency>
<groupId>ponder</groupId>
<artifactId>ERAuth</artifactId>
<artifactId>erauth</artifactId>
</dependency>
<dependency>
<groupId>com.webobjects</groupId>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -130,22 +130,22 @@
</dependency>
<dependency>
<groupId>ponder</groupId>
<artifactId>ERCoreBL</artifactId>
<artifactId>ercorebl</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>ponder</groupId>
<artifactId>ERAuth</artifactId>
<artifactId>erauth</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>ponder</groupId>
<artifactId>ERDatum</artifactId>
<artifactId>erdatum</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>ponder</groupId>
<artifactId>ERR2dw</artifactId>
<artifactId>err2dw</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
Expand Down

0 comments on commit aee7323

Please sign in to comment.