This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch 1.x in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git
The following commit(s) were added to refs/heads/1.x by this push: new 7e332e52 Updates for the next release 7e332e52 is described below commit 7e332e526f37f6d9ebbcbee6dbcb023268b1adfe Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Fri Jun 6 20:08:25 2025 +0000 Updates for the next release --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 7809330d..213f1229 100644 --- a/pom.xml +++ b/pom.xml @@ -56,8 +56,8 @@ <maven.compiler.target>1.8</maven.compiler.target> <commons.componentid>fileupload</commons.componentid> <commons.module.name>org.apache.commons.fileupload</commons.module.name> - <commons.release.version>1.6.0</commons.release.version> - <commons.release.next>1.6.1</commons.release.next> + <commons.release.version>1.6.1</commons.release.version> + <commons.release.next>1.6.2</commons.release.next> <commons.release.desc>(requires Java ${maven.compiler.target} or later)</commons.release.desc> <commons.jira.id>FILEUPLOAD</commons.jira.id> <commons.jira.pid>12310476</commons.jira.pid> @@ -69,7 +69,7 @@ <commons.osgi.dynamicImport>javax.portlet</commons.osgi.dynamicImport> <japicmp.skip>false</japicmp.skip> <!-- Commons Release Plugin --> - <commons.bc.version>1.5</commons.bc.version> + <commons.bc.version>1.6.0</commons.bc.version> <commons.rc.version>RC1</commons.rc.version> <commons.release.isDistModule>true</commons.release.isDistModule> <commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/${commons.componentid}</commons.distSvnStagingUrl>