You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2011/04/27 18:25:43 UTC

svn commit: r1097170 - in /commons/proper/dbcp/trunk: build.properties.sample pom-1.3.xml

Author: sebb
Date: Wed Apr 27 16:25:42 2011
New Revision: 1097170

URL: http://svn.apache.org/viewvc?rev=1097170&view=rev
Log:
Update pool version to 1.5.6 to agree with pom.xml

Modified:
    commons/proper/dbcp/trunk/build.properties.sample
    commons/proper/dbcp/trunk/pom-1.3.xml

Modified: commons/proper/dbcp/trunk/build.properties.sample
URL: http://svn.apache.org/viewvc/commons/proper/dbcp/trunk/build.properties.sample?rev=1097170&r1=1097169&r2=1097170&view=diff
==============================================================================
--- commons/proper/dbcp/trunk/build.properties.sample (original)
+++ commons/proper/dbcp/trunk/build.properties.sample Wed Apr 27 16:25:42 2011
@@ -23,9 +23,9 @@
 # Repository base path
 repository=${user.home}/.m2/repository
 
-# commons-pool.jar - path to commons-pool-1.5.4.jar
-commons-pool.home=${repository}/commons-pool/commons-pool/1.5.4
-commons-pool.jar=${commons-pool.home}/commons-pool-1.5.4.jar
+# commons-pool.jar - path to commons-pool-1.5.6.jar
+commons-pool.home=${repository}/commons-pool/commons-pool/1.5.6
+commons-pool.jar=${commons-pool.home}/commons-pool-1.5.6.jar
 
 # JUnit
 junit.home=${repository}/junit/junit/3.8.2

Modified: commons/proper/dbcp/trunk/pom-1.3.xml
URL: http://svn.apache.org/viewvc/commons/proper/dbcp/trunk/pom-1.3.xml?rev=1097170&r1=1097169&r2=1097170&view=diff
==============================================================================
--- commons/proper/dbcp/trunk/pom-1.3.xml (original)
+++ commons/proper/dbcp/trunk/pom-1.3.xml Wed Apr 27 16:25:42 2011
@@ -149,7 +149,7 @@
     <dependency>
       <groupId>commons-pool</groupId>
       <artifactId>commons-pool</artifactId>
-      <version>1.5.4</version>
+      <version>1.5.6</version>
     </dependency>
 
     <dependency>