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-beanutils.git


The following commit(s) were added to refs/heads/master by this push:
     new c6bb32e1 Updates for the next release
c6bb32e1 is described below

commit c6bb32e1744994ac5cd3e818064a91dfdccbd8de
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Wed May 28 12:18:02 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 3bf35f17..f69a0c50 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,11 +36,11 @@
     <commons.componentid>beanutils</commons.componentid>
     <commons.module.name>org.apache.commons.beanutils2</commons.module.name>
     <!-- Current version -->
-    <commons.release.version>2.0.0-M2</commons.release.version>
+    <commons.release.version>2.0.0-M3</commons.release.version>
     <commons.rc.version>RC1</commons.rc.version>
     <commons.main.branch>master</commons.main.branch>
     <commons.release.branch>release</commons.release.branch>
-    <commons.release.next>2.0.0-M3</commons.release.next>
+    <commons.release.next>2.0.0-M4</commons.release.next>
     <commons.release.desc>(Java 8 or above)</commons.release.desc>
     <!-- Previous major version -->
     <commons.release.2.version>1.9.4</commons.release.2.version>
@@ -55,7 +55,7 @@
     <surefire.argLine>-Xmx256M 
-Djava.locale.providers=COMPAT</surefire.argLine>
     <commons.encoding>utf-8</commons.encoding>
     <!-- Commons Release Plugin -->
-    <commons.bc.version>2.0.0-M1</commons.bc.version>
+    <commons.bc.version>2.0.0-M2</commons.bc.version>
     <commons.release.isDistModule>true</commons.release.isDistModule>
     <!-- project.build.outputTimestamp is managed by Maven plugins, see 
https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
     
<project.build.outputTimestamp>2025-05-27T23:29:33Z</project.build.outputTimestamp>

Reply via email to