You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2012/03/07 15:08:33 UTC

svn commit: r1297973 - /commons/proper/commons-parent/trunk/pom.xml

Author: ggregory
Date: Wed Mar  7 14:08:33 2012
New Revision: 1297973

URL: http://svn.apache.org/viewvc?rev=1297973&view=rev
Log:
The property commons.rc.version was defined twice.

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

Modified: commons/proper/commons-parent/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=1297973&r1=1297972&r2=1297973&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Wed Mar  7 14:08:33 2012
@@ -1056,7 +1056,7 @@ Version 23:
     <!-- configuration bits for cutting a release candidate, must be overridden by components -->
     <!-- must agree with project.version above -->
     <commons.release.version>23</commons.release.version>
-    <commons.rc.version>RC3</commons.rc.version>
+    <commons.rc.version>RC1</commons.rc.version>
 
     <!-- Default configuration for compiler source and target JVM -->
     <maven.compile.source>1.3</maven.compile.source>
@@ -1093,9 +1093,6 @@ Version 23:
     <!-- Commons Component Id -->
     <commons.componentid>${project.artifactId}</commons.componentid>
 
-    <!-- The RC version used in the staging repository URL. -->
-    <commons.rc.version>RC1</commons.rc.version>
-
     <!-- Configuration properties for the OSGi maven-bundle-plugin -->
     <commons.osgi.symbolicName>org.apache.commons.${commons.componentid}</commons.osgi.symbolicName>
     <commons.osgi.export>org.apache.commons.*;version=${project.version};-noimport:=true</commons.osgi.export>