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/13 14:14:03 UTC

commons-dbcp git commit: Release 2.3.0 and add future 2.3.1.

Repository: commons-dbcp
Updated Branches:
  refs/heads/master 6040b67b7 -> a853ef44f


Release 2.3.0 and add future 2.3.1.

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

Branch: refs/heads/master
Commit: a853ef44fbe805e7d65f4e35a37785d66b8734fb
Parents: 6040b67
Author: Gary Gregory <ga...@gmail.com>
Authored: Sun May 13 08:14:00 2018 -0600
Committer: Gary Gregory <ga...@gmail.com>
Committed: Sun May 13 08:14:00 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/a853ef44/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 9f32b80..77f4e23 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.3.0" date="2018-MM-DD" description="This is a minor release, including bug fixes and enhancements.">
+    <release version="2.3.1" date="2018-MM-DD" description="This is a minor release, including bug fixes and enhancements.">
+    </release>
+    <release version="2.3.0" date="2018-05-12" description="This is a minor release, including bug fixes and enhancements.">
       <action dev="pschumacher" type="fix" issue="DBCP-476" due-to="Gary Evesson, Richard Cordova">
         AbandonedTrace.getTrace() contains race condition.
       </action>