This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch release in repository https://gitbox.apache.org/repos/asf/commons-dbcp.git
commit 1088f44f215e684e0e3f33de9aba4019e00a533d Author: Gary Gregory <[email protected]> AuthorDate: Thu Dec 11 23:02:49 2025 +0000 Prepare for the release candidate 2.14.0 RC1 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 0478bec6..bd0cbc50 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ </parent> <modelVersion>4.0.0</modelVersion> <artifactId>commons-dbcp2</artifactId> - <version>2.14.0-SNAPSHOT</version> + <version>2.14.0</version> <name>Apache Commons DBCP</name> <inceptionYear>2001</inceptionYear> <description>Apache Commons DBCP software implements Database Connection Pooling</description> @@ -160,7 +160,7 @@ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <!-- project.build.outputTimestamp is managed by Maven plugins, see https://maven.apache.org/guides/mini/guide-reproducible-builds.html --> - <project.build.outputTimestamp>2024-12-02T18:22:22Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-12-11T22:57:07Z</project.build.outputTimestamp> <maven.compiler.source>1.8</maven.compiler.source> <maven.compiler.target>1.8</maven.compiler.target> <commons.componentid>dbcp</commons.componentid>
