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 e72599417 Updates for the next release
e72599417 is described below
commit e72599417c3e5812a31b3d55b2684d63b7fc8c34
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Nov 26 12:38:22 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 95de7676d..b95c1353a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,8 +33,8 @@
<properties>
<commons.componentid>configuration</commons.componentid>
<commons.module.name>org.apache.commons.configuration2</commons.module.name>
- <commons.release.version>2.13.0</commons.release.version>
- <commons.release.next>2.13.1</commons.release.next>
+ <commons.release.version>2.13.1</commons.release.version>
+ <commons.release.next>2.13.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>
@@ -62,7 +62,7 @@
<spring.version>5.3.39</spring.version>
<japicmp.skip>false</japicmp.skip>
<!-- Commons Release Plugin -->
- <commons.bc.version>2.12.0</commons.bc.version>
+ <commons.bc.version>2.13.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>