Repository: commons-dbcp Updated Branches: refs/heads/master f79cabddf -> 88a14b04b
Update version from 2.3.1-SNAPSHOT to 2.4.0-SNAPSHOT. Project: http://git-wip-us.apache.org/repos/asf/commons-dbcp/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-dbcp/commit/88a14b04 Tree: http://git-wip-us.apache.org/repos/asf/commons-dbcp/tree/88a14b04 Diff: http://git-wip-us.apache.org/repos/asf/commons-dbcp/diff/88a14b04 Branch: refs/heads/master Commit: 88a14b04bdf20387ffcd50016eb9ab7888c46641 Parents: f79cabd Author: Gary Gregory <garydgreg...@gmail.com> Authored: Fri Jun 8 16:43:13 2018 -0600 Committer: Gary Gregory <garydgreg...@gmail.com> Committed: Fri Jun 8 16:43:13 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/88a14b04/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index c0c3271..feeb3a6 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.1" date="2018-MM-DD" description="This is a minor release, including bug fixes and enhancements."> + <release version="2.4.0" date="2018-MM-DD" 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>