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 2015/03/31 00:56:35 UTC

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

Author: hboutemy
Date: Mon Mar 30 22:56:35 2015
New Revision: 1670211

URL: http://svn.apache.org/r1670211
Log:
changed svnpubsub url from /content to /components

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=1670211&r1=1670210&r2=1670211&view=diff
==============================================================================
--- maven/pom/trunk/maven/pom.xml (original)
+++ maven/pom/trunk/maven/pom.xml Mon Mar 30 22:56:35 2015
@@ -790,7 +790,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>
 
@@ -858,7 +858,7 @@ under the License.
           <artifactId>maven-site-plugin</artifactId>
           <configuration>
             <!-- for multi-modules site staging -->
-            <topSiteURL>scm:svn:https://svn.apache.org/repos/infra/websites/production/maven/content/${maven.site.path}</topSiteURL>
+            <topSiteURL>scm:svn:https://svn.apache.org/repos/infra/websites/production/maven/components/${maven.site.path}</topSiteURL>
           </configuration>
         </plugin>
         <plugin>