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 01a206b5 Update properties for versions
01a206b5 is described below

commit 01a206b54fe0f7b5098a46dfe95b41e8994ad4a5
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Fri Oct 20 18:15:23 2023 -0400

    Update properties for versions
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 7d9aa287..4f31485d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -534,7 +534,7 @@
   <properties>
     <commons.componentid>configuration</commons.componentid>
     
<commons.module.name>org.apache.commons.configuration2</commons.module.name>
-    <commons.release.version>2.9.0</commons.release.version>
+    <commons.release.version>2.9.1</commons.release.version>
     <commons.release.desc>(Java 8)</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>
@@ -568,7 +568,7 @@
     <japicmp.skip>false</japicmp.skip>
 
     <!-- Commons Release Plugin -->
-    <commons.bc.version>2.8.0</commons.bc.version>
+    <commons.bc.version>2.9.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