Author: psteitz Date: Tue Jul 28 22:13:14 2015 New Revision: 1693165 URL: http://svn.apache.org/r1693165 Log: Tagged 2.4.2 RC1.
Added: commons/proper/pool/tags/POOL_2_4_2_RC1/ - copied from r1692981, commons/proper/pool/trunk/ Modified: commons/proper/pool/tags/POOL_2_4_2_RC1/build.xml commons/proper/pool/tags/POOL_2_4_2_RC1/pom.xml Modified: commons/proper/pool/tags/POOL_2_4_2_RC1/build.xml URL: http://svn.apache.org/viewvc/commons/proper/pool/tags/POOL_2_4_2_RC1/build.xml?rev=1693165&r1=1692981&r2=1693165&view=diff ============================================================================== --- commons/proper/pool/tags/POOL_2_4_2_RC1/build.xml (original) +++ commons/proper/pool/tags/POOL_2_4_2_RC1/build.xml Tue Jul 28 22:13:14 2015 @@ -42,7 +42,7 @@ <property name="name" value="commons-pool2"/> <property name="title" value="Apache Commons Object Pooling Package"/> - <property name="version" value="2.5-SNAPSHOT"/> + <property name="version" value="2.4.2"/> <property name="package" value="org.apache.commons.pool2.*"/> <property name="src.dir" value="${basedir}/src"/> Modified: commons/proper/pool/tags/POOL_2_4_2_RC1/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/pool/tags/POOL_2_4_2_RC1/pom.xml?rev=1693165&r1=1692981&r2=1693165&view=diff ============================================================================== --- commons/proper/pool/tags/POOL_2_4_2_RC1/pom.xml (original) +++ commons/proper/pool/tags/POOL_2_4_2_RC1/pom.xml Tue Jul 28 22:13:14 2015 @@ -26,7 +26,7 @@ </parent> <modelVersion>4.0.0</modelVersion> <artifactId>commons-pool2</artifactId> - <version>2.4.2-SNAPSHOT</version> + <version>2.4.2</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.4</commons.release.version> + <commons.release.version>2.4.2</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>