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/05/27 12:29:59 UTC

[commons-pool] branch master updated: Fix due-to attributes.

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 83fb8c2  Fix due-to attributes.
83fb8c2 is described below

commit 83fb8c26e65e49e18c4bf8100ee85378d97eece1
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu May 27 08:29:54 2021 -0400

    Fix due-to attributes.
---
 src/changes/changes.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2c592f9..5e9f11a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -45,11 +45,11 @@ The <action> type attribute can be add,update,fix,remove.
   <body>
   <release version="2.10.0" date="202Y-MM-DD" description="This is a MMMM release (Java 8).">
     <!-- ADD -->
-    <action dev="ggregory" type="add" due-to="Dependabot">
+    <action dev="ggregory" type="add" due-to="Gary Gregory">
       Add and use java.time.Duration APIs timeouts instead of using ints for seconds.
       See the site and its API comparison report for a list of the new Duration-based APIs.
     </action>
-    <action dev="ggregory" type="add" due-to="Dependabot">
+    <action dev="ggregory" type="add" due-to="JSurf, Gary Gregory, Phil Steitz">
       Implement AbandonedConfig for GenericKeyedObjectPool #67.
     </action>
     <!-- FIXES -->