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-rdf.git
The following commit(s) were added to refs/heads/master by this push: new 3d417710 Bump Java from 8 to 11 new 1c5d515e Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-rdf 3d417710 is described below commit 3d417710c25f0eba9e491cea98bbb5383d856486 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon Feb 19 20:54:32 2024 -0500 Bump Java from 8 to 11 --- pom.xml | 4 ++-- src/changes/changes.xml | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 0269d671..5e896595 100644 --- a/pom.xml +++ b/pom.xml @@ -39,8 +39,8 @@ <inceptionYear>2015</inceptionYear> <properties> - <maven.compiler.source>1.8</maven.compiler.source> - <maven.compiler.target>1.8</maven.compiler.target> + <maven.compiler.source>11</maven.compiler.source> + <maven.compiler.target>11</maven.compiler.target> <project.build.encoding>UTF-8</project.build.encoding> <commons.encoding>UTF-8</commons.encoding> <commons.componentid>rdf</commons.componentid> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 87628fdb..155ebf52 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -78,6 +78,9 @@ <action type="update" dev="ggregory" due-to="Gary Gregory"> Bump commons-io from 2.13.0 to 2.15.1. </action> + <action type="update" dev="ggregory" due-to="Gary Gregory"> + Bump Java from 8 to 11. + </action> </release> <release version="0.5.0" date="2017-11-19" description="Minor feature and bug fix release."> <action type="fix" issue="COMMONSRDF-47">