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 2018/05/29 15:35:50 UTC

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

Author: ggregory
Date: Tue May 29 15:35:50 2018
New Revision: 1832456

URL: http://svn.apache.org/viewvc?rev=1832456&view=rev
Log:
maven-javadoc-plugin 3.0.0 -> 3.0.1 (Java 10 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=1832456&r1=1832455&r2=1832456&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Tue May 29 15:35:50 2018
@@ -48,6 +48,7 @@
       - commons.distSvnStagingUrl
       - commons.releaseManagerName
       - commons.releaseManagerKey
+    - maven-javadoc-plugin 3.0.0 -> 3.0.1 (Java 10 compatibility)
       
   -->
   
@@ -1763,7 +1764,7 @@
     <commons.surefire.version>2.21.0</commons.surefire.version>
     <commons.failsafe.version>2.21.0</commons.failsafe.version>
     <commons.surefire-report.version>2.21.0</commons.surefire-report.version>
-    <commons.javadoc.version>3.0.0</commons.javadoc.version>
+    <commons.javadoc.version>3.0.1</commons.javadoc.version>
     <commons.rat.version>0.12</commons.rat.version>
     <commons.changes.version>2.12.1</commons.changes.version>
     <commons.clirr.version>2.8</commons.clirr.version>