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 acc0f0a Set current version to 2.8.1 in changes.xml. acc0f0a is described below commit acc0f0af5425efe04af1046653b926ccf0fe4848 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed Dec 11 18:38:10 2019 -0500 Set current version to 2.8.1 in changes.xml. --- 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 63d9e66..9ec8231 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.0" date="2019-12-05" description="This is a maintenance release (Java 8)."> + <release version="2.8.1" date="2019-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>