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-fileupload.git
The following commit(s) were added to refs/heads/master by this push: new 629022bf Updates for the next release 629022bf is described below commit 629022bf9eaf51f09f38039043f29ab25b4868ff Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Mon Jun 16 11:35:30 2025 +0000 Updates for the next release --- src/changes/changes.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 1a00b1c0..a71a5c6c 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -41,6 +41,11 @@ The <action> type attribute can be add,update,fix,remove. <author email="d...@commons.apache.org">Apache Commons Developers</author> </properties> <body> + <release version="2.0.0-M5" date="YYYY-MM-DD" description="This release requires Java 11."> + <!-- FIX --> + <!-- ADD --> + <!-- UPDATE --> + </release> <release version="2.0.0-M4" date="2025-06-13" description="This release requires Java 11."> <!-- FIX --> <action type="fix" dev="ppkarwasz" due-to="Basil Crow">Simplify exception handling in FileItem API #309.</action>