Author: psteitz Date: Wed Dec 31 15:27:18 2014 New Revision: 1648717 URL: http://svn.apache.org/r1648717 Log: Changed WIP to 2.1; updated pool version.
Modified: commons/proper/dbcp/trunk/pom.xml Modified: commons/proper/dbcp/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/dbcp/trunk/pom.xml?rev=1648717&r1=1648716&r2=1648717&view=diff ============================================================================== --- commons/proper/dbcp/trunk/pom.xml (original) +++ commons/proper/dbcp/trunk/pom.xml Wed Dec 31 15:27:18 2014 @@ -27,7 +27,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.commons</groupId> <artifactId>commons-dbcp2</artifactId> - <version>2.0.2-SNAPSHOT</version> + <version>2.1-SNAPSHOT</version> <name>Apache Commons DBCP</name> <inceptionYear>2001</inceptionYear> @@ -238,7 +238,7 @@ <commons.scm-publish.version>1.1</commons.scm-publish.version> <commons.checkstyle.version>2.11</commons.checkstyle.version> <!-- Constant for Commons Pool version (used in multiple places --> - <commons.pool.version>2.2</commons.pool.version> + <commons.pool.version>2.3</commons.pool.version> </properties> <build>