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/06/16 23:28:57 UTC

commons-dbcp git commit: Next version.

Repository: commons-dbcp
Updated Branches:
  refs/heads/master 1edcd55fc -> 75c18b2c1


Next version.

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

Branch: refs/heads/master
Commit: 75c18b2c18f2d478d6d94251e6657337d07c2388
Parents: 1edcd55
Author: Gary Gregory <ga...@gmail.com>
Authored: Sat Jun 16 17:28:54 2018 -0600
Committer: Gary Gregory <ga...@gmail.com>
Committed: Sat Jun 16 17:28:54 2018 -0600

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


http://git-wip-us.apache.org/repos/asf/commons-dbcp/blob/75c18b2c/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index b318530..6cc2e1f 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -60,7 +60,9 @@ The <action> type attribute can be add,update,fix,remove.
      -->
 
   <body>
-    <release version="2.4.0" date="2018-MM-DD" description="This is a minor release, including bug fixes and enhancements.">
+    <release version="2.5.0" date="2018-MM-DD" description="This is a minor release, including bug fixes and enhancements.">
+    </release>
+    <release version="2.4.0" date="2018-06-12" description="This is a minor release, including bug fixes and enhancements.">
       <action dev="ggregory" type="fix" issue="DBCP-484" due-to="Emanuel Freitas">
         Connection leak during XATransaction in high load.
       </action>