Author: sgoeschl
Date: Tue Mar 23 21:35:05 2010
New Revision: 926794

URL: http://svn.apache.org/viewvc?rev=926794&view=rev
Log:
Updating M2 build to cut a release canidate

Modified:
    turbine/fulcrum/trunk/quartz/pom.xml
    turbine/fulcrum/trunk/quartz/xdocs/changes.xml

Modified: turbine/fulcrum/trunk/quartz/pom.xml
URL: 
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/quartz/pom.xml?rev=926794&r1=926793&r2=926794&view=diff
==============================================================================
--- turbine/fulcrum/trunk/quartz/pom.xml (original)
+++ turbine/fulcrum/trunk/quartz/pom.xml Tue Mar 23 21:35:05 2010
@@ -27,7 +27,7 @@
 
   <modelVersion>4.0.0</modelVersion>
   <artifactId>fulcrum-quartz</artifactId>
-  <version>1.1-SNAPSHOT</version>
+  <version>1.1.0-SNAPSHOT</version>
   <name>Fulcrum Quartz</name>
   <inceptionYear>2004</inceptionYear>
   <description>A wrapper around the Quartz Scheduler.</description>
@@ -105,5 +105,24 @@
     <sourceDirectory>${basedir}/src/java</sourceDirectory>
     <testSourceDirectory>${basedir}/src/test</testSourceDirectory>
   </build>
-       
+  
+  <properties>
+    <!-- This bits are used for the staging directory -->
+    <fulcrum.release.version>1.1.0</fulcrum.release.version>
+    <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>

Modified: turbine/fulcrum/trunk/quartz/xdocs/changes.xml
URL: 
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/quartz/xdocs/changes.xml?rev=926794&r1=926793&r2=926794&view=diff
==============================================================================
--- turbine/fulcrum/trunk/quartz/xdocs/changes.xml (original)
+++ turbine/fulcrum/trunk/quartz/xdocs/changes.xml Tue Mar 23 21:35:05 2010
@@ -24,7 +24,10 @@
   </properties>
 
   <body>
-    <release version="1.1" date="in svn">
+    <release version="1.1.0" date="in svn">
+      <action dev="sgoeschl" type="update" date="2010-03-22">
+        Improved the M2 build to cut a release candidate
+      </action>
       <action dev="seade" type="update">
         Added a Maven 2 pom and expanded the JavaDocs.
       </action>


Reply via email to