Repository: commons-pool Updated Branches: refs/heads/master f08b31327 -> 2e533a1c5
Fix release date for the unreleased next version. Project: http://git-wip-us.apache.org/repos/asf/commons-pool/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-pool/commit/2e533a1c Tree: http://git-wip-us.apache.org/repos/asf/commons-pool/tree/2e533a1c Diff: http://git-wip-us.apache.org/repos/asf/commons-pool/diff/2e533a1c Branch: refs/heads/master Commit: 2e533a1c588cddb8f816cc55585650c7a5ec7cf3 Parents: f08b313 Author: Gary Gregory <garydgreg...@gmail.com> Authored: Wed Apr 18 14:59:02 2018 -0600 Committer: Gary Gregory <garydgreg...@gmail.com> Committed: Wed Apr 18 14:59:02 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/2e533a1c/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 8807e7e..d0255c6 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.5.1" date="2017-12-16" description="This is a maintenance release."> + <release version="2.5.1" date="2018-MM-DD" 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>