This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/commons-pool.git
The following commit(s) were added to refs/heads/release-2.x by this push:
new 123d2692 Prepare for the release candidate 2.13.0 RC3
123d2692 is described below
commit 123d2692dbe5235b485bf0adc1f1fb11a3d6b8eb
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Dec 6 12:12:08 2025 +0000
Prepare for the release candidate 2.13.0 RC3
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index dfa7da97..88dc4f3a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
<version>93</version>
</parent>
<artifactId>commons-pool2</artifactId>
- <version>2.13.0-SNAPSHOT</version>
+ <version>2.13.0</version>
<name>Apache Commons Pool</name>
<inceptionYear>2001</inceptionYear>
<description>The Apache Commons Object Pooling Library.</description>
@@ -81,7 +81,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>2025-01-27T18:05:44Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2025-12-06T03:09:55Z</project.build.outputTimestamp>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<commons.main.branch>POOL_2_X</commons.main.branch>