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 2021/08/14 13:42:55 UTC

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

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

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

commit abb1a0797b406566f0214c688871ab7e8fdc2601
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Aug 14 09:42:35 2021 -0400

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

diff --git a/pom.xml b/pom.xml
index ad416c4..51da0d6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
   </parent>
 
   <artifactId>commons-pool2</artifactId>
-  <version>2.11.1-SNAPSHOT</version>
+  <version>2.11.1</version>
   <name>Apache Commons Pool</name>
 
   <inceptionYear>2001</inceptionYear>