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/04/20 19:29:09 UTC

commons-dbcp git commit: Update description in changes.xml.

Repository: commons-dbcp
Updated Branches:
  refs/heads/master 71841bce6 -> a120a3934


Update description in changes.xml.

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

Branch: refs/heads/master
Commit: a120a393442212ada9e3caf4dbb9ea7e422f144f
Parents: 71841bc
Author: Gary Gregory <gg...@apache.org>
Authored: Fri Apr 20 13:29:06 2018 -0600
Committer: Gary Gregory <gg...@apache.org>
Committed: Fri Apr 20 13:29:06 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/a120a393/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 67db1d5..a67d96f 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -60,7 +60,7 @@ The <action> type attribute can be add,update,fix,remove.
      -->
 
   <body>
-    <release version="2.3.0" date="2018-MM-DD" description="This is a bug fix release.">
+    <release version="2.3.0" date="2018-MM-DD" description="This is a minor release, including bug fixes and enhancements.">
       <action dev="ggregory" type="fix" issue="DBCP-482" due-to="Dennis Lloyd, Gary Gregory">
         Avoid javax.management.InstanceNotFoundException on shutdown when a bean is not registered.
       </action>