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/04/23 06:15:36 UTC

[maven-doxia-sitetools] branch master updated: fixed site svnpubsub root

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-doxia-sitetools.git


The following commit(s) were added to refs/heads/master by this push:
     new adb2976  fixed site svnpubsub root
adb2976 is described below

commit adb2976367d7621db6d04f0946b8a36e8cf5da6b
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Mon Apr 23 08:15:34 2018 +0200

    fixed site svnpubsub root
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a6bd33c..1fcc7da 100644
--- a/pom.xml
+++ b/pom.xml
@@ -201,7 +201,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-doxia/content/${maven.site.path}</topSiteURL>
+            <topSiteURL>scm:svn:https://svn.apache.org/repos/infra/websites/production/maven-doxia/components/${maven.site.path}</topSiteURL>
           </configuration>
         </plugin>
         <plugin>

-- 
To stop receiving notification emails like this one, please contact
hboutemy@apache.org.