Author: hboutemy Date: Mon Oct 19 00:14:37 2015 New Revision: 1709338 URL: http://svn.apache.org/viewvc?rev=1709338&view=rev Log: [MPOM-88] fixed site publication url
Modified: maven/skins/trunk/maven-skins/site-pom.xml Modified: maven/skins/trunk/maven-skins/site-pom.xml URL: http://svn.apache.org/viewvc/maven/skins/trunk/maven-skins/site-pom.xml?rev=1709338&r1=1709337&r2=1709338&view=diff ============================================================================== --- maven/skins/trunk/maven-skins/site-pom.xml (original) +++ maven/skins/trunk/maven-skins/site-pom.xml Mon Oct 19 00:14:37 2015 @@ -52,7 +52,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>