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 2019/07/23 12:45:57 UTC

[commons-dbcp] branch release updated: Add slot for next release.

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch release
in repository https://gitbox.apache.org/repos/asf/commons-dbcp.git


The following commit(s) were added to refs/heads/release by this push:
     new 64e2d9e  Add slot for next release.
64e2d9e is described below

commit 64e2d9e5ebb164558b86c80ceed3e1d45e52cf86
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Jul 23 08:45:51 2019 -0400

    Add slot for next release.
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index ff21ec3..9c2d5d8 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -60,6 +60,9 @@ The <action> type attribute can be add,update,fix,remove.
      -->
 
   <body>
+    <release version="2.6.1" date="YYYY-MM-DD" description="This is a minor release, including bug fixes and enhancements.">\
+        <!-- TODO -->
+    </release>
     <release version="2.6.0" date="2019-02-14" description="This is a minor release, including bug fixes and enhancements.">
       <action dev="chtompki" type="add" issue="DBCP-534" due-to="Peter Wicks">
         Allow for manual connection eviction.