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-email.git
The following commit(s) were added to refs/heads/master by this push: new 545b1a1 Clarifies Java platform requirement 545b1a1 is described below commit 545b1a18306391090a125488068a71d604f7b405 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Nov 2 08:34:34 2023 -0400 Clarifies Java platform requirement --- pom.xml | 2 +- src/changes/changes.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index aa01592..21d60ab 100644 --- a/pom.xml +++ b/pom.xml @@ -311,7 +311,7 @@ <commons.jira.id>EMAIL</commons.jira.id> <commons.jira.pid>12310474</commons.jira.pid> <commons.release.version>1.6.0</commons.release.version> - <commons.release.desc>(Java 8)</commons.release.desc> + <commons.release.desc>(Java 8 or above)</commons.release.desc> <commons.rc.version>RC1</commons.rc.version> <commons.bc.version>1.5</commons.bc.version> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index fbf9b7d..c9fffdb 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -24,7 +24,7 @@ </properties> <body> - <release version="1.6.0" date="YYYY-MM-DD" description="Feature release (Java 8)."> + <release version="1.6.0" date="YYYY-MM-DD" description="Feature release (Java 8 or above)."> <!-- FIX --> <action issue="EMAIL-190" type="fix" due-to="sgoeschl"> Fix broken JDK 9 build by updating "easymock" and other dependencies.