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
The following commit(s) were added to refs/heads/master by this push: new 6de68cc Updated date template. 6de68cc is described below commit 6de68cc06a2548cb675165b186feb5a18c60b29f Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Jun 4 13:50:15 2020 -0400 Updated date template. --- 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 a1d6ed7..6cfed0e 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="2019-MM-DD" description="This is a maintenance release (Java 8)."> + <release version="2.8.1" date="2020-MM-DD" description="This is a maintenance release (Java 8)."> <action dev="ggregory" type="fix" due-to="Prodigysov, Gary Gregory"> [Javadoc] Add missing @throws comment in PoolUtils. #27. </action>