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-bsf.git
commit 5c3b832ab093377aa9124a5e653b72accc50b344 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Nov 28 11:39:13 2024 -0500 Bump Java platform requirement from 7 to 8 --- pom.xml | 4 ++-- src/changes/changes.xml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index a496bcf..53b9390 100644 --- a/pom.xml +++ b/pom.xml @@ -43,8 +43,8 @@ <project.build.sourceEncoding>ISO-8859-1</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <project.build.outputTimestamp>2024-01-29T13:15:17Z</project.build.outputTimestamp> - <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>bsf</commons.componentid> <commons.module.name>org.apache.commons.bsf</commons.module.name> <commons.release.version>2.5.0</commons.release.version> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 7959952..4b9662e 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -29,6 +29,7 @@ <!-- ADD --> <action type="add" dev="ggregory" due-to="Gary Gregory">Add Maven property project.build.outputTimestamp for build reproducibility.</action> <!-- UPDATE --> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump Java platform requirement from 7 to 8.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump actions/cache from 2 to current.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump actions/checkout 2.3.4 to current.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump actions/setup-java from 1.4.3 to current.</action>