Skip to content

Commit 2b779fc

Browse files
committed
[maven-release-plugin] prepare release 4.0-M1
1 parent ac3feab commit 2b779fc

File tree

6 files changed

+8
-9
lines changed

6 files changed

+8
-9
lines changed

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>4.0-SNAPSHOT</version>
27+
<version>4.0-M1</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>4.0-SNAPSHOT</version>
27+
<version>4.0-M1</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>4.0-SNAPSHOT</version>
27+
<version>4.0-M1</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>4.0-SNAPSHOT</version>
27+
<version>4.0-M1</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>4.0-SNAPSHOT</version>
27+
<version>4.0-M1</version>
2828
</parent>
2929

3030
<artifactId>bootique-aws2</artifactId>

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818
under the License.
1919
-->
2020

21-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
21+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2322

2423
<modelVersion>4.0.0</modelVersion>
2524
<parent>
@@ -30,7 +29,7 @@
3029

3130
<groupId>io.bootique.aws</groupId>
3231
<artifactId>bootique-aws-parent</artifactId>
33-
<version>4.0-SNAPSHOT</version>
32+
<version>4.0-M1</version>
3433
<packaging>pom</packaging>
3534

3635
<name>bootique-aws-parent: Parent of AWS integration modules for Bootique</name>
@@ -55,7 +54,7 @@
5554
<scm>
5655
<developerConnection>scm:git:ssh://[email protected]/bootique/bootique-aws</developerConnection>
5756
<url>https://github.com/bootique/bootique-aws</url>
58-
<tag>HEAD</tag>
57+
<tag>4.0-M1</tag>
5958
</scm>
6059

6160
<dependencyManagement>

0 commit comments

Comments
 (0)