You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2018/07/07 16:09:27 UTC

commons-dbcp git commit: [DBCP-510] Update Apache Commons Pool from 2.5.0 to 2.6.0.

Repository: commons-dbcp
Updated Branches:
  refs/heads/master bf8c42ba8 -> 6738261a6


[DBCP-510] Update Apache Commons Pool from 2.5.0 to 2.6.0.

Project: http://git-wip-us.apache.org/repos/asf/commons-dbcp/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-dbcp/commit/6738261a
Tree: http://git-wip-us.apache.org/repos/asf/commons-dbcp/tree/6738261a
Diff: http://git-wip-us.apache.org/repos/asf/commons-dbcp/diff/6738261a

Branch: refs/heads/master
Commit: 6738261a6f838745a2f3c3349908ab9813065015
Parents: bf8c42b
Author: Gary Gregory <ga...@gmail.com>
Authored: Sat Jul 7 10:09:23 2018 -0600
Committer: Gary Gregory <ga...@gmail.com>
Committed: Sat Jul 7 10:09:23 2018 -0600

----------------------------------------------------------------------
 pom.xml                 | 2 +-
 src/changes/changes.xml | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-dbcp/blob/6738261a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d4afca5..6136dfa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -310,7 +310,7 @@
     <!-- Override CP version until that is updated -->
     <commons.checkstyle.version>3.0.0</commons.checkstyle.version>
     <!-- Constant for Commons Pool version (used in multiple places) -->
-    <commons.pool.version>2.5.0</commons.pool.version>
+    <commons.pool.version>2.6.0</commons.pool.version>
     <!-- See DBCP-445 and DBCP-454 -->
     <commons.osgi.import>javax.transaction;version="1.1.0",javax.transaction.xa;version="1.1.0";partial=true;mandatory:=partial,*</commons.osgi.import>
     <commons.japicmp.ignoreMissingClasses>true</commons.japicmp.ignoreMissingClasses>

http://git-wip-us.apache.org/repos/asf/commons-dbcp/blob/6738261a/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 820ee67..0310a56 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -82,6 +82,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action dev="ggregory" type="update" issue="DBCP-504" due-to="Bruno P. Kinoshita">
         Increase test coverage.
       </action>
+      <action dev="ggregory" type="update" issue="DBCP-510" due-to="Gary Gregory">
+        Update Apache Commons Pool from 2.5.0 to 2.6.0.
+      </action>
     </release>
     <release version="2.4.0" date="2018-06-12" description="This is a minor release, including bug fixes and enhancements.">
       <action dev="ggregory" type="fix" issue="DBCP-484" due-to="Emanuel Freitas">