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:43:09 UTC

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

Repository: maven-plugin-testing
Updated Branches:
  refs/heads/master f7521c3aa -> 6d5ce7408


changed svnpubsub url from /content to /components

Project: http://git-wip-us.apache.org/repos/asf/maven-plugin-testing/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-plugin-testing/commit/6d5ce740
Tree: http://git-wip-us.apache.org/repos/asf/maven-plugin-testing/tree/6d5ce740
Diff: http://git-wip-us.apache.org/repos/asf/maven-plugin-testing/diff/6d5ce740

Branch: refs/heads/master
Commit: 6d5ce7408b4f67cb9531801444f833ffac5c31b2
Parents: f7521c3
Author: Hervé Boutemy <hb...@apache.org>
Authored: Tue Mar 31 01:43:07 2015 +0200
Committer: Hervé Boutemy <hb...@apache.org>
Committed: Tue Mar 31 01:43:07 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/maven-plugin-testing/blob/6d5ce740/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 5f91fad..4d5fbb8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -140,7 +140,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>
 
@@ -237,7 +237,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>
       </plugins>