You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by si...@apache.org on 2011/10/16 00:36:47 UTC

svn commit: r1183747 - /commons/proper/functor/trunk/pom.xml

Author: simonetripodi
Date: Sat Oct 15 22:36:46 2011
New Revision: 1183747

URL: http://svn.apache.org/viewvc?rev=1183747&view=rev
Log:
added the missing RC profile

Modified:
    commons/proper/functor/trunk/pom.xml

Modified: commons/proper/functor/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/functor/trunk/pom.xml?rev=1183747&r1=1183746&r2=1183747&view=diff
==============================================================================
--- commons/proper/functor/trunk/pom.xml (original)
+++ commons/proper/functor/trunk/pom.xml Sat Oct 15 22:36:46 2011
@@ -188,4 +188,18 @@
       </plugin>
     </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>