Skip to content

Commit

Permalink
Start next development version 9.7.5.39.3-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
petergeneric committed Jun 26, 2024
1 parent 4bc8167 commit cd701e1
Show file tree
Hide file tree
Showing 16 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion guice/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>com.peterphi.std.guice</groupId>
<artifactId>stdlib-guice-parent</artifactId>
<version>9.7.5.39.2</version>
<version>9.7.5.39.3-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions guice/freemarker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.peterphi.std.guice</groupId>
<artifactId>stdlib-guice-freemarker</artifactId>
<version>9.7.5.39.2</version>
<version>9.7.5.39.3-SNAPSHOT</version>
<packaging>jar</packaging>

<name>stdlib guice freemarker webapp</name>
Expand All @@ -14,7 +14,7 @@
<parent>
<groupId>com.peterphi.std.guice</groupId>
<artifactId>stdlib-guice-parent</artifactId>
<version>9.7.5.39.2</version>
<version>9.7.5.39.3-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions guice/hibernate-testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.peterphi.std.guice</groupId>
<artifactId>stdlib-guice-hibernate-testing</artifactId>
<version>9.7.5.39.2</version>
<version>9.7.5.39.3-SNAPSHOT</version>
<packaging>jar</packaging>

<name>stdlib guice hibernate testing support</name>
Expand All @@ -14,7 +14,7 @@
<parent>
<groupId>com.peterphi.std.guice</groupId>
<artifactId>stdlib-guice-parent</artifactId>
<version>9.7.5.39.2</version>
<version>9.7.5.39.3-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions guice/hibernate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.peterphi.std.guice</groupId>
<artifactId>stdlib-guice-hibernate</artifactId>
<version>9.7.5.39.2</version>
<version>9.7.5.39.3-SNAPSHOT</version>
<packaging>jar</packaging>

<name>stdlib guice hibernate</name>
Expand All @@ -14,7 +14,7 @@
<parent>
<groupId>com.peterphi.std.guice</groupId>
<artifactId>stdlib-guice-parent</artifactId>
<version>9.7.5.39.2</version>
<version>9.7.5.39.3-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions guice/liquibase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.peterphi.std.guice</groupId>
<artifactId>stdlib-guice-liquibase</artifactId>
<version>9.7.5.39.2</version>
<version>9.7.5.39.3-SNAPSHOT</version>
<packaging>jar</packaging>

<name>stdlib guice liquibase support</name>
Expand All @@ -14,7 +14,7 @@
<parent>
<groupId>com.peterphi.std.guice</groupId>
<artifactId>stdlib-guice-parent</artifactId>
<version>9.7.5.39.2</version>
<version>9.7.5.39.3-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions guice/metrics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.peterphi.std.guice</groupId>
<artifactId>stdlib-guice-metrics</artifactId>
<version>9.7.5.39.2</version>
<version>9.7.5.39.3-SNAPSHOT</version>
<packaging>jar</packaging>

<name>stdlib guice metrics</name>
Expand All @@ -14,7 +14,7 @@
<parent>
<groupId>com.peterphi.std.guice</groupId>
<artifactId>stdlib-guice-parent</artifactId>
<version>9.7.5.39.2</version>
<version>9.7.5.39.3-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions guice/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.peterphi.std.guice</groupId>
<artifactId>stdlib-guice-parent</artifactId>
<version>9.7.5.39.2</version>
<version>9.7.5.39.3-SNAPSHOT</version>
<packaging>pom</packaging>

<name>application framework guice modules parent</name>
Expand All @@ -13,7 +13,7 @@
<parent>
<groupId>com.peterphi.std</groupId>
<artifactId>stdlib-parent</artifactId>
<version>9.7.5.39.2</version>
<version>9.7.5.39.3-SNAPSHOT</version>
</parent>

<dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions guice/testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.peterphi.std.guice</groupId>
<artifactId>stdlib-guice-testing</artifactId>
<version>9.7.5.39.2</version>
<version>9.7.5.39.3-SNAPSHOT</version>
<packaging>jar</packaging>

<name>stdlib guice testing support</name>
Expand All @@ -14,7 +14,7 @@
<parent>
<groupId>com.peterphi.std.guice</groupId>
<artifactId>stdlib-guice-parent</artifactId>
<version>9.7.5.39.2</version>
<version>9.7.5.39.3-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions guice/webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.peterphi.std.guice</groupId>
<artifactId>stdlib-guice-webapp</artifactId>
<version>9.7.5.39.2</version>
<version>9.7.5.39.3-SNAPSHOT</version>
<packaging>jar</packaging>

<name>stdlib guice webapp</name>
Expand All @@ -14,7 +14,7 @@
<parent>
<groupId>com.peterphi.std.guice</groupId>
<artifactId>stdlib-guice-parent</artifactId>
<version>9.7.5.39.2</version>
<version>9.7.5.39.3-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions guice/xml-testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.peterphi.std.guice</groupId>
<artifactId>stdlib-xml-testing</artifactId>
<version>9.7.5.39.2</version>
<version>9.7.5.39.3-SNAPSHOT</version>
<packaging>jar</packaging>

<name>stdlib xmlunit testing support</name>
Expand All @@ -14,7 +14,7 @@
<parent>
<groupId>com.peterphi.std.guice</groupId>
<artifactId>stdlib-guice-parent</artifactId>
<version>9.7.5.39.2</version>
<version>9.7.5.39.3-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.peterphi.std</groupId>
<artifactId>stdlib-parent</artifactId>
<version>9.7.5.39.2</version>
<version>9.7.5.39.3-SNAPSHOT</version>
<packaging>pom</packaging>

<name>application framework parent</name>
Expand Down
4 changes: 2 additions & 2 deletions stdlib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
<groupId>com.peterphi.std</groupId>
<artifactId>stdlib</artifactId>
<packaging>jar</packaging>
<version>9.7.5.39.2</version>
<version>9.7.5.39.3-SNAPSHOT</version>
<name>stdlib</name>
<description>Utility API</description>

<parent>
<groupId>com.peterphi.std</groupId>
<artifactId>stdlib-parent</artifactId>
<version>9.7.5.39.2</version>
<version>9.7.5.39.3-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion user-manager/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.peterphi.user-manager</groupId>
<artifactId>user-manager-parent</artifactId>
<version>9.7.5.39.2</version>
<version>9.7.5.39.3-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion user-manager/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.peterphi.std</groupId>
<artifactId>stdlib-parent</artifactId>
<version>9.7.5.39.2</version>
<version>9.7.5.39.3-SNAPSHOT</version>
</parent>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion user-manager/service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.peterphi.user-manager</groupId>
<artifactId>user-manager-parent</artifactId>
<version>9.7.5.39.2</version>
<version>9.7.5.39.3-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions util/carbon-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
<parent>
<groupId>com.peterphi.std</groupId>
<artifactId>stdlib-parent</artifactId>
<version>9.7.5.39.2</version>
<version>9.7.5.39.3-SNAPSHOT</version>

<relativePath>../../</relativePath>
</parent>

<groupId>com.peterphi.std.util.carbon</groupId>
<artifactId>carbon-client</artifactId>
<version>9.7.5.39.2</version>
<version>9.7.5.39.3-SNAPSHOT</version>
<packaging>jar</packaging>

<name>carbon client</name>
Expand Down

0 comments on commit cd701e1

Please sign in to comment.