Skip to content

Commit

Permalink
Revert "Bump org.apache.maven:maven-core in /modernizer-maven-plugin"
Browse files Browse the repository at this point in the history
This reverts commit 72e6e33.
Using a newer version prevents use of older maven versions.
Fixes #341.
  • Loading branch information
gaul committed Mar 8, 2024
1 parent e9d13be commit 3ab0f92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modernizer-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</prerequisites>

<properties>
<mavenVersion>3.9.5</mavenVersion>
<mavenVersion>3.2.5</mavenVersion>
</properties>

<dependencies>
Expand Down

0 comments on commit 3ab0f92

Please sign in to comment.