Skip to content

Commit f152437

Browse files
committed
Make type the first attribute
1 parent fccf2c5 commit f152437

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/changes/changes.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ The <action> type attribute can be add,update,fix,remove.
4949
<!-- The release date is the date RC is cut -->
5050
<release version="1.4.1" date="YYYY-MM-DD" description="This is a maintenance release. Java 8 or later is required.">
5151
<!-- FIX -->
52-
<action dev="ggregory" type="fix" due-to="Gary Gregory">POM assembly:single does not generate binary convenience files (tar/zip).</action>
52+
<action type="fix" dev="ggregory" due-to="Gary Gregory">POM assembly:single does not generate binary convenience files (tar/zip).</action>
5353
<!-- ADD -->
5454
<!-- UPDATE -->
55-
<action dev="ggregory" type="update" due-to="Gary Gregory, Dependabot">Bump org.apache.commons:commons-parent from 81 to 84 #239.</action>
55+
<action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump org.apache.commons:commons-parent from 81 to 84 #239.</action>
5656
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-beanutils:commons-beanutils from 1.10.1 to 1.11.0.</action>
5757
</release>
5858
<release version="1.4.0" date="2025-04-12" description="This is a feature and maintenance release. Java 8 or later is required.">

0 commit comments

Comments
 (0)