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 323d7940 Bump properties for a version 323d7940 is described below commit 323d7940b8983532192c08aee48a8ff118ff920d Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Aug 11 09:13:52 2024 -0400 Bump properties for a version --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 72f1cbdd..1bfcf4e9 100644 --- a/pom.xml +++ b/pom.xml @@ -61,7 +61,7 @@ <commons.parent.dir>${basedir}</commons.parent.dir> <commons.componentid>fileupload</commons.componentid> <commons.module.name>org.apache.commons.fileupload2</commons.module.name> - <commons.release.version>2.0.0-M2</commons.release.version> + <commons.release.version>2.0.0-M3</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> @@ -91,7 +91,7 @@ <commons.javadoc.options></commons.javadoc.options> <!-- Commons Release Plugin --> - <commons.bc.version>2.0.0-M1</commons.bc.version> + <commons.bc.version>2.0.0-M2</commons.bc.version> <commons.rc.version>RC1</commons.rc.version> <commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/${commons.componentid}</commons.distSvnStagingUrl> <commons.release.isDistModule>false</commons.release.isDistModule>