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/01/02 00:36:01 UTC

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

Author: ggregory
Date: Tue Jan  2 00:36:01 2018
New Revision: 1819788

URL: http://svn.apache.org/viewvc?rev=1819788&view=rev
Log:
maven-site-plugin 3.6 -> 3.7 (fixes Java 9 builds; for migrating from 3.4 to 3.5.1, see https://maven.apache.org/components/plugins/maven-site-plugin/migrate.html)

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=1819788&r1=1819787&r2=1819788&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Tue Jan  2 00:36:01 2018
@@ -53,6 +53,7 @@ Version 43:
 - japicmp-maven-plugin 0.10.0 -> 0.11.0
 - build-helper-maven-plugin 1.10 -> 3.0.0 (requires Maven 3 and Java 7.)
 - wagon-ssh 2.10 -> 3.0.0
+- maven-site-plugin 3.6 -> 3.7 (fixes Java 9 builds; for migrating from 3.4 to 3.5.1, see https://maven.apache.org/components/plugins/maven-site-plugin/migrate.html)
 
 -->
 <!--
@@ -1591,7 +1592,7 @@ Version 39:
       </dependencies>
 
      -->
-    <commons.site-plugin.version>3.6</commons.site-plugin.version>
+    <commons.site-plugin.version>3.7</commons.site-plugin.version>
     <commons.jacoco.version>0.7.9</commons.jacoco.version>
     <commons.cobertura.version>2.7</commons.cobertura.version>
     <commons.coveralls.version>4.3.0</commons.coveralls.version>