You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by sg...@apache.org on 2010/03/23 22:19:34 UTC

svn commit: r926786 - /turbine/fulcrum/trunk/cache/pom.xml

Author: sgoeschl
Date: Tue Mar 23 21:19:33 2010
New Revision: 926786

URL: http://svn.apache.org/viewvc?rev=926786&view=rev
Log:
Preparing for release candidate ...

Modified:
    turbine/fulcrum/trunk/cache/pom.xml

Modified: turbine/fulcrum/trunk/cache/pom.xml
URL: http://svn.apache.org/viewvc/turbine/fulcrum/trunk/cache/pom.xml?rev=926786&r1=926785&r2=926786&view=diff
==============================================================================
--- turbine/fulcrum/trunk/cache/pom.xml (original)
+++ turbine/fulcrum/trunk/cache/pom.xml Tue Mar 23 21:19:33 2010
@@ -130,4 +130,18 @@
     <fulcrum.rc.version>RC1</fulcrum.rc.version>  
   </properties>    
 	
+  <profiles>
+    <profile>
+      <id>rc</id>
+      <distributionManagement>
+        <!-- Cannot define in parent ATM, see COMMONSSITE-26 -->
+        <site>
+          <id>apache.website</id>
+          <name>Apache Fulcrum Release Candidate Staging Site</name>
+          <url>${fulcrum.deployment.protocol}://people.apache.org/www/turbine.apache.org/builds/fulcrum/${fulcrum.componentid}/${fulcrum.release.version}/${fulcrum.rc.version}/site</url>
+        </site>
+      </distributionManagement>
+    </profile>
+  </profiles>
+
 </project>