updated svnpubsub configuration to publish to /ref/3-LATEST (consistent

with websites' r849425)
This commit is contained in:
Hervé Boutemy 2013-02-06 22:18:06 +01:00
parent 114c98f310
commit ca514cea44
1 changed files with 2 additions and 2 deletions

View File

@ -96,7 +96,7 @@
<distributionManagement>
<site>
<id>apache.website</id>
<url>scm:svn:https://svn.apache.org/repos/infra/websites/production/maven/content/ref/3-latest</url>
<url>scm:svn:https://svn.apache.org/repos/infra/websites/production/maven/content/ref/3-LATEST</url>
</site>
</distributionManagement>
@ -419,7 +419,7 @@
<artifactId>maven-scm-publish-plugin</artifactId>
<version>1.0-beta-2</version>
<configuration>
<checkoutDirectory>${maven.site.cache}/ref/${project.version}</checkoutDirectory>
<checkoutDirectory>${maven.site.cache}/ref/3-LATEST</checkoutDirectory>
<tryUpdate>true</tryUpdate>
</configuration>
</plugin>