Skip to content

Commit f3584d7

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent fba51c5 commit f3584d7

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

bootique-mvc-freemarker/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.mvc</groupId>
2626
<artifactId>bootique-mvc-parent</artifactId>
27-
<version>4.0-M1</version>
27+
<version>4.0-SNAPSHOT</version>
2828
</parent>
2929
<artifactId>bootique-mvc-freemarker</artifactId>
3030
<packaging>jar</packaging>

bootique-mvc-mustache/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.mvc</groupId>
2626
<artifactId>bootique-mvc-parent</artifactId>
27-
<version>4.0-M1</version>
27+
<version>4.0-SNAPSHOT</version>
2828
</parent>
2929
<artifactId>bootique-mvc-mustache</artifactId>
3030
<packaging>jar</packaging>

bootique-mvc/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.mvc</groupId>
2626
<artifactId>bootique-mvc-parent</artifactId>
27-
<version>4.0-M1</version>
27+
<version>4.0-SNAPSHOT</version>
2828
</parent>
2929
<artifactId>bootique-mvc</artifactId>
3030
<packaging>jar</packaging>

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.mvc</groupId>
3232
<artifactId>bootique-mvc-parent</artifactId>
33-
<version>4.0-M1</version>
33+
<version>4.0-SNAPSHOT</version>
3434
<packaging>pom</packaging>
3535
<name>bootique-mvc-parent:</name>
3636
<description>A parent of Bootoque MVC modules.</description>
@@ -49,7 +49,7 @@
4949
<scm>
5050
<developerConnection>scm:git:ssh://git@github.com/bootique/bootique-mvc</developerConnection>
5151
<url>https://github.com/bootique/bootique-mvc</url>
52-
<tag>4.0-M1</tag>
52+
<tag>HEAD</tag>
5353
</scm>
5454

5555
<dependencyManagement>

0 commit comments

Comments
 (0)