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/05/12 18:54:40 UTC

[3/9] commons-dbcp git commit: Add missing day for 2.2.0 release.

Add missing day for 2.2.0 release.

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

Branch: refs/heads/release
Commit: af9ca771525724e3f303d4fa255b21950a247786
Parents: 39c82bb
Author: Gary Gregory <ga...@gmail.com>
Authored: Tue May 8 18:29:52 2018 -0600
Committer: Gary Gregory <ga...@gmail.com>
Committed: Tue May 8 18:29:52 2018 -0600

----------------------------------------------------------------------
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-dbcp/blob/af9ca771/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 33ebd63..9f32b80 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -83,7 +83,7 @@ The <action> type attribute can be add,update,fix,remove.
         The method org.apache.commons.dbcp2.PoolingDriver.getConnectionPool(String) does not tell you which pool name is not registered when it throws an exception.      
       </action>
     </release>
-    <release version="2.2.0" date="2017-12-DD" description="This is a minor release, including bug fixes and enhancements.">
+    <release version="2.2.0" date="2017-12-27" description="This is a minor release, including bug fixes and enhancements.">
       <action dev="ggregory" type="fix" issue="DBCP-481" due-to="Gary Gregory">
         Update Apache Commons Pool from 2.4.2 to 2.5.0.
       </action>