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-cli.git
The following commit(s) were added to refs/heads/master by this push: new d44f75c Bump Java from 7 to 8 d44f75c is described below commit d44f75c6ebdaf4cf0a6a43d8a0b481718e3ea072 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Oct 22 09:07:17 2022 -0400 Bump Java from 7 to 8 --- pom.xml | 4 ++-- src/changes/changes.xml | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index b02c1f5..a58928d 100644 --- a/pom.xml +++ b/pom.xml @@ -190,8 +190,8 @@ </dependencies> <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> <commons.componentid>cli</commons.componentid> <commons.module.name>org.apache.commons.cli</commons.module.name> <commons.release.version>1.5.0</commons.release.version> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 03aed87..a097dc7 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -39,6 +39,9 @@ Add github/codeql-action. </action> <!-- UPDATES --> + <action type="update" dev="ggregory" due-to="Gary Gregory"> + Bump Java from 7 to 8. + </action> <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory"> Bump actions/cache from 2.1.7 to 3.0.10 #97, #130, #132. </action>