Skip to content

Commit

Permalink
Merge pull request #135 from jstourac/minMavenVersion
Browse files Browse the repository at this point in the history
Increase the minimum required Maven version to 3.6.2
  • Loading branch information
bstansberry authored Jun 21, 2022
2 parents 6856ada + bda9fcb commit efc64b0
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 @@ -164,7 +164,7 @@
<maven.compiler.argument.testSource>${maven.compiler.testSource}</maven.compiler.argument.testSource>

<!-- maven-enforcer-plugin -->
<maven.min.version>3.2.5</maven.min.version>
<maven.min.version>3.6.2</maven.min.version>
<jdk.min.version>${maven.compiler.argument.source}</jdk.min.version>
<insecure.repositories>ERROR</insecure.repositories>

Expand Down

0 comments on commit efc64b0

Please sign in to comment.