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 2018/06/18 22:07:18 UTC

[maven-parent] branch master updated: [INFRA-16467] move components documentation out of CMS space

This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new 2a4afd7  [INFRA-16467] move components documentation out of CMS space
2a4afd7 is described below

commit 2a4afd7ec2b90017322076008e2838db5ff2abe3
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Tue Jun 19 00:02:20 2018 +0200

    [INFRA-16467] move components documentation out of CMS space
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 77b4b5c..d5d24f4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -859,7 +859,7 @@ under the License.
   <distributionManagement>
     <site>
       <id>apache.website</id>
-      <url>scm:svn:https://svn.apache.org/repos/infra/websites/production/maven/components/${maven.site.path}</url>
+      <url>scm:svn:https://svn.apache.org/repos/asf/maven/website/components/${maven.site.path}</url>
     </site>
   </distributionManagement>
 
@@ -930,7 +930,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/components/${maven.site.path}</topSiteURL>
+            <topSiteURL>scm:svn:https://svn.apache.org/repos/asf/maven/website/components/${maven.site.path}</topSiteURL>
           </configuration>
         </plugin>
         <plugin>