Skip to content

Commit

Permalink
Merge pull request #101 from 52North/dependabot/maven/org.apache.mave…
Browse files Browse the repository at this point in the history
…n.plugins-maven-enforcer-plugin-3.0.0

Bump maven-enforcer-plugin from 3.0.0-M3 to 3.0.0
  • Loading branch information
CarstenHollmann authored Aug 3, 2021
2 parents 4dcf4ae + 27721aa commit 60faf84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.0.0-M3</version>
<version>3.0.0</version>
<configuration>
<rules>
<dependencyConvergence />
Expand All @@ -351,7 +351,7 @@
<allowedPluginRepositories />
</requireNoRepositories>
<requireJavaVersion>
<!-- 3.0.0-M3 does not recognize new versioning scheme -->
<!-- 3.0.0 does not recognize new versioning scheme -->
<!-- <version>[${version.java},)</version>-->
<version>[1.${version.java},),[${version.java},)</version>
</requireJavaVersion>
Expand Down

0 comments on commit 60faf84

Please sign in to comment.