Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
stariy95 committed Apr 4, 2024
1 parent 3b5d7f1 commit a893073
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion bootique-aws-s3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.bootique.aws</groupId>
<artifactId>bootique-aws-parent</artifactId>
<version>3.0-M3</version>
<version>3.0-SNAPSHOT</version>
</parent>

<artifactId>bootique-aws-s3</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bootique-aws-secrets/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.bootique.aws</groupId>
<artifactId>bootique-aws-parent</artifactId>
<version>3.0-M3</version>
<version>3.0-SNAPSHOT</version>
</parent>

<artifactId>bootique-aws-secrets</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bootique-aws/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.bootique.aws</groupId>
<artifactId>bootique-aws-parent</artifactId>
<version>3.0-M3</version>
<version>3.0-SNAPSHOT</version>
</parent>

<artifactId>bootique-aws</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bootique-aws2-junit5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.bootique.aws</groupId>
<artifactId>bootique-aws-parent</artifactId>
<version>3.0-M3</version>
<version>3.0-SNAPSHOT</version>
</parent>

<artifactId>bootique-aws2-junit5</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bootique-aws2-s3-junit5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.bootique.aws</groupId>
<artifactId>bootique-aws-parent</artifactId>
<version>3.0-M3</version>
<version>3.0-SNAPSHOT</version>
</parent>

<artifactId>bootique-aws2-s3-junit5</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bootique-aws2-s3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.bootique.aws</groupId>
<artifactId>bootique-aws-parent</artifactId>
<version>3.0-M3</version>
<version>3.0-SNAPSHOT</version>
</parent>

<artifactId>bootique-aws2-s3</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bootique-aws2-secrets/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.bootique.aws</groupId>
<artifactId>bootique-aws-parent</artifactId>
<version>3.0-M3</version>
<version>3.0-SNAPSHOT</version>
</parent>

<artifactId>bootique-aws2-secrets</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bootique-aws2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.bootique.aws</groupId>
<artifactId>bootique-aws-parent</artifactId>
<version>3.0-M3</version>
<version>3.0-SNAPSHOT</version>
</parent>

<artifactId>bootique-aws2</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<groupId>io.bootique.aws</groupId>
<artifactId>bootique-aws-parent</artifactId>
<version>3.0-M3</version>
<version>3.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>bootique-aws-parent: Parent of AWS integration modules for Bootique</name>
Expand Down Expand Up @@ -58,7 +58,7 @@
<scm>
<developerConnection>scm:git:ssh://[email protected]/bootique/bootique-aws</developerConnection>
<url>https://github.com/bootique/bootique-aws</url>
<tag>3.0-M3</tag>
<tag>HEAD</tag>
</scm>

<dependencyManagement>
Expand Down

0 comments on commit a893073

Please sign in to comment.