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 0f0ca9d Clarifies Java platform requirement 0f0ca9d is described below commit 0f0ca9d53aedd7fdf29d47f948246b9df6d3615f Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Nov 2 08:41:40 2023 -0400 Clarifies Java platform requirement --- src/changes/changes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index c9fffdb..233374a 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -104,7 +104,7 @@ Bump maven-checkstyle-plugin from 3.1.2 to 3.2.0 #87. </action> </release> - <release version="1.5.1" date="2017-MM-DD" description="Maintenance release (Java 6)."> + <release version="1.5.1" date="2017-MM-DD" description="Maintenance release (Java 6 or above)."> <action issue="EMAIL-176" type="add" dev="pschumacher">Add Automatic-Module-Name MANIFEST entry for Java 9 compatibility</action> <action type="fix" dev="sgoeschl" due-to="Alexander Lehmann">Email.setBounceAddress no longer accepts invalid email addresses.</action> </release>