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 1bbfbcd2 Update for 1.6.0 1bbfbcd2 is described below commit 1bbfbcd2236ab5fd30fb1a93b06a566516ea9db9 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Fri Jun 6 16:34:14 2025 -0400 Update for 1.6.0 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 6443a652..e06d9ced 100644 --- a/pom.xml +++ b/pom.xml @@ -57,10 +57,10 @@ <commons.module.name>org.apache.commons.fileupload2</commons.module.name> <commons.release.version>2.0.0-M4</commons.release.version> <commons.release.next>2.0.0</commons.release.next> - <commons.release.desc>in the org.apache.commons.fileupload2 namespace for Java 8 or later</commons.release.desc> + <commons.release.desc>in the org.apache.commons.fileupload2 namespace for Java 11 or later</commons.release.desc> <!-- version 1.x --> - <commons.release.2.version>1.5</commons.release.2.version> - <commons.release.2.desc>in the org.apache.commons.fileupload namespace for Java 6 or later</commons.release.2.desc> + <commons.release.2.version>1.6.0</commons.release.2.version> + <commons.release.2.desc>in the org.apache.commons.fileupload namespace for Java 8 or later</commons.release.2.desc> <!-- project properties --> <commons.jira.id>FILEUPLOAD</commons.jira.id> <commons.jira.pid>12310476</commons.jira.pid>