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-dbutils.git
commit 20f7b499801eb66d2c43e8ea3bbfd3f9d4ab8507 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon Jul 31 08:58:08 2023 -0400 Update Java requirement from version 7 to 8 --- pom.xml | 4 ++-- src/changes/changes.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 8cf12e1..5419f43 100644 --- a/pom.xml +++ b/pom.xml @@ -238,8 +238,8 @@ </distributionManagement> <properties> - <maven.compiler.source>1.7</maven.compiler.source> - <maven.compiler.target>1.7</maven.compiler.target> + <maven.compiler.source>1.8</maven.compiler.source> + <maven.compiler.target>1.8</maven.compiler.target> <checkstyle.header.file>${basedir}/src/site/resources/checkstyle/checkstyle-header.txt</checkstyle.header.file> <checkstyle.config.file>${basedir}/src/site/resources/checkstyle/checkstyle.xml</checkstyle.config.file> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 27e2ca4..1bebfd2 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -61,7 +61,7 @@ The <action> type attribute can be add,update,fix,remove. 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. + Update Java requirement from version 6 to 8. </action> <action due-to="thecarlhall" type="update"> clirr, checkstyle, and spotbugs configured as part of default build.