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
The following commit(s) were added to refs/heads/release by this push:
new 3cccba8e Prepare for the next release candidate
3cccba8e is described below
commit 3cccba8e127cf55a4a30c5056e0bb9ec09446fd7
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Nov 23 22:29:03 2024 +0000
Prepare for the next release candidate
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 72f25334..31c4d857 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>commons-dbcp2</artifactId>
- <version>2.13.0-SNAPSHOT</version>
+ <version>2.13.0</version>
<name>Apache Commons DBCP</name>
<inceptionYear>2001</inceptionYear>
@@ -160,7 +160,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
-
<project.build.outputTimestamp>2024-03-04T01:42:34Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2024-11-23T22:28:37Z</project.build.outputTimestamp>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<commons.componentid>dbcp</commons.componentid>