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
commit e139360577c015fd08cf7934453d70c59973520f Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Tue Jul 30 09:41:55 2019 -0400 Revert "Update tests from com.h2database:h2 1.4.197 to 1.4.199." This reverts commit 2d952351fea2c2831fd254f0d4cf3811732b8c63. --- pom.xml | 2 +- src/changes/changes.xml | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 9b0ad67..1bfdf1e 100644 --- a/pom.xml +++ b/pom.xml @@ -242,7 +242,7 @@ <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> - <version>1.4.199</version> + <version>1.4.197</version> <scope>test</scope> </dependency> <dependency> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 6abe4b7..ca19b08 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -61,9 +61,7 @@ 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."> - <action dev="ggregory" type="update" due-to="Gary Gregory"> - Update tests from com.h2database:h2 1.4.197 to 1.4.199. - </action> + <!-- 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">