You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2017/07/31 20:30:00 UTC

svn commit: r1803571 - /commons/proper/commons-parent/trunk/pom.xml

Author: ggregory
Date: Mon Jul 31 20:30:00 2017
New Revision: 1803571

URL: http://svn.apache.org/viewvc?rev=1803571&view=rev
Log:
maven-javadoc-plugin 2.10.4 -> 3.0.0-M1 (for Java 9 compatibility)

Modified:
    commons/proper/commons-parent/trunk/pom.xml

Modified: commons/proper/commons-parent/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=1803571&r1=1803570&r2=1803571&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Mon Jul 31 20:30:00 2017
@@ -38,8 +38,9 @@
 
 <!--
 Version 43:
-maven-compiler-plugin 3.6.1 -> 3.6.2
-jacoco-maven-plugin 0.7.7.201606060606 -> 0.7.9
+- maven-compiler-plugin 3.6.1 -> 3.6.2
+- jacoco-maven-plugin 0.7.7.201606060606 -> 0.7.9
+- maven-javadoc-plugin 2.10.4 -> 3.0.0-M1 (for Java 9 compatibility)
 -->
 <!--
 Version 42:
@@ -1536,7 +1537,7 @@ Version 39:
     <commons.build-plugin.version>1.7</commons.build-plugin.version>
     <commons.surefire.version>2.19.1</commons.surefire.version>
     <commons.surefire-report.version>2.19.1</commons.surefire-report.version>
-    <commons.javadoc.version>2.10.4</commons.javadoc.version>
+    <commons.javadoc.version>3.0.0-M1</commons.javadoc.version>
     <commons.rat.version>0.12</commons.rat.version>
     <commons.changes.version>2.12.1</commons.changes.version>
     <commons.clirr.version>2.7</commons.clirr.version>