You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2016/11/17 11:27:17 UTC

svn commit: r1770166 - /maven/pom/trunk/maven/pom.xml

Author: hboutemy
Date: Thu Nov 17 11:27:17 2016
New Revision: 1770166

URL: http://svn.apache.org/viewvc?rev=1770166&view=rev
Log:
upgraded maven-site-plugin to 3.6

Modified:
    maven/pom/trunk/maven/pom.xml

Modified: maven/pom/trunk/maven/pom.xml
URL: http://svn.apache.org/viewvc/maven/pom/trunk/maven/pom.xml?rev=1770166&r1=1770165&r2=1770166&view=diff
==============================================================================
--- maven/pom/trunk/maven/pom.xml (original)
+++ maven/pom/trunk/maven/pom.xml Thu Nov 17 11:27:17 2016
@@ -911,6 +911,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-site-plugin</artifactId>
+          <version>3.6</version><!-- TODO remove when upgrading parent to 19 -->
           <configuration>
             <!-- for multi-modules site staging -->
             <topSiteURL>scm:svn:https://svn.apache.org/repos/infra/websites/production/maven/components/${maven.site.path}</topSiteURL>