This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-dbcp.git
The following commit(s) were added to refs/heads/master by this push:
new 87d9e3a Preparing for RC.
87d9e3a is described below
commit 87d9e3a66b896d81339a0947d001837ad2651605
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Jul 31 08:42:25 2019 -0400
Preparing for RC.
---
src/changes/changes.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 5358e5e..b367994 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.7.0" date="2019-MM-DD" description="This is a minor
release, including bug fixes and enhancements.">
+ <release version="2.7.0" date="2019-07-31" description="This is a minor
release, including bug fixes and enhancements.">
<!-- add -->
<action dev="jleroux" type="add" issue="DBCP-539" due-to="Jacques Le
Roux">
ManagedDataSource#close() should declare used exceptions.