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 befba822 Prepare for the release candidate 2.13.1 RC1
befba822 is described below
commit befba822e4027f9d63854660235ca3c46a3f7972
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Dec 29 21:02:34 2025 +0000
Prepare for the release candidate 2.13.1 RC1
---
NOTICE.txt | 2 +-
pom.xml | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/NOTICE.txt b/NOTICE.txt
index e7123c40..aeb2aaa9 100644
--- a/NOTICE.txt
+++ b/NOTICE.txt
@@ -1,5 +1,5 @@
Apache Commons Pool
-Copyright 2001-2026 The Apache Software Foundation
+Copyright 2001-2025 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (https://www.apache.org/).
diff --git a/pom.xml b/pom.xml
index be300e95..8da450f6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
<version>93</version>
</parent>
<artifactId>commons-pool2</artifactId>
- <version>2.13.1-SNAPSHOT</version>
+ <version>2.13.1</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-12-09T21:57:57Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2025-12-29T20:47:36Z</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>