Author: sebb
Date: Fri Jan 6 19:51:12 2012
New Revision: 1228372
URL: http://svn.apache.org/viewvc?rev=1228372&view=rev
Log:
Fix version
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=1228372&r1=1228371&r2=1228372&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Fri Jan 6 19:51:12 2012
@@ -1040,7 +1040,7 @@ Version 23:
<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.release.version>23</commons.release.version>
<commons.rc.version>RC1</commons.rc.version>
<!-- Default configuration for compiler source and target JVM -->
|