Skip to content

Commit 060f123

Browse files
committed
changing the version on "master" to 4.0-SNAPSHOT
1 parent 4bd3774 commit 060f123

File tree

9 files changed

+9
-9
lines changed

9 files changed

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

3030
<artifactId>bootique-aws2</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
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>4.0-SNAPSHOT</version>
3333
<packaging>pom</packaging>
3434

3535
<name>bootique-aws-parent: Parent of AWS integration modules for Bootique</name>

0 commit comments

Comments
 (0)