You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2020/12/05 14:27:36 UTC

[commons-exec] branch master updated: Java-style Array declaration and remove empty finally block #26.

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 8092ccf  Java-style Array declaration and remove empty finally block #26.
8092ccf is described below

commit 8092ccf6f3dd80dfabe0bf3a21228681f10ef345
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Dec 5 09:27:32 2020 -0500

    Java-style Array declaration and remove empty finally block #26.
---
 src/changes/changes.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index e1da35d..2e5af39 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -23,7 +23,7 @@
         <author email="sgoeschl@apache.org">Siegfried Goeschl</author>
     </properties>
     <body>
-        <release version="1.4" date="" description="Maintenance and feature Release">
+        <release version="1.4.0" date="" description="Maintenance and feature Release">
             <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>
@@ -43,6 +43,9 @@
            <action dev="ggregory" type="update" due-to="Dependabot">
                 Bump junit from 4.13 to 4.13.1 #23.
             </action>
+           <action dev="ggregory" type="update" due-to="nullptr">
+                Java-style Array declaration and remove empty finally block #26.
+            </action>
         </release>
         <release version="1.3" date="2014-11-02" description="Maintenance and feature Release">
             <action issue="EXEC-69" dev="ggregory" type="add" due-to="Richard Atkins, Michael Vorburger">