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

commit 3c8104931ad343a6cb8329222dae797b32265f49
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue May 7 20:50:41 2024 -0400

    Bump release properties
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index a8617568..11717233 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>commons-configuration2</artifactId>
-  <version>2.10.2-SNAPSHOT</version>
+  <version>2.11.0-SNAPSHOT</version>
   <name>Apache Commons Configuration</name>
 
   <inceptionYear>2001</inceptionYear>
@@ -35,8 +35,8 @@
   <properties>
     <commons.componentid>configuration</commons.componentid>
     
<commons.module.name>org.apache.commons.configuration2</commons.module.name>
-    <commons.release.version>2.10.1</commons.release.version>
-    <commons.release.next>2.10.2</commons.release.next>
+    <commons.release.version>2.11.0</commons.release.version>
+    <commons.release.next>2.11.1</commons.release.next>
     <commons.release.desc>(Java 8 or above)</commons.release.desc>
     
<commons.release.2.name>commons-configuration-${commons.release.2.version}</commons.release.2.name>
     <commons.release.2.version>1.10</commons.release.2.version>
@@ -66,7 +66,7 @@
     <spring.version>5.3.34</spring.version>
     <japicmp.skip>false</japicmp.skip>
     <!-- Commons Release Plugin -->
-    <commons.bc.version>2.10.0</commons.bc.version>
+    <commons.bc.version>2.10.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>

Reply via email to