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
rnc committed Oct 15, 2024
1 parent 5f7c8d9 commit ef04528
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion annotation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.commonjava.maven.ext</groupId>
<artifactId>pom-manipulation-parent</artifactId>
<version>4.19-SNAPSHOT</version>
<version>4.20-SNAPSHOT</version>
</parent>

<artifactId>pom-manipulation-annotation</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.commonjava.maven.ext</groupId>
<artifactId>pom-manipulation-parent</artifactId>
<version>4.19-SNAPSHOT</version>
<version>4.20-SNAPSHOT</version>
</parent>

<artifactId>pom-manipulation-cli</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.commonjava.maven.ext</groupId>
<artifactId>pom-manipulation-parent</artifactId>
<version>4.19-SNAPSHOT</version>
<version>4.20-SNAPSHOT</version>
</parent>

<artifactId>pom-manipulation-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.commonjava.maven.ext</groupId>
<artifactId>pom-manipulation-parent</artifactId>
<version>4.19-SNAPSHOT</version>
<version>4.20-SNAPSHOT</version>
</parent>

<artifactId>pom-manipulation-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion coverage-reporting/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.commonjava.maven.ext</groupId>
<artifactId>pom-manipulation-parent</artifactId>
<version>4.19-SNAPSHOT</version>
<version>4.20-SNAPSHOT</version>
</parent>

<artifactId>pom-manipulation-coverage</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ext/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.commonjava.maven.ext</groupId>
<artifactId>pom-manipulation-parent</artifactId>
<version>4.19-SNAPSHOT</version>
<version>4.20-SNAPSHOT</version>
</parent>

<artifactId>pom-manipulation-ext</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integration-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.commonjava.maven.ext</groupId>
<artifactId>pom-manipulation-parent</artifactId>
<version>4.19-SNAPSHOT</version>
<version>4.20-SNAPSHOT</version>
</parent>

<artifactId>pom-manipulation-integration-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion io/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.commonjava.maven.ext</groupId>
<artifactId>pom-manipulation-parent</artifactId>
<version>4.19-SNAPSHOT</version>
<version>4.20-SNAPSHOT</version>
</parent>

<artifactId>pom-manipulation-io</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<groupId>org.commonjava.maven.ext</groupId>
<artifactId>pom-manipulation-parent</artifactId>
<version>4.19-SNAPSHOT</version>
<version>4.20-SNAPSHOT</version>
<packaging>pom</packaging>

<name>POM Manipulation Extension for Maven</name>
Expand Down

0 comments on commit ef04528

Please sign in to comment.