You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ps...@apache.org on 2015/08/02 03:38:16 UTC

svn commit: r1693784 - in /commons/proper/dbcp/trunk: build.properties.sample pom.xml src/changes/changes.xml

Author: psteitz
Date: Sun Aug  2 01:38:15 2015
New Revision: 1693784

URL: http://svn.apache.org/r1693784
Log:
Ugraded to pool 2.4.2.

Modified:
    commons/proper/dbcp/trunk/build.properties.sample
    commons/proper/dbcp/trunk/pom.xml
    commons/proper/dbcp/trunk/src/changes/changes.xml

Modified: commons/proper/dbcp/trunk/build.properties.sample
URL: http://svn.apache.org/viewvc/commons/proper/dbcp/trunk/build.properties.sample?rev=1693784&r1=1693783&r2=1693784&view=diff
==============================================================================
--- commons/proper/dbcp/trunk/build.properties.sample (original)
+++ commons/proper/dbcp/trunk/build.properties.sample Sun Aug  2 01:38:15 2015
@@ -27,8 +27,8 @@ repository=${user.home}/.m2/repository
 dbcp.jar=./target/commons-dbcp2-2.1.1-SNAPSHOT.jar
 
 # commons-pool.jar - path to commons-pool2-2.4
-commons-pool.home=${repository}/org/apache/commons/commons-pool2/2.4.1
-commons-pool.jar=${commons-pool.home}/commons-pool2-2.4.1.jar
+commons-pool.home=${repository}/org/apache/commons/commons-pool2/2.4.2
+commons-pool.jar=${commons-pool.home}/commons-pool2-2.4.2.jar
 
 # JUnit
 junit.home=${repository}/junit/junit/4.11

Modified: commons/proper/dbcp/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/dbcp/trunk/pom.xml?rev=1693784&r1=1693783&r2=1693784&view=diff
==============================================================================
--- commons/proper/dbcp/trunk/pom.xml (original)
+++ commons/proper/dbcp/trunk/pom.xml Sun Aug  2 01:38:15 2015
@@ -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.4.1</commons.pool.version>
+    <commons.pool.version>2.4.2</commons.pool.version>
 
     <!-- Temporary fix to support Java 8 -->
     <commons.jacoco.version>0.7.4.201502262128</commons.jacoco.version>

Modified: commons/proper/dbcp/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/dbcp/trunk/src/changes/changes.xml?rev=1693784&r1=1693783&r2=1693784&view=diff
==============================================================================
--- commons/proper/dbcp/trunk/src/changes/changes.xml (original)
+++ commons/proper/dbcp/trunk/src/changes/changes.xml Sun Aug  2 01:38:15 2015
@@ -61,6 +61,9 @@ The <action> type attribute can be add,u
 
   <body>
     <release version="2.1.1" date="TBD" description="Bug fixes.">
+      <action dev="psteitz" type="update">
+        Updated pool version to 2.4.2.
+      </action>
       <action issue="DBCP-441" dev="psteitz" type="fix">
         Added BasicDataSource abandonedUsageTracking property missing from BasicDataSourceFactory.
       </action>