You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ma...@apache.org on 2013/12/10 21:09:51 UTC

svn commit: r1549954 - /commons/proper/dbcp/trunk/pom.xml

Author: markt
Date: Tue Dec 10 20:09:50 2013
New Revision: 1549954

URL: http://svn.apache.org/r1549954
Log:
Need the Pool 2.1 snapshot to build DBCP at the moment.

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=1549954&r1=1549953&r2=1549954&view=diff
==============================================================================
--- commons/proper/dbcp/trunk/pom.xml (original)
+++ commons/proper/dbcp/trunk/pom.xml Tue Dec 10 20:09:50 2013
@@ -143,7 +143,7 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-pool2</artifactId>
-      <version>2.0</version>
+      <version>2.1-SNAPSHOT</version>
     </dependency>
 
     <dependency>