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-jxpath.git
The following commit(s) were added to refs/heads/master by this push: new f152437 Make type the first attribute f152437 is described below commit f152437ca17aa6bbcd9e0a1992077235bf673569 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Tue May 27 19:00:35 2025 -0400 Make type the first attribute --- 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 9b06dad..d0fbd25 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -49,10 +49,10 @@ The <action> type attribute can be add,update,fix,remove. <!-- The release date is the date RC is cut --> <release version="1.4.1" date="YYYY-MM-DD" description="This is a maintenance release. Java 8 or later is required."> <!-- FIX --> - <action dev="ggregory" type="fix" due-to="Gary Gregory">POM assembly:single does not generate binary convenience files (tar/zip).</action> + <action type="fix" dev="ggregory" due-to="Gary Gregory">POM assembly:single does not generate binary convenience files (tar/zip).</action> <!-- ADD --> <!-- UPDATE --> - <action dev="ggregory" type="update" due-to="Gary Gregory, Dependabot">Bump org.apache.commons:commons-parent from 81 to 84 #239.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump org.apache.commons:commons-parent from 81 to 84 #239.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-beanutils:commons-beanutils from 1.10.1 to 1.11.0.</action> </release> <release version="1.4.0" date="2025-04-12" description="This is a feature and maintenance release. Java 8 or later is required.">