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 2024/01/11 15:51:07 UTC

(commons-pool) branch POOL_2_X updated: Order some XML attributes

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch POOL_2_X
in repository https://gitbox.apache.org/repos/asf/commons-pool.git


The following commit(s) were added to refs/heads/POOL_2_X by this push:
     new b603359e Order some XML attributes
b603359e is described below

commit b603359e39b53987e24fa91db31ec62a0ec892c6
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Jan 11 10:51:03 2024 -0500

    Order some XML 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 b250c338..9642254e 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -49,8 +49,8 @@ The <action> type attribute can be add,update,fix,remove.
     <!-- FIX -->
     <!-- ADD -->
     <!-- UPDATE -->
-    <action dev="ggregory" type="update">Bump commons-parent from 62 to 64.</action>
-    <action dev="ggregory" type="update">Bump org.ow2.asm:asm-util from 9.5 to 9.6.</action>
+    <action type="update" dev="ggregory">Bump commons-parent from 62 to 64.</action>
+    <action type="update" dev="ggregory">Bump org.ow2.asm:asm-util from 9.5 to 9.6.</action>
     <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-lang3 from 3.13.0 to 3.14.0.</action>
     <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.bcel:bcel from 6.7.0 to 6.8.1.</action>
   </release>