This is an automated email from the ASF dual-hosted git repository.
ggregory 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 e6293281 Updates for the next release
e6293281 is described below
commit e6293281f65fbdf85a80823ef57aeea7d0f4f333
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Dec 9 22:17:45 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 9184c649..be300e95 100644
--- a/pom.xml
+++ b/pom.xml
@@ -91,8 +91,8 @@
<commons.rc.version>RC1</commons.rc.version>
<checkstyle.suppress.file>${basedir}/src/conf/checkstyle-suppressions.xml</checkstyle.suppress.file>
<!-- Java 8 -->
- <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>
<!-- Java 7 -->
<commons.release.2.version>2.6.2</commons.release.2.version>
@@ -102,7 +102,7 @@
<commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>
<commons.osgi.import>net.sf.cglib.proxy;resolution:=optional,*</commons.osgi.import>
<!-- Commons Release Plugin -->
- <commons.bc.version>2.12.1</commons.bc.version>
+ <commons.bc.version>2.13.0</commons.bc.version>
<commons.release.isDistModule>true</commons.release.isDistModule>
<japicmp.skip>false</japicmp.skip>
<spotbugs.skip>false</spotbugs.skip>