Skip to content

Commit cd6328e

Browse files
committed
[maven-release-plugin] prepare release 4.0-M2
1 parent bb85f39 commit cd6328e

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

bootique-bom-test-jdbc/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.bom</groupId>
2626
<artifactId>bootique-bom-parent</artifactId>
27-
<version>4.0-SNAPSHOT</version>
27+
<version>4.0-M2</version>
2828
</parent>
2929

3030
<artifactId>bootique-bom-test-jdbc</artifactId>

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

3030
<artifactId>bootique-bom-test-swagger</artifactId>

bootique-bom-tests-all/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.bom</groupId>
2626
<artifactId>bootique-bom-parent</artifactId>
27-
<version>4.0-SNAPSHOT</version>
27+
<version>4.0-M2</version>
2828
</parent>
2929

3030
<artifactId>bootique-bom-tests-all</artifactId>

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

3030
<artifactId>bootique-bom</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<artifactId>bootique-bom-parent</artifactId>
3030

3131
<!-- Keeping this version in sync with Bootique version -->
32-
<version>4.0-SNAPSHOT</version>
32+
<version>4.0-M2</version>
3333
<packaging>pom</packaging>
3434

3535
<name>bootique-bom-parent: Parent of bootique-bom</name>
@@ -52,7 +52,7 @@
5252
<scm>
5353
<developerConnection>scm:git:ssh://git@github.com/bootique/bootique-bom</developerConnection>
5454
<url>https://github.com/bootique/bootique-bom</url>
55-
<tag>HEAD</tag>
55+
<tag>4.0-M2</tag>
5656
</scm>
5757
<build>
5858
<plugins>

0 commit comments

Comments
 (0)