Repository: commons-pool
Updated Branches:
  refs/heads/master d0f25146c -> 0fc2271d5


[POOL-339] Update optional library cglib from 3.2.5 to 3.2.6.

Project: http://git-wip-us.apache.org/repos/asf/commons-pool/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-pool/commit/0fc2271d
Tree: http://git-wip-us.apache.org/repos/asf/commons-pool/tree/0fc2271d
Diff: http://git-wip-us.apache.org/repos/asf/commons-pool/diff/0fc2271d

Branch: refs/heads/master
Commit: 0fc2271d5ada3e4457005af5607516d46dde551f
Parents: d0f2514
Author: Gary Gregory <[email protected]>
Authored: Mon Apr 9 14:19:09 2018 -0600
Committer: Gary Gregory <[email protected]>
Committed: Mon Apr 9 14:19:09 2018 -0600

----------------------------------------------------------------------
 src/changes/changes.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-pool/blob/0fc2271d/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index b23f255..8807e7e 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -47,6 +47,9 @@ The <action> type attribute can be add,update,fix,remove.
     <action dev="ggregory" issue="POOL-336" type="update" due-to="Wolfgang 
Glas">
       GenericObjectPool's borrowObject lock if create() fails with Error.
     </action>
+    <action dev="ggregory" issue="POOL-339" type="update">
+      Update optional library cglib from 3.2.5 to 3.2.6.
+    </action>
   </release>
   <release version="2.5.0" date="2017-12-16" description="This is a minor 
release, updating to Java 7.">
     <action dev="ggregory" issue="POOL-331" type="update">
@@ -68,9 +71,6 @@ The <action> type attribute can be add,update,fix,remove.
       Make abandoned logging stack trace requirements configurable. This also 
reverts
       the default behavior introduced by POOL-320.
     </action>
-    <action dev="ggregory" issue="POOL-339" type="update">
-      Update optional library cglib from 3.2.5 to 3.2.6.
-    </action>
   </release>
   <release version="2.4.3" date="2017-10-24" description="This is a patch 
release, including bug fixes only.">
     <action dev="ggregory" issue="POOL-328" type="fix" due-to="Lorenzo Solano 
Martinez">

Reply via email to