You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2022/03/16 16:54:34 UTC

[commons-pool] branch master updated: Current release is actually 2.11.1

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

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-pool.git


The following commit(s) were added to refs/heads/master by this push:
     new b107fe4  Current release is actually 2.11.1
b107fe4 is described below

commit b107fe4d08d4769120fa82a4cc3a79afa79d8f7d
Author: Sebb <se...@apache.org>
AuthorDate: Wed Mar 16 16:54:27 2022 +0000

    Current release is actually 2.11.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d587ddb..3fb19e3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -177,7 +177,7 @@
     <commons.module.name>org.apache.commons.pool2</commons.module.name>
     <commons.rc.version>RC1</commons.rc.version>
     <!-- Java 8 -->
-    <commons.release.version>2.12.0</commons.release.version>
+    <commons.release.version>2.11.1</commons.release.version>
     <commons.release.desc>(Java 8)</commons.release.desc>
     <!-- Java 7 -->
     <commons.release.2.version>2.6.2</commons.release.2.version>