You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/06/25 01:03:01 UTC

[commons-pool] 01/01: Update POM version for Apache Commons Pool release 2.12.0

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to annotated tag commons-pool-2.12.0-RC1
in repository https://gitbox.apache.org/repos/asf/commons-pool.git

commit e5dae53e0ce1211b40680e7dccf601c3c3897378
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Jun 24 21:02:20 2023 -0400

    Update POM version for Apache Commons Pool release 2.12.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c77bc54d..11fde38e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
   </parent>
 
   <artifactId>commons-pool2</artifactId>
-  <version>2.12.0-SNAPSHOT</version>
+  <version>2.12.0</version>
   <name>Apache Commons Pool</name>
 
   <inceptionYear>2001</inceptionYear>