Skip to content

Commit 237fd7f

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 333e97f commit 237fd7f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

bootique-mongo-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>bootique-mongo-parent</artifactId>
2424
<groupId>io.bootique.mongo</groupId>
25-
<version>3.0-M6</version>
25+
<version>3.0-SNAPSHOT</version>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
2828

bootique-mongo-junit5/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>bootique-mongo-parent</artifactId>
2323
<groupId>io.bootique.mongo</groupId>
24-
<version>3.0-M6</version>
24+
<version>3.0-SNAPSHOT</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

bootique-mongo-morphia/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>bootique-mongo-parent</artifactId>
2323
<groupId>io.bootique.mongo</groupId>
24-
<version>3.0-M6</version>
24+
<version>3.0-SNAPSHOT</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

pom.xml

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

3131
<groupId>io.bootique.mongo</groupId>
3232
<artifactId>bootique-mongo-parent</artifactId>
33-
<version>3.0-M6</version>
33+
<version>3.0-SNAPSHOT</version>
3434

3535
<name>bootique-mongo-parent</name>
3636
<description>
@@ -52,7 +52,7 @@
5252
<scm>
5353
<developerConnection>scm:git:ssh://[email protected]/bootique/bootique-mongodb.git</developerConnection>
5454
<url>https://github.com/bootique/bootique-mongodb</url>
55-
<tag>3.0-M6</tag>
55+
<tag>HEAD</tag>
5656
</scm>
5757

5858
<dependencyManagement>

0 commit comments

Comments
 (0)