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/08/29 17:46:37 UTC

[maven-enforcer] 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-enforcer.git


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

commit 32c6034ebc1cc340cb696b64e727add55637fe9e
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Tue Jun 19 00:02:19 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 c9c17fe..54ae012 100644
--- a/pom.xml
+++ b/pom.xml
@@ -59,7 +59,7 @@
   <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>
   <properties>
@@ -179,7 +179,7 @@
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-site-plugin</artifactId>
           <configuration>
-            <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>
       </plugins>