Skip to content

Commit

Permalink
Start next development version 14.7.13-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
petergeneric committed Jul 4, 2024
1 parent 323c7d4 commit da43ee4
Show file tree
Hide file tree
Showing 17 changed files with 29 additions and 29 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>14.7.12</version>
<version>14.7.13-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>14.7.12</version>
<version>14.7.13-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>14.7.12</version>
<version>14.7.13-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>14.7.12</version>
<version>14.7.13-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>14.7.12</version>
<version>14.7.13-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>14.7.12</version>
<version>14.7.13-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>14.7.12</version>
<version>14.7.13-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>14.7.12</version>
<version>14.7.13-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>14.7.12</version>
<version>14.7.13-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>14.7.12</version>
<version>14.7.13-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>14.7.12</version>
<version>14.7.13-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>14.7.12</version>
<version>14.7.13-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>14.7.12</version>
<version>14.7.13-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>14.7.12</version>
<version>14.7.13-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>14.7.12</version>
<version>14.7.13-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>14.7.12</version>
<version>14.7.13-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>14.7.12</version>
<version>14.7.13-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>14.7.12</version>
<version>14.7.13-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>14.7.12</version>
<version>14.7.13-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions moxy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
<groupId>com.peterphi.std</groupId>
<artifactId>moxy</artifactId>
<packaging>jar</packaging>
<version>14.7.12</version>
<version>14.7.13-SNAPSHOT</version>
<name>moxy as default jaxb</name>
<description>Make moxy the default jaxb impl for a JVM</description>

<parent>
<groupId>com.peterphi.std</groupId>
<artifactId>stdlib-parent</artifactId>
<version>14.7.12</version>
<version>14.7.13-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>14.7.12</version>
<version>14.7.13-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>14.7.12</version>
<version>14.7.13-SNAPSHOT</version>
<name>stdlib</name>
<description>Utility API</description>

<parent>
<groupId>com.peterphi.std</groupId>
<artifactId>stdlib-parent</artifactId>
<version>14.7.12</version>
<version>14.7.13-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions thymeleaf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
<groupId>org.thymeleaf</groupId>
<artifactId>thymeleaf</artifactId>
<packaging>jar</packaging>
<version>14.7.12</version>
<version>14.7.13-SNAPSHOT</version>
<name>thymeleaf</name>
<description>Thymeleaf Template Engine</description>

<parent>
<groupId>com.peterphi.std</groupId>
<artifactId>stdlib-parent</artifactId>
<version>14.7.12</version>
<version>14.7.13-SNAPSHOT</version>
</parent>

<properties>
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>14.7.12</version>
<version>14.7.13-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>14.7.12</version>
<version>14.7.13-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>14.7.12</version>
<version>14.7.13-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down

0 comments on commit da43ee4

Please sign in to comment.