Repository: commons-dbutils Updated Branches: refs/heads/master b47e288b2 -> 91ebf9901
[DBUTILS-139] Update Java requirement from version 6 to 7. Project: http://git-wip-us.apache.org/repos/asf/commons-dbutils/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-dbutils/commit/91ebf990 Tree: http://git-wip-us.apache.org/repos/asf/commons-dbutils/tree/91ebf990 Diff: http://git-wip-us.apache.org/repos/asf/commons-dbutils/diff/91ebf990 Branch: refs/heads/master Commit: 91ebf99016a8b5e1a9ba9359064cff6acf8142f5 Parents: b47e288 Author: Gary Gregory <garydgreg...@gmail.com> Authored: Fri May 4 14:18:43 2018 -0600 Committer: Gary Gregory <garydgreg...@gmail.com> Committed: Fri May 4 14:18:43 2018 -0600 ---------------------------------------------------------------------- pom.xml | 4 ++-- src/changes/changes.xml | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-dbutils/blob/91ebf990/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 08d373c..ab21154 100644 --- a/pom.xml +++ b/pom.xml @@ -235,8 +235,8 @@ </distributionManagement> <properties> - <maven.compiler.source>1.6</maven.compiler.source> - <maven.compiler.target>1.6</maven.compiler.target> + <maven.compiler.source>1.7</maven.compiler.source> + <maven.compiler.target>1.7</maven.compiler.target> <checkstyle.plugin.version>2.17</checkstyle.plugin.version> http://git-wip-us.apache.org/repos/asf/commons-dbutils/blob/91ebf990/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 7e88e6b..cbef37b 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -57,6 +57,9 @@ The <action> type attribute can be add,update,fix,remove. <action dev="ggregory" type="fix" issue="DBUTILS-138" due-to="Stefano Lissa, Gary Gregory"> org.apache.commons.dbutils.QueryRunner.query(Connection, boolean, String, ResultSetHandler<T>, Object...) Exception in closing statement leave connections open. </action> + <action dev="ggregory" type="fix" issue="DBUTILS-139" due-to="Gary Gregory"> + Update Java requirement from version 6 to 7. + </action> </release> <release version="1.7" date="2017-07-20" description="Bug fixes and separate column & property handlers using SPI">