releng: RC profile for site deployment no longer needed

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/fileupload/trunk@1454521 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index e8cae4d..4af4350 100644
--- a/pom.xml
+++ b/pom.xml
@@ -274,18 +274,4 @@
     </plugins>
   </reporting>
 
-  <profiles>
-    <profile>
-      <id>rc</id>
-      <distributionManagement>
-        <!-- Cannot define in parent ATM, see COMMONSSITE-26 -->
-        <site>
-          <id>apache.website</id>
-          <name>Apache Commons Release Candidate Staging Site</name>
-          <url>${commons.deployment.protocol}://people.apache.org/www/people.apache.org/builds/commons/${commons.componentid}/${commons.release.version}/${commons.rc.version}/site</url>
-        </site>
-      </distributionManagement>
-    </profile>
-  </profiles>
-
 </project>