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/08/15 01:43:49 UTC

[commons-io] branch master updated: actions/setup-java from v1.4.0 to v1.4.1 #141.

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


The following commit(s) were added to refs/heads/master by this push:
     new 3f7f609  actions/setup-java from v1.4.0 to v1.4.1 #141.
     new 7adaaca  Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-io.git
3f7f609 is described below

commit 3f7f6090d84e31afcbd02bb0c8c95105468ccd83
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Aug 14 21:43:25 2020 -0400

    actions/setup-java from v1.4.0 to v1.4.1 #141.
---
 src/changes/changes.xml | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 1a6c1c5..2ef2517 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -103,12 +103,16 @@ The <action> type attribute can be add,update,fix,remove.
         Add CleaningPathVisitor.CleaningPathVisitor(PathCounters, DeleteOption[], String...).
         Add DeletingPathVisitor.DeletingPathVisitor(PathCounters, DeleteOption[], String...).
       </action>
-      <action dev="ggregory" type="fix" due-to="Gary Gregory">
-        Replace FindBugs with SpotBugs.
+      <action issue="IO-683" dev="sebb" type="fix">
+        CircularBufferInputStream.read() fails to convert byte to unsigned int
       </action>
       <action dev="ggregory" type="fix" due-to="Gary Gregory">
         Fix SpotBugs issues in org.apache.commons.io.FileUtils.
       </action>
+      <!-- UPDATES -->
+      <action dev="ggregory" type="update" due-to="Gary Gregory">
+        Replace FindBugs with SpotBugs.
+      </action>
       <action dev="ggregory" type="update" due-to="Gary Gregory">
         maven-checkstyle-plugin 3.1.0 -> 3.1.1.
       </action>
@@ -139,12 +143,12 @@ The <action> type attribute can be add,update,fix,remove.
       <action dev="ggregory" type="update" due-to="Dependabot">
         Update junit-pioneer from 0.8.0 to 0.9.0 #138.
       </action>
-      <action issue="IO-683" dev="sebb" type="fix">
-        CircularBufferInputStream.read() fails to convert byte to unsigned int
-      </action>
       <action dev="ggregory" type="update" due-to="Dependabot">
         Update actions/checkout from v2.3.1 to v2.3.2 #140.
-      </action>      
+      </action>
+      <action dev="ggregory" type="update" due-to="Dependabot">
+        Update actions/setup-java from v1.4.0 to v1.4.1 #141.
+      </action>
     </release>
     <!-- The release date is the date RC is cut -->
     <release version="2.7" date="2020-05-24" description="Java 8 required.">