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


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

commit 20a550f51239ee8fc59a55a01efc829b2ed970c5
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Wed Dec 13 08:07:51 2023 -0500

    Clean up changes
---
 src/changes/changes.xml | 23 +++++++++++------------
 1 file changed, 11 insertions(+), 12 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 0b80c9d..6a641b9 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -27,32 +27,31 @@
     <body>
         <release version="1.4.0" date="20YY-MM-DD" description="Maintenance 
and feature Release (Java 8 or above)">
             <!-- ADD -->
-            <action issue="EXEC-105" type="fix" date="2023-07-16" 
due-to="Dimitrios Efthymiou">
-                Fix code snippet in tutorial page.
-            </action>
             <action dev="ggregory" type="add" due-to="Gary Gregory">
                 Add ShutdownHookProcessDestroyer.isEmpty().
             </action>
             <!-- FIX -->
-            <action issue="EXEC-100" dev="sgoeschl" type="update" 
date="2016-01-11">
-                Sync org.apache.commons.exec.OS with the newest Ant source file
+            <action issue="EXEC-105" type="fix" date="2023-07-16" 
due-to="Dimitrios Efthymiou">
+                Fix code snippet in tutorial page.
+            </action>
+            <action issue="EXEC-100" dev="sgoeschl" type="fix" 
date="2016-01-11">
+                Sync org.apache.commons.exec.OS with the newest Ant source 
file.
             </action>
-            <action issue="EXEC-64" dev="sebb" type="update" due-to="Michael 
Vorburger">
-                DefaultExecutor swallows IOException cause instead of 
propagating it
-                (work-round for Java 1.5)
+            <action issue="EXEC-64" dev="sebb" type="fix" due-to="Michael 
Vorburger">
+                DefaultExecutor swallows IOException cause instead of 
propagating it (work-round for Java 1.5)
             </action>
-            <action dev="ggregory" type="update" due-to="nullptr">
+            <action dev="ggregory" type="fix" due-to="nullptr">
                 Java-style Array declaration and remove empty finally block 
#26.
             </action>
-            <action dev="ggregory" type="update" due-to="John Patrick">
+            <action dev="ggregory" type="fix" due-to="John Patrick">
                 Use JUnit5 assertThrows() #72.
             </action>
             <action dev="ggregory" type="fix" due-to="step-security-bot, Gary 
Gregory">
                 [StepSecurity] ci: Harden GitHub Actions #107.
             </action>            
             <!-- UPDATE -->
-            <action dev="ggregory" type="add" due-to="Gary Gregory, 
Dependabot">
-                Bump github/codeql-action from 1 to 2 #52.
+            <action dev="ggregory" type="update" due-to="Gary Gregory, 
Dependabot">
+                Bump github actions #52.
             </action>
             <action issue="EXEC-111" dev="ggregory" type="update" due-to="Gary 
Gregory">
                 Update from Java 5 to 6.

Reply via email to