This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch release in repository https://gitbox.apache.org/repos/asf/commons-pool.git
The following commit(s) were added to refs/heads/release by this push: new f052b0e Add missing release date (the day the RC was cut). f052b0e is described below commit f052b0e8d0295b809d1674f63c06a5eb29c504d4 Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Fri Jul 31 09:06:13 2020 -0400 Add missing release date (the day the RC was cut). --- 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 272a2de..b6ed040 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -43,7 +43,7 @@ The <action> type attribute can be add,update,fix,remove. <title>Apache Commons Pool Release Notes</title> </properties> <body> - <release version="2.8.1" date="2020-MM-DD" description="This is a maintenance release (Java 8)."> + <release version="2.8.1" date="2020-07-27" description="This is a maintenance release (Java 8)."> <action dev="ggregory" issue="POOL-386" type="fix" due-to="Phil Steitz, Mark Thomas"> Refactored EvictionTimer usage tracking to fix POOL-386 and handle abandoned pools. #32. </action>