Author: psteitz
Date: Fri Dec 26 21:22:10 2014
New Revision: 1648018
URL: http://svn.apache.org/r1648018
Log:
Tagged pool 2.3 RC2.
Added:
commons/proper/pool/tags/POOL_2_3_RC2/
- copied from r1648003, commons/proper/pool/trunk/
Modified:
commons/proper/pool/tags/POOL_2_3_RC2/build.xml
commons/proper/pool/tags/POOL_2_3_RC2/pom.xml
Modified: commons/proper/pool/tags/POOL_2_3_RC2/build.xml
URL:
http://svn.apache.org/viewvc/commons/proper/pool/tags/POOL_2_3_RC2/build.xml?rev=1648018&r1=1648003&r2=1648018&view=diff
==============================================================================
--- commons/proper/pool/tags/POOL_2_3_RC2/build.xml (original)
+++ commons/proper/pool/tags/POOL_2_3_RC2/build.xml Fri Dec 26 21:22:10 2014
@@ -41,7 +41,7 @@
<property name="name" value="commons-pool2"/>
<property name="title" value="Apache Commons Object Pooling Package"/>
- <property name="version" value="2.3-SNAPSHOT"/>
+ <property name="version" value="2.3"/>
<property name="package" value="org.apache.commons.pool2.*"/>
<property name="src.dir" value="${basedir}/src"/>
Modified: commons/proper/pool/tags/POOL_2_3_RC2/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/pool/tags/POOL_2_3_RC2/pom.xml?rev=1648018&r1=1648003&r2=1648018&view=diff
==============================================================================
--- commons/proper/pool/tags/POOL_2_3_RC2/pom.xml (original)
+++ commons/proper/pool/tags/POOL_2_3_RC2/pom.xml Fri Dec 26 21:22:10 2014
@@ -26,7 +26,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>commons-pool2</artifactId>
- <version>2.3-SNAPSHOT</version>
+ <version>2.3</version>
<name>Apache Commons Pool</name>
<inceptionYear>2001</inceptionYear>
@@ -150,7 +150,7 @@
<maven.compiler.source>1.6</maven.compiler.source>
<maven.compiler.target>1.6</maven.compiler.target>
<commons.componentid>pool2</commons.componentid>
- <commons.release.version>2.2</commons.release.version>
+ <commons.release.version>2.3</commons.release.version>
<commons.release.desc>(Java 6.0+)</commons.release.desc>
<commons.release.2.version>1.6</commons.release.2.version>
<commons.release.2.desc>(Java 5.0+)</commons.release.2.desc>