Author: hboutemy Date: Mon Oct 19 00:13:03 2015 New Revision: 1709336 URL: http://svn.apache.org/viewvc?rev=1709336&view=rev Log: [MPOM-88] fixed site publication url
Modified: maven/plugins/trunk/maven-plugins/site-pom.xml Modified: maven/plugins/trunk/maven-plugins/site-pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-plugins/site-pom.xml?rev=1709336&r1=1709335&r2=1709336&view=diff ============================================================================== --- maven/plugins/trunk/maven-plugins/site-pom.xml (original) +++ maven/plugins/trunk/maven-plugins/site-pom.xml Mon Oct 19 00:13:03 2015 @@ -49,7 +49,7 @@ under the License. <distributionManagement> <site> <id>apache.website</id> - <url>scm:svn:https://svn.apache.org/repos/infra/websites/production/maven/content/${maven.site.path}</url> + <url>scm:svn:https://svn.apache.org/repos/infra/websites/production/maven/components/${maven.site.path}</url> </site> </distributionManagement>