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 00:15:40 UTC

[commons-pool] 01/03: Prepare for release candidate

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

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

commit 776d9787c00471cac280ec0442e2c666259736d1
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Jun 24 20:11:49 2023 -0400

    Prepare for release candidate
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9b90909d..c77bc54d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -188,7 +188,7 @@
     <commons.module.name>org.apache.commons.pool2</commons.module.name>
     <commons.rc.version>RC1</commons.rc.version>
     <!-- Java 8 -->
-    <commons.release.version>2.11.1</commons.release.version>
+    <commons.release.version>2.12.0</commons.release.version>
     <commons.release.desc>(Java 8)</commons.release.desc>
     <!-- Java 7 -->
     <commons.release.2.version>2.6.2</commons.release.2.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index fa57511a..5b73ce28 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -45,7 +45,7 @@ The <action> type attribute can be add,update,fix,remove.
     <title>Apache Commons Pool Release Notes</title>
   </properties>
   <body>
-  <release version="2.12.0" date="2021-MM-DD" description="This is a feature and maintenance release (Java 8).">
+  <release version="2.12.0" date="2023-06-24" description="This is a feature and maintenance release (Java 8).">
     <!-- FIX -->
     <action dev="psteitz" type="fix" issue="POOL-401">
       Ensure that capacity freed by invalidateObject is available to all keyed pools.