Skip to content

Commit 12b6f30

Browse files
committed
[maven-release-plugin] prepare release 3.0-M6
1 parent 32b6e4e commit 12b6f30

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
lines changed

bootique-aws-s3/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.aws</groupId>
2626
<artifactId>bootique-aws-parent</artifactId>
27-
<version>3.0-SNAPSHOT</version>
27+
<version>3.0-M6</version>
2828
</parent>
2929

3030
<artifactId>bootique-aws-s3</artifactId>

bootique-aws-secrets/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.aws</groupId>
2626
<artifactId>bootique-aws-parent</artifactId>
27-
<version>3.0-SNAPSHOT</version>
27+
<version>3.0-M6</version>
2828
</parent>
2929

3030
<artifactId>bootique-aws-secrets</artifactId>

bootique-aws/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.aws</groupId>
2626
<artifactId>bootique-aws-parent</artifactId>
27-
<version>3.0-SNAPSHOT</version>
27+
<version>3.0-M6</version>
2828
</parent>
2929

3030
<artifactId>bootique-aws</artifactId>

bootique-aws2-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.aws</groupId>
2626
<artifactId>bootique-aws-parent</artifactId>
27-
<version>3.0-SNAPSHOT</version>
27+
<version>3.0-M6</version>
2828
</parent>
2929

3030
<artifactId>bootique-aws2-junit5</artifactId>

bootique-aws2-s3-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.aws</groupId>
2626
<artifactId>bootique-aws-parent</artifactId>
27-
<version>3.0-SNAPSHOT</version>
27+
<version>3.0-M6</version>
2828
</parent>
2929

3030
<artifactId>bootique-aws2-s3-junit5</artifactId>

bootique-aws2-s3/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.aws</groupId>
2626
<artifactId>bootique-aws-parent</artifactId>
27-
<version>3.0-SNAPSHOT</version>
27+
<version>3.0-M6</version>
2828
</parent>
2929

3030
<artifactId>bootique-aws2-s3</artifactId>

bootique-aws2-secrets/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.aws</groupId>
2626
<artifactId>bootique-aws-parent</artifactId>
27-
<version>3.0-SNAPSHOT</version>
27+
<version>3.0-M6</version>
2828
</parent>
2929

3030
<artifactId>bootique-aws2-secrets</artifactId>

bootique-aws2/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.aws</groupId>
2626
<artifactId>bootique-aws-parent</artifactId>
27-
<version>3.0-SNAPSHOT</version>
27+
<version>3.0-M6</version>
2828
</parent>
2929

3030
<artifactId>bootique-aws2</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.aws</groupId>
3131
<artifactId>bootique-aws-parent</artifactId>
32-
<version>3.0-SNAPSHOT</version>
32+
<version>3.0-M6</version>
3333
<packaging>pom</packaging>
3434

3535
<name>bootique-aws-parent: Parent of AWS integration modules for Bootique</name>
@@ -57,7 +57,7 @@
5757
<scm>
5858
<developerConnection>scm:git:ssh://[email protected]/bootique/bootique-aws</developerConnection>
5959
<url>https://github.com/bootique/bootique-aws</url>
60-
<tag>HEAD</tag>
60+
<tag>3.0-M6</tag>
6161
</scm>
6262

6363
<dependencyManagement>

0 commit comments

Comments
 (0)