This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git
The following commit(s) were added to refs/heads/master by this push: new 4c1bb2a8 Pom says Java 11 4c1bb2a8 is described below commit 4c1bb2a8118b3c9aea1e915aedc4c588745b3cbf Author: Sebb <s...@apache.org> AuthorDate: Fri Sep 8 23:34:12 2023 +0100 Pom says Java 11 --- RELEASE-NOTES.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 3950c185..17fa51dc 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -4,7 +4,10 @@ The Apache Commons FileUpload Parent team is pleased to announce the release of The Apache Commons FileUpload component provides a simple yet flexible means of adding support for multipart file upload functionality to servlets and web -applications. This version requires Java 8 or later. +applications. + +This version requires Java 11 or later. +Note also that the Maven coordinates have changed. 2.0.0-M1 Release