Added release candidate number to site url.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/proxy/branches/proxy-1.0-work@630469 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 6fa8662..eb9ddab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>