This is an automated email from the ASF dual-hosted git repository. psteitz pushed a commit to branch POOL_2_X in repository https://gitbox.apache.org/repos/asf/commons-pool.git
The following commit(s) were added to refs/heads/POOL_2_X by this push: new a52a79df Fill in 2.12.0 release date. a52a79df is described below commit a52a79df792f2181c1f6e3680c9d069d3459ce21 Author: Phil Steitz <phil.ste...@gmail.com> AuthorDate: Sat Sep 30 16:14:13 2023 -0700 Fill in 2.12.0 release date. --- 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 c4357746..e19b1fe9 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-MM-DD" description="This is a feature and maintenance release (Java 8)."> + <release version="2.12.0" date="2023-09-30" 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.