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 c4364ef [INFRA-16467] move components documentation out of CMS space c4364ef is described below commit c4364ef27558eb1ad2a367838b04ef33ea0c7e21 Author: Hervé Boutemy <hbout...@apache.org> AuthorDate: Tue Jun 19 00:02:19 2018 +0200 [INFRA-16467] move components documentation out of CMS space --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8a9f019..0d67807 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/components/${maven.site.path}</topSiteURL> + <topSiteURL>scm:svn:https://svn.apache.org/repos/asf/maven/website-doxia/components/${maven.site.path}</topSiteURL> </configuration> </plugin> <plugin>