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
commit f6fbc21ccf8840330f31ae7614dd708bbde22fe7 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon Aug 19 12:56:30 2024 -0400 Bump version to feature --- pom.xml | 8 ++++---- src/changes/changes.xml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index ac095d0a..4aea96f6 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ </parent> <modelVersion>4.0.0</modelVersion> <artifactId>commons-dbcp2</artifactId> - <version>2.12.1-SNAPSHOT</version> + <version>2.13.0-SNAPSHOT</version> <name>Apache Commons DBCP</name> <inceptionYear>2001</inceptionYear> @@ -181,8 +181,8 @@ <commons.rc.version>RC1</commons.rc.version> <commons.module.name>org.apache.commons.dbcp2</commons.module.name> - <commons.release.version>2.12.0</commons.release.version> - <commons.release.next>2.12.1</commons.release.next> + <commons.release.version>2.13.0</commons.release.version> + <commons.release.next>2.13.1</commons.release.next> <commons.release.desc>for JDBC 4.2 on Java 8</commons.release.desc> <commons.release.hash>sha512</commons.release.hash> @@ -200,7 +200,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.11.0</commons.bc.version> + <commons.bc.version>2.12.0</commons.bc.version> <commons.release.isDistModule>true</commons.release.isDistModule> <japicmp.skip>false</japicmp.skip> <spotbugs.skip>false</spotbugs.skip> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index bd523a95..71037c54 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -62,7 +62,7 @@ The <action> type attribute can be add,update,fix,remove. EvictionTimer --> <body> - <release version="2.12.1" date="YYYY-MM-DD" description="This is a minor release, including bug fixes and enhancements."> + <release version="2.13.0" date="YYYY-MM-DD" description="This is a minor release, including bug fixes and enhancements."> <!-- FIX --> <action type="update" dev="ggregory" due-to="Gary Gregory">Fix PMD UnnecessaryFullyQualifiedName in AbandonedTrace.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Fix PMD UnnecessaryFullyQualifiedName in PoolableCallableStatement.</action>