You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by jc...@apache.org on 2008/02/23 17:37:18 UTC

svn commit: r630469 - /commons/proper/proxy/branches/proxy-1.0-work/pom.xml

Author: jcarman
Date: Sat Feb 23 08:37:18 2008
New Revision: 630469

URL: http://svn.apache.org/viewvc?rev=630469&view=rev
Log:
Added release candidate number to site url.

Modified:
    commons/proper/proxy/branches/proxy-1.0-work/pom.xml

Modified: commons/proper/proxy/branches/proxy-1.0-work/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/proxy/branches/proxy-1.0-work/pom.xml?rev=630469&r1=630468&r2=630469&view=diff
==============================================================================
--- commons/proper/proxy/branches/proxy-1.0-work/pom.xml (original)
+++ commons/proper/proxy/branches/proxy-1.0-work/pom.xml Sat Feb 23 08:37:18 2008
@@ -265,7 +265,7 @@
                     <id>rc.site</id>
                     <name>Release Candidate Staging Site</name>
                     <url>
-                        ${commons.deployment.protocol}://people.apache.org/home/${releaseManager}/public_html/${artifactId}-${version}/site
+                        ${commons.deployment.protocol}://people.apache.org/home/${releaseManager}/public_html/${artifactId}-${version}-rc${rcNumber}/site
                     </url>
                 </site>
             </distributionManagement>