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


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

commit 53311d3a64c03f7fda9f8175d291ef2a47274692
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Apr 8 15:03:03 2026 +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 aaddd6760..cafe50d71 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.14.0</commons.release.version>
-    <commons.release.next>2.14.1</commons.release.next>
+    <commons.release.version>2.14.1</commons.release.version>
+    <commons.release.next>2.14.2</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,7 +63,7 @@
     <spring.version>5.3.39</spring.version>
     <japicmp.skip>false</japicmp.skip>
     <!-- Commons Release Plugin -->
-    <commons.bc.version>2.13.0</commons.bc.version>
+    <commons.bc.version>2.14.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>

Reply via email to