Skip to content

Commit

Permalink
Updated the maven-enforcer-plugin (#19)
Browse files Browse the repository at this point in the history
Updated the maven-enforcer-plugin to 3.0.0-M3 to enable Java version detection to be successful in later versions of Java.
  • Loading branch information
volmasoft authored Apr 16, 2020
1 parent 269058c commit 5983012
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,11 @@
<artifactId>maven-checkstyle-plugin</artifactId>
<version>3.1.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.0.0-M3</version>
</plugin>
<plugin>
<groupId>com.github.ekryd.sortpom</groupId>
<artifactId>sortpom-maven-plugin</artifactId>
Expand Down

0 comments on commit 5983012

Please sign in to comment.