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-daemon.git
The following commit(s) were added to refs/heads/master by this push: new 1dd7749 Sort some attributes 1dd7749 is described below commit 1dd7749cb4a0ac97025d62b65542b4ab91fb6d7b Author: Gary Gregory <garydgreg...@users.noreply.github.com> AuthorDate: Mon May 12 10:43:47 2025 -0400 Sort some attributes --- 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 d135be0..e396e40 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -46,10 +46,10 @@ <action type="fix" dev="michaelo">Document --enable-preview</action> <action type="fix" dev="michaelo">Fix first appearance of --enable-native-access</action> <!-- ADD --> - <action issue="DAEMON-471" dev="michaelo" type="add">Add support for --enable-native-access Java startup option in jsvc.</action> - <action dev="ggregory" type="add" due-to="Jean-Frederic Clere, Gary Gregory, Mark Thomas">Add tests for prunsrv on Windows #260.</action> + <action type="add" dev="michaelo" issue="DAEMON-471">Add support for --enable-native-access Java startup option in jsvc.</action> + <action type="add" dev="ggregory" due-to="Jean-Frederic Clere, Gary Gregory, Mark Thomas">Add tests for prunsrv on Windows #260.</action> <!-- UPDATE --> - <action dev="ggregory" type="update" due-to="Gary Gregory, Dependabot">Bump org.apache.commons:commons-parent from 78 to 83 #253, #255.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump org.apache.commons:commons-parent from 78 to 83 #253, #255.</action> </release> <release version="1.4.1" date="2025-01-13" description="Bug fix release"> <!-- FIX -->