Repository: commons-pool Updated Branches: refs/heads/master f7a98c097 -> 2b9893cbe
Mark date for 2.6.0. Project: http://git-wip-us.apache.org/repos/asf/commons-pool/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-pool/commit/e13f5bba Tree: http://git-wip-us.apache.org/repos/asf/commons-pool/tree/e13f5bba Diff: http://git-wip-us.apache.org/repos/asf/commons-pool/diff/e13f5bba Branch: refs/heads/master Commit: e13f5bba47635d2fe28ef79c90c99821eb0716f0 Parents: f7a98c0 Author: Gary Gregory <garydgreg...@gmail.com> Authored: Fri Jul 6 17:54:26 2018 -0600 Committer: Gary Gregory <garydgreg...@gmail.com> Committed: Fri Jul 6 17:54:26 2018 -0600 ---------------------------------------------------------------------- src/changes/changes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-pool/blob/e13f5bba/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 2ffc867..419feef 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -43,7 +43,7 @@ The <action> type attribute can be add,update,fix,remove. <title>Apache Commons Pool Changes</title> </properties> <body> - <release version="2.6.0" date="2018-MM-DD" description="This is a maintenance release."> + <release version="2.6.0" date="2018-07-06" description="This is a maintenance release."> <action dev="ggregory" issue="POOL-336" type="update" due-to="Wolfgang Glas"> GenericObjectPool's borrowObject lock if create() fails with Error. </action>