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/09/25 15:11:27 UTC

[commons-io] branch master updated (e64f29c -> 3aac143)

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-io.git.


    from e64f29c  Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-io.git
     new c9fa0be  Organize.
     new 3aac143  Update spotbugs from 4.1.2 to 4.1.3 #158.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/changes/changes.xml | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)


[commons-io] 01/02: Organize.

Posted by gg...@apache.org.
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

commit c9fa0bef3966a7afb24e0a3c1ed784d1bc33d1c1
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Sep 25 11:10:35 2020 -0400

    Organize.
---
 src/changes/changes.xml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 0c25fd4..56697af 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -50,6 +50,10 @@ The <action> type attribute can be add,update,fix,remove.
       <action issue="686" dev="ggregory" type="add" due-to="Alan Moffat, Gary Gregory">
         IOUtils.toByteArray(InputStream) Javadoc does not match code
       </action>
+      <action issue="IO-689" dev="aherbert" type="fix" due-to="Uwe Schindler">
+        FileUtils: Remove Instant->ZonedDateTime->Instant round-trip.
+      </action>
+      <!-- UPDATES -->
       <action dev="ggregory" type="update" due-to="Dependabot">
         Update junit-jupiter from 5.6.2 to 5.7.0 #153.
       </action>
@@ -59,9 +63,6 @@ The <action> type attribute can be add,update,fix,remove.
       <action dev="ggregory" type="update" due-to="Gary Gregory">
         Update commons.jacoco.version 0.8.5 to 0.8.6 (Fixes Java 15 builds).
       </action>
-      <action issue="IO-689" dev="aherbert" type="fix" due-to="Uwe Schindler">
-        FileUtils: Remove Instant->ZonedDateTime->Instant round-trip.
-      </action>
       <action dev="ggregory" type="update" due-to="Dependabot">
         Update mockito-core from 3.5.10 to 3.5.11 #155.
       </action>


[commons-io] 02/02: Update spotbugs from 4.1.2 to 4.1.3 #158.

Posted by gg...@apache.org.
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

commit 3aac1432e0c068481ecf839d3e3150befc70690c
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Sep 25 11:11:01 2020 -0400

    Update spotbugs from 4.1.2 to 4.1.3 #158.
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 56697af..dc85669 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -66,6 +66,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action dev="ggregory" type="update" due-to="Dependabot">
         Update mockito-core from 3.5.10 to 3.5.11 #155.
       </action>
+      <action dev="ggregory" type="update" due-to="Dependabot">
+        Update spotbugs from 4.1.2 to 4.1.3 #158.
+      </action>
     </release>
     <!-- The release date is the date RC is cut -->
     <release version="2.8.0" date="2020-09-05" description="Java 8 required.">