Skip to content

Commit 4bce8ca

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent b3bf267 commit 4bce8ca

9 files changed

Lines changed: 10 additions & 10 deletions

File tree

bootique-agrest-jakarta-junit5/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>io.bootique.agrest</groupId>
2626
<artifactId>bootique-agrest-parent</artifactId>
27-
<version>3.0</version>
27+
<version>3.1-SNAPSHOT</version>
2828
</parent>
2929

3030
<artifactId>bootique-agrest-jakarta-junit5</artifactId>

bootique-agrest-junit5/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>io.bootique.agrest</groupId>
2626
<artifactId>bootique-agrest-parent</artifactId>
27-
<version>3.0</version>
27+
<version>3.1-SNAPSHOT</version>
2828
</parent>
2929

3030
<artifactId>bootique-agrest-junit5</artifactId>

bootique-agrest4-swagger/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>io.bootique.agrest</groupId>
2626
<artifactId>bootique-agrest-parent</artifactId>
27-
<version>3.0</version>
27+
<version>3.1-SNAPSHOT</version>
2828
</parent>
2929

3030
<artifactId>bootique-agrest4-swagger</artifactId>

bootique-agrest4/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>io.bootique.agrest</groupId>
2626
<artifactId>bootique-agrest-parent</artifactId>
27-
<version>3.0</version>
27+
<version>3.1-SNAPSHOT</version>
2828
</parent>
2929

3030
<artifactId>bootique-agrest4</artifactId>

bootique-agrest5-jakarta-swagger/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>io.bootique.agrest</groupId>
2626
<artifactId>bootique-agrest-parent</artifactId>
27-
<version>3.0</version>
27+
<version>3.1-SNAPSHOT</version>
2828
</parent>
2929

3030
<artifactId>bootique-agrest5-jakarta-swagger</artifactId>

bootique-agrest5-jakarta/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>io.bootique.agrest</groupId>
2626
<artifactId>bootique-agrest-parent</artifactId>
27-
<version>3.0</version>
27+
<version>3.1-SNAPSHOT</version>
2828
</parent>
2929

3030
<artifactId>bootique-agrest5-jakarta</artifactId>

bootique-agrest5-swagger/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>io.bootique.agrest</groupId>
2626
<artifactId>bootique-agrest-parent</artifactId>
27-
<version>3.0</version>
27+
<version>3.1-SNAPSHOT</version>
2828
</parent>
2929

3030
<artifactId>bootique-agrest5-swagger</artifactId>

bootique-agrest5/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>io.bootique.agrest</groupId>
2626
<artifactId>bootique-agrest-parent</artifactId>
27-
<version>3.0</version>
27+
<version>3.1-SNAPSHOT</version>
2828
</parent>
2929

3030
<artifactId>bootique-agrest5</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
<groupId>io.bootique.agrest</groupId>
3131
<artifactId>bootique-agrest-parent</artifactId>
32-
<version>3.0</version>
32+
<version>3.1-SNAPSHOT</version>
3333
<packaging>pom</packaging>
3434

3535
<name>bootique-agrest-parent: Parent of Agrest/Bootique integration</name>
@@ -58,7 +58,7 @@
5858
<scm>
5959
<developerConnection>scm:git:ssh://git@github.com/bootique/bootique-agrest</developerConnection>
6060
<url>https://github.com/bootique/bootique-agrest</url>
61-
<tag>3.0</tag>
61+
<tag>HEAD</tag>
6262
</scm>
6363

6464
<dependencyManagement>

0 commit comments

Comments
 (0)