Skip to content

Commit 1e09b21

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 30f791a commit 1e09b21

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

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>4.0-M3</version>
27+
<version>4.0-SNAPSHOT</version>
2828
</parent>
2929

3030
<artifactId>bootique-agrest-junit5</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>4.0-M3</version>
27+
<version>4.0-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>4.0-M3</version>
27+
<version>4.0-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>4.0-M3</version>
32+
<version>4.0-SNAPSHOT</version>
3333
<packaging>pom</packaging>
3434

3535
<name>bootique-agrest-parent: Parent of Agrest/Bootique integration</name>
@@ -50,7 +50,7 @@
5050
<scm>
5151
<developerConnection>scm:git:ssh://git@github.com/bootique/bootique-agrest</developerConnection>
5252
<url>https://github.com/bootique/bootique-agrest</url>
53-
<tag>4.0-M3</tag>
53+
<tag>HEAD</tag>
5454
</scm>
5555

5656
<dependencyManagement>

0 commit comments

Comments
 (0)