You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2011/09/16 17:44:38 UTC

svn commit: r1171633 - in /commons/proper/commons-parent/trunk: pom.xml src/changes/changes.xml

Author: sebb
Date: Fri Sep 16 15:44:38 2011
New Revision: 1171633

URL: http://svn.apache.org/viewvc?rev=1171633&view=rev
Log:
Add commons.release.version and commons.rc.version for use in releasing commons parent

Modified:
    commons/proper/commons-parent/trunk/pom.xml
    commons/proper/commons-parent/trunk/src/changes/changes.xml

Modified: commons/proper/commons-parent/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=1171633&r1=1171632&r2=1171633&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Fri Sep 16 15:44:38 2011
@@ -28,6 +28,7 @@
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-parent</artifactId>
   <packaging>pom</packaging>
+  <!-- Must agree with commons.release.version below -->
   <version>22-SNAPSHOT</version>
   <name>Commons Parent</name>
   <url>http://commons.apache.org/</url>
@@ -970,6 +971,10 @@
   </profiles>
 
   <properties>
+    <!-- configuration bits for cutting a release candidate, must be overridden by components -->
+    <!-- must agree with project.version above -->
+    <commons.release.version>22</commons.release.version>
+    <commons.rc.version>RC1</commons.rc.version>
 
     <!-- Default configuration for compiler source and target JVM -->
     <maven.compile.source>1.3</maven.compile.source>

Modified: commons/proper/commons-parent/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/src/changes/changes.xml?rev=1171633&r1=1171632&r2=1171633&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/src/changes/changes.xml (original)
+++ commons/proper/commons-parent/trunk/src/changes/changes.xml Fri Sep 16 15:44:38 2011
@@ -67,6 +67,9 @@ Starting with version 22, the RAT plugin
   &lt;artifactId>apache-rat-plugin&lt;/artifactId>
 ">
             <action dev="sebb" type="add">
+            Add commons.release.version and commons.rc.version for use in releasing commons parent
+            </action>
+            <action dev="sebb" type="add">
             Add release-notes profile to generate RELEASE-NOTES.txt from changes.xml.
             Added changes.xml and template release-notes.vm
             </action>