Skip to content

Commit

Permalink
downgrade maven version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
mprins committed Sep 6, 2024
1 parent 96ffc0a commit 2a27b3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@
<configuration>
<rules>
<requireMavenVersion>
<version>[3.9.0,)</version>
<version>[3.8.8,)</version>
</requireMavenVersion>
<requireJavaVersion>
<version>${java.version}</version>
Expand Down

0 comments on commit 2a27b3e

Please sign in to comment.