Skip to content

Commit

Permalink
Require Mavne 3.6.3
Browse files Browse the repository at this point in the history
This addresses a warning due to plugins that require a newer version:

[ERROR] Project requires an incorrect minimum version of Maven.
[ERROR] Update the pom.xml to contain maven-enforcer-plugin to
[ERROR] force the Maven version which is needed to build this project.
[ERROR] See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
[ERROR] Using the minimum version of Maven: 3.2.5
  • Loading branch information
gaul committed Dec 28, 2024
1 parent a06ddeb commit c2ec948
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 @@ -85,7 +85,7 @@
<configuration>
<rules>
<requireMavenVersion>
<version>3.2.5</version>
<version>3.6.3</version>
</requireMavenVersion>
</rules>
</configuration>
Expand Down

0 comments on commit c2ec948

Please sign in to comment.