Skip to content

Commit b3e5822

Browse files
committed
Update plugin version according to Maven team recommendations
Using recommended versions from https://cwiki.apache.org/confluence/display/MAVEN/Java+9+-+Jigsaw
1 parent d62d409 commit b3e5822

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

java/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -333,15 +333,15 @@
333333
<plugin>
334334
<groupId>org.apache.maven.plugins</groupId>
335335
<artifactId>maven-compiler-plugin</artifactId>
336-
<version>3.2</version>
336+
<version>3.6.2</version>
337337
</plugin>
338338
<plugin>
339339
<artifactId>maven-enforcer-plugin</artifactId>
340-
<version>1.3.1</version>
340+
<version>3.0.0-M1</version>
341341
</plugin>
342342
<plugin>
343343
<artifactId>maven-surefire-plugin</artifactId>
344-
<version>2.17</version>
344+
<version>2.20</version>
345345
<configuration>
346346
<enableAssertions>true</enableAssertions>
347347
<forkCount>${forkCount}</forkCount>
@@ -537,7 +537,7 @@
537537
<plugin>
538538
<groupId>org.apache.maven.plugins</groupId>
539539
<artifactId>maven-javadoc-plugin</artifactId>
540-
<version>2.9</version>
540+
<version>3.0.0-M1</version>
541541
<reportSets>
542542
<reportSet><!-- by default, id = "default" -->
543543
<reports><!-- select non-aggregate reports -->

0 commit comments

Comments
 (0)