This is an automated email from the ASF dual-hosted git repository.

garydgregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-configuration.git


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

commit 2d79be14be8c5c3672ac8983a8e5c89d2db7a339
Author: Gary Gregory <[email protected]>
AuthorDate: Tue May 26 20:15:19 2026 +0000

    Updates for the next release
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index d877950d4..f9c6dccc2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,8 +34,8 @@
   <properties>
     <commons.componentid>configuration</commons.componentid>
     
<commons.module.name>org.apache.commons.configuration2</commons.module.name>
-    <commons.release.version>2.15.1</commons.release.version>
-    <commons.release.next>2.15.2</commons.release.next>
+    <commons.release.version>2.15.2</commons.release.version>
+    <commons.release.next>2.15.3</commons.release.next>
     <commons.release.desc>(Java 8 or above)</commons.release.desc>
     <commons.jira.id>CONFIGURATION</commons.jira.id>
     <commons.jira.pid>12310467</commons.jira.pid>
@@ -63,8 +63,8 @@
     <spring.version>5.3.39</spring.version>
     <japicmp.skip>false</japicmp.skip>
     <!-- Commons Release Plugin -->
-    <commons.bc.version>2.15.0</commons.bc.version>
-    <commons.rc.version>RC2</commons.rc.version>
+    <commons.bc.version>2.15.1</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>
     <!-- project.build.outputTimestamp is managed by Maven plugins, see 
https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->

Reply via email to