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-jelly.git
The following commit(s) were added to refs/heads/master by this push: new 56b0a097 Clarifies Java platform requirement 56b0a097 is described below commit 56b0a0975bc8b855ce27cb3e237d8f7145b5cc10 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Nov 2 08:35:25 2023 -0400 Clarifies Java platform requirement --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index bba055a4..e4460f16 100644 --- a/pom.xml +++ b/pom.xml @@ -71,7 +71,7 @@ <commons.componentid>jelly</commons.componentid> <!-- Current 3.x release series --> <commons.release.version>1.1</commons.release.version> - <commons.release.desc>(Java 8)</commons.release.desc> + <commons.release.desc>(Java 8 or above)</commons.release.desc> <commons.jira.id>JELLY</commons.jira.id> <commons.jira.pid>10012</commons.jira.pid>