Author: simonetripodi
Date: Wed Apr 11 12:20:26 2012
New Revision: 1324731
URL: http://svn.apache.org/viewvc?rev=1324731&view=rev
Log:
staging site URL made coherent with site.deploymentBaseUrl property
Modified:
incubator/any23/trunk/pom.xml
Modified: incubator/any23/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/any23/trunk/pom.xml?rev=1324731&r1=1324730&r2=1324731&view=diff
==============================================================================
--- incubator/any23/trunk/pom.xml (original)
+++ incubator/any23/trunk/pom.xml Wed Apr 11 12:20:26 2012
@@ -669,7 +669,7 @@
</dependency>
</dependencies>
<configuration>
-
<stagingSiteURL>svn:https://svn.apache.org/repos/asf/incubator/any23/site/${project.version}</stagingSiteURL>
+
<stagingSiteURL>${site.deploymentBaseUrl}/${project.version}-${rc.version}</stagingSiteURL>
</configuration>
</plugin>
</plugins>