updated configuration for svnpubsub /components location

This commit is contained in:
Hervé Boutemy 2015-08-20 02:11:59 +02:00
parent 200d2f9935
commit 6b6e9bf39e
1 changed files with 2 additions and 2 deletions

View File

@ -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>