Skip to content

Commit

Permalink
modernizer-maven-plugin 2.9.0 release
Browse files Browse the repository at this point in the history
Fixes #260.
  • Loading branch information
gaul committed May 23, 2024
1 parent 6da2dee commit 8ddb06e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion modernizer-maven-annotations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.gaul</groupId>
<artifactId>modernizer-maven-parent</artifactId>
<version>2.9.0-SNAPSHOT</version>
<version>2.9.0</version>
</parent>

<artifactId>modernizer-maven-annotations</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion modernizer-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.gaul</groupId>
<artifactId>modernizer-maven-parent</artifactId>
<version>2.9.0-SNAPSHOT</version>
<version>2.9.0</version>
</parent>

<artifactId>modernizer-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion modernizer-maven-policy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.gaul</groupId>
<artifactId>modernizer-maven-parent</artifactId>
<version>2.9.0-SNAPSHOT</version>
<version>2.9.0</version>
</parent>

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

<groupId>org.gaul</groupId>
<artifactId>modernizer-maven-parent</artifactId>
<version>2.9.0-SNAPSHOT</version>
<version>2.9.0</version>
<packaging>pom</packaging>

<name>Modernizer Maven Plugin parent</name>
Expand Down

0 comments on commit 8ddb06e

Please sign in to comment.