Author: simonetripodi
Date: Tue Apr 3 18:43:43 2012
New Revision: 1309091
URL: http://svn.apache.org/viewvc?rev=1309091&view=rev
Log:
fixed RCs binaries location - thanks Andy
Modified:
incubator/any23/trunk/pom.xml
Modified: incubator/any23/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/any23/trunk/pom.xml?rev=1309091&r1=1309090&r2=1309091&view=diff
==============================================================================
--- incubator/any23/trunk/pom.xml (original)
+++ incubator/any23/trunk/pom.xml Tue Apr 3 18:43:43 2012
@@ -227,6 +227,7 @@
<site.deploymentBaseUrl>svn:https://svn.apache.org/repos/asf/incubator/any23/site</site.deploymentBaseUrl>
<downloads.url>http://www.apache.org/dist/incubator/any23</downloads.url>
<assembly.finalName>apache-${project.build.finalName}</assembly.finalName>
+ <rc.version>RC1</rc.version>
</properties>
<dependencyManagement>
@@ -831,7 +832,7 @@
<fromDir>${project.build.directory}</fromDir>
<includes>${assembly.finalName}.*</includes>
<url>scp://people.apache.org/</url>
-
<toDir>/x1/www/www.apache.org/content/dist/incubator/any23</toDir>
+ <toDir>/builds/any23/${project.version}/${rc.version}</toDir>
</configuration>
</execution>
</executions>