changed svnpubsub url from /content to /components

git-svn-id: https://svn.apache.org/repos/asf/maven/pom/trunk@1670211 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/maven/pom.xml b/maven/pom.xml
index 65bd96b..d506431 100644
--- a/maven/pom.xml
+++ b/maven/pom.xml
@@ -790,7 +790,7 @@
   <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 @@
           <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>