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.git
The following commit(s) were added to refs/heads/master by this push: new b78b6c1 [INFRA-16467] move components documentation out of CMS space b78b6c1 is described below commit b78b6c1e0e126bb7caa27cb76c02255aa5fa6419 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 ba62659..0596618 100644 --- a/pom.xml +++ b/pom.xml @@ -250,7 +250,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>