Skip to content

Commit e4c3a9d

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

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

bootique-logback-docs/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-logback-parent</artifactId>
2424
<groupId>io.bootique.logback</groupId>
25-
<version>4.0-M1</version>
25+
<version>4.0-SNAPSHOT</version>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
2828

bootique-logback-json/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>bootique-logback-parent</artifactId>
2525
<groupId>io.bootique.logback</groupId>
26-
<version>4.0-M1</version>
26+
<version>4.0-SNAPSHOT</version>
2727
</parent>
2828

2929
<artifactId>bootique-logback-json</artifactId>

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

3030
<artifactId>bootique-logback</artifactId>

pom.xml

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

2929
<groupId>io.bootique.logback</groupId>
3030
<artifactId>bootique-logback-parent</artifactId>
31-
<version>4.0-M1</version>
31+
<version>4.0-SNAPSHOT</version>
3232
<packaging>pom</packaging>
3333

3434
<name>bootique-logback-parent: Parent of Logback integration modules for Bootique</name>
@@ -50,7 +50,7 @@
5050
<scm>
5151
<developerConnection>scm:git:ssh://git@github.com/bootique/bootique-logback</developerConnection>
5252
<url>https://github.com/bootique/bootique-logback</url>
53-
<tag>4.0-M1</tag>
53+
<tag>HEAD</tag>
5454
</scm>
5555

5656
<dependencyManagement>

0 commit comments

Comments
 (0)