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 8f62fe6a Prepare for the release candidate 2.13.1 RC1
8f62fe6a is described below

commit 8f62fe6a78606fe84a16f2c42870a60b443a461d
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Dec 29 13:12:25 2025 +0000

    Prepare for the release candidate 2.13.1 RC1
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index be300e95..f8284a3c 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-29T12:56:38Z</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>

Reply via email to