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-dbcp.git
The following commit(s) were added to refs/heads/master by this push:
new 0c2d641c Updates for the next release
0c2d641c is described below
commit 0c2d641c3845b0cab3958d261d1683767e245f96
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Dec 16 12:02:14 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 5599f3c1..bc7ca8bb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -166,8 +166,8 @@
<commons.componentid>dbcp</commons.componentid>
<commons.rc.version>RC1</commons.rc.version>
<commons.module.name>org.apache.commons.dbcp2</commons.module.name>
- <commons.release.version>2.14.0</commons.release.version>
- <commons.release.next>2.14.1</commons.release.next>
+ <commons.release.version>2.14.1</commons.release.version>
+ <commons.release.next>2.14.2</commons.release.next>
<commons.release.desc>for JDBC 4.2 on Java 8</commons.release.desc>
<commons.release.hash>sha512</commons.release.hash>
<commons.release.2.version>2.4.0</commons.release.2.version>
@@ -183,7 +183,7 @@
<commons.osgi.import>javax.transaction;version="1.1.0",javax.transaction.xa;version="1.1.0";partial=true;mandatory:=partial,*</commons.osgi.import>
<commons.japicmp.ignoreMissingClasses>true</commons.japicmp.ignoreMissingClasses>
<!-- Commons Release Plugin -->
- <commons.bc.version>2.13.0</commons.bc.version>
+ <commons.bc.version>2.14.0</commons.bc.version>
<commons.release.isDistModule>true</commons.release.isDistModule>
<japicmp.skip>false</japicmp.skip>
<spotbugs.skip>false</spotbugs.skip>