fix distributionManagement

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/functor/trunk@1450812 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 97c02b9..a667a87 100644
--- a/pom.xml
+++ b/pom.xml
@@ -250,30 +250,14 @@
     </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>
-    <profile>
-      <id>release</id>
-      <distributionManagement>
-        <!-- Cannot define in parent ATM, see COMMONSSITE-26 -->
-        <site>
-          <id>apache.website</id>
-          <name>Apache Commons Release Site</name>
-          <url>${commons.deployment.protocol}://people.apache.org/www/commons.apache.org/functor/</url>
-        </site>
-      </distributionManagement>
-    </profile>
-  </profiles>
+  <distributionManagement>
+    <site>
+      <id>apache.website</id>
+      <name>Apache Commons Site</name>
+      <url>scm:svn:https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-functor/</url>
+    </site>
+  </distributionManagement>
+
   <modules>
     <module>build-tools</module>
     <module>api</module>