Repository: maven Updated Branches: refs/heads/master 200d2f993 -> 6b6e9bf39
updated configuration for svnpubsub /components location Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/6b6e9bf3 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/6b6e9bf3 Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/6b6e9bf3 Branch: refs/heads/master Commit: 6b6e9bf39e08f0f95ee22a5a5de55c0fd2090abe Parents: 200d2f9 Author: Hervé Boutemy <[email protected]> Authored: Thu Aug 20 02:11:59 2015 +0200 Committer: Hervé Boutemy <[email protected]> Committed: Thu Aug 20 02:11:59 2015 +0200 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven/blob/6b6e9bf3/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 74f736f..9f087af 100644 --- a/pom.xml +++ b/pom.xml @@ -38,7 +38,7 @@ number of other development tools for reporting or the build process. </description> - <url>http://maven.apache.org/ref/${project.version}</url> + <url>http://maven.apache.org/ref/${project.version}/</url> <inceptionYear>2001</inceptionYear> <properties> @@ -449,7 +449,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/content/${maven.site.path}</topSiteURL> + <topSiteURL>scm:svn:https://svn.apache.org/repos/infra/websites/production/maven/components/${maven.site.path}</topSiteURL> </configuration> </plugin> <plugin>
