Skip to content

Commit 5983012

Browse files
authored
Updated the maven-enforcer-plugin (#19)
Updated the maven-enforcer-plugin to 3.0.0-M3 to enable Java version detection to be successful in later versions of Java.
1 parent 269058c commit 5983012

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,11 @@
253253
<artifactId>maven-checkstyle-plugin</artifactId>
254254
<version>3.1.0</version>
255255
</plugin>
256+
<plugin>
257+
<groupId>org.apache.maven.plugins</groupId>
258+
<artifactId>maven-enforcer-plugin</artifactId>
259+
<version>3.0.0-M3</version>
260+
</plugin>
256261
<plugin>
257262
<groupId>com.github.ekryd.sortpom</groupId>
258263
<artifactId>sortpom-maven-plugin</artifactId>

0 commit comments

Comments
 (0)