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 32110d4e Updates for the next release 32110d4e is described below commit 32110d4e414673af286f0ad80a9bd2113a463c59 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Tue May 27 11:33:15 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 ec50e726..92f8d354 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-M4" date="YYYY-MM-DD" description="This release requires Java 11."> + <!-- FIX --> + <!-- ADD --> + <!-- UPDATE --> + </release> <release version="2.0.0-M3" date="2025-05-07" description="This release requires Java 11."> <!-- FIX --> <action type="fix" dev="ggregory" due-to="Gregor Dschung">[site] Fix instantiation of DiskFileItemFactory in migration guide #273.</action>