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 8ff072a  Group updates together.
8ff072a is described below

commit 8ff072a08aec0d4a07f8c39b98e2bfbe0ccb5c1e
Author: Gary Gregory <garydgreg...@users.noreply.github.com>
AuthorDate: Sun Apr 10 08:19:34 2022 -0400

    Group updates together.
---
 src/changes/changes.xml | 21 +++++++++++----------
 1 file changed, 11 insertions(+), 10 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 49089af..d6aac7f 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -31,8 +31,18 @@
                 DefaultExecutor swallows IOException cause instead of 
propagating it
                 (work-round for Java 1.5)
             </action>
+            <action dev="ggregory" type="update" due-to="nullptr">
+                Java-style Array declaration and remove empty finally block 
#26.
+            </action>
+            <action dev="ggregory" type="add" due-to="Gary Gregory">
+                Add ShutdownHookProcessDestroyer.isEmpty().
+            </action>
+            <!-- UPDATE -->
             <action issue="EXEC-111" dev="ggregory" type="update" due-to="Gary 
Gregory">
-                Update Java requirement from Java 5 to 6.
+                Update from Java 5 to 6.
+            </action>
+            <action dev="ggregory" type="update" due-to="Gary Gregory">
+                Update from Java 7 to 8.
             </action>
             <action dev="ggregory" type="update" due-to="Dependabot">
                 Bump actions/checkout from 2.3.2 to 3 #24, #46.
@@ -46,15 +56,6 @@
             <action dev="ggregory" type="update" due-to="Dependabot">
                 Bump junit from 4.13 to 4.13.2 #23, #33.
             </action>
-            <action dev="ggregory" type="update" due-to="nullptr">
-                Java-style Array declaration and remove empty finally block 
#26.
-            </action>
-            <action dev="ggregory" type="add" due-to="Gary Gregory">
-                Add ShutdownHookProcessDestroyer.isEmpty().
-            </action>
-            <action dev="ggregory" type="update" due-to="Gary Gregory">
-                Update from Java 7 to 8.
-            </action>
             <action dev="ggregory" type="update" due-to="Dependabot">
                 Bump maven-pmd-plugin from 2.7.1 to 3.16.0 #45.
             </action>

Reply via email to