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/06 23:54:29 UTC

commons-pool git commit: Mark date for 2.6.0.

Repository: commons-pool
Updated Branches:
  refs/heads/release f7a98c097 -> e13f5bba4


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/release
Commit: e13f5bba47635d2fe28ef79c90c99821eb0716f0
Parents: f7a98c0
Author: Gary Gregory <ga...@gmail.com>
Authored: Fri Jul 6 17:54:26 2018 -0600
Committer: Gary Gregory <ga...@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>