You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2021/08/14 12:51:48 UTC

[commons-pool] 01/03: Minors Changes #89.

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

commit 7fd92afc20c9a700c2d47d1b1bb31ed2b86a07b2
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Aug 14 08:50:04 2021 -0400

    Minors Changes #89.
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a32f636..4682ffc 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -73,6 +73,9 @@ The <action> type attribute can be add,update,fix,remove.
     <action dev="ggregory" type="fix" due-to="Gary Gregory">
       Reimplement BaseGenericObjectPool.maxBorrowWait as a Duration instead of a long.
     </action>
+    <action dev="ggregory" type="fix" due-to="Arturo Bernal">
+      Minors Changes #89.
+    </action>
     <!-- UPDATES -->
     <action dev="ggregory" type="update" due-to="Dependabot">
       Bump checkstyle from 8.45 to 8.45.1 #93.