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 01:46:08 UTC

maven-wagon git commit: changed svnpubsub url from /content to /components

Repository: maven-wagon
Updated Branches:
  refs/heads/master 55b1a5e4c -> 32035b568


changed svnpubsub url from /content to /components

Project: http://git-wip-us.apache.org/repos/asf/maven-wagon/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-wagon/commit/32035b56
Tree: http://git-wip-us.apache.org/repos/asf/maven-wagon/tree/32035b56
Diff: http://git-wip-us.apache.org/repos/asf/maven-wagon/diff/32035b56

Branch: refs/heads/master
Commit: 32035b5683a738803d165dd45391ff8a4903c53d
Parents: 55b1a5e
Author: Hervé Boutemy <hb...@apache.org>
Authored: Tue Mar 31 01:46:05 2015 +0200
Committer: Hervé Boutemy <hb...@apache.org>
Committed: Tue Mar 31 01:46:05 2015 +0200

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-wagon/blob/32035b56/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1e2c46d..5032dd4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -210,7 +210,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>
 
@@ -353,7 +353,7 @@ under the License.
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-site-plugin</artifactId>
           <configuration>
-            <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>