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 2023/09/25 21:22:28 UTC

[commons-dbcp] branch master updated: Clean up changes XML.

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-dbcp.git


The following commit(s) were added to refs/heads/master by this push:
     new 13e98b27 Clean up changes XML.
13e98b27 is described below

commit 13e98b27f2db450ac80954b7661a582b822eb786
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Sep 25 17:22:23 2023 -0400

    Clean up changes XML.
---
 src/changes/changes.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index ec58eb50..ff6338cb 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -143,9 +143,9 @@ The <action> type attribute can be add,update,fix,remove.
         Add and use AbandonedTrace#setLastUsed(Instant).
       </action>
       <action dev="ggregory" type="add" due-to="Gary Gregory">
-        - Add and use Duration versions of now deprecated APIs that use ints and longs. 
-        - Internally track durations with Duration objects instead of ints and longs.
-        - See the JApiCmp report for the complete list.
+        Add and use Duration versions of now deprecated APIs that use ints and longs. 
+        Internally track durations with Duration objects instead of ints and longs.
+        See the JApiCmp report for the complete list.
       </action>
       <action dev="ggregory" type="add" due-to="Gary Gregory">
         Add PMD check to default Maven goal.