This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch POOL_2_X in repository https://gitbox.apache.org/repos/asf/commons-pool.git
commit 00bf936a41e1aa2cc7a1a750d3cb876e5e3f8673 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Jul 30 11:59:50 2023 -0400 Reset release date until the next RC --- src/changes/changes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 864dfb7c..11756c49 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="2023-06-24" description="This is a feature and maintenance release (Java 8)."> + <release version="2.12.0" date="2023-MM-DD" 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.