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

psteitz pushed a commit to branch POOL_2_X
in repository https://gitbox.apache.org/repos/asf/commons-pool.git


The following commit(s) were added to refs/heads/POOL_2_X by this push:
     new 222b2389 Update last version, reset RC counter.
222b2389 is described below

commit 222b23896b1e063a6938ca733b8131c2df169c36
Author: Phil Steitz <phil.ste...@gmail.com>
AuthorDate: Sat Sep 30 17:19:38 2023 -0700

    Update last version, reset RC counter.
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 574da2b4..7fbc0107 100644
--- a/pom.xml
+++ b/pom.xml
@@ -191,7 +191,7 @@
     <maven.compiler.target>1.8</maven.compiler.target>
     <commons.componentid>pool</commons.componentid>
     <commons.module.name>org.apache.commons.pool2</commons.module.name>
-    <commons.rc.version>RC5</commons.rc.version>
+    <commons.rc.version>RC1</commons.rc.version>
     <!-- Java 8 -->
     <commons.release.version>2.12.0</commons.release.version>
     <commons.release.desc>(Java 8)</commons.release.desc>
@@ -205,7 +205,7 @@
     
<commons.osgi.import>net.sf.cglib.proxy;resolution:=optional,*</commons.osgi.import>
 
     <!-- Commons Release Plugin -->
-    <commons.bc.version>2.11.1</commons.bc.version>
+    <commons.bc.version>2.12.0</commons.bc.version>
     <commons.release.isDistModule>true</commons.release.isDistModule>
     <commons.releaseManagerName>Phil Steitz</commons.releaseManagerName>
     
<commons.releaseManagerKey>4E2DDD47E19863BB87211544CD3038FEF07D567E</commons.releaseManagerKey>

Reply via email to