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/20 15:58:39 UTC

[commons-io] branch master updated (cbc6981 -> 112de65)

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 cbc6981  Bump mockito-core from 3.4.6 to 3.5.2 (#145)
     new 6a02237  Bump mockito-core from 3.4.6 to 3.5.2 #145.
     new d590982  Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-io.git
     new 112de65  Keep updates together.

The 3 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 | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)


[commons-io] 03/03: Keep updates together.

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 112de654fbef84167e57a73758a7287487ee170a
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Aug 20 11:58:30 2020 -0400

    Keep updates together.
---
 src/changes/changes.xml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 387322d..a169da3 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -115,6 +115,12 @@ The <action> type attribute can be add,update,fix,remove.
       <action dev="ggregory" type="add" due-to="Gary Gregory">
         Add RandomAccessFileInputStream.
       </action>
+      <action issue="IO-681" dev="sebb" type="add">
+        IOUtils.close(Closeable) should allow a list of closeables.
+      </action>
+      <action issue="IO-672" dev="sebb" type="fix">
+        Copying a File sets last modified date to 01 January 1970.
+      </action>
       <!-- UPDATES -->
       <action dev="ggregory" type="update" due-to="Gary Gregory">
         Replace FindBugs with SpotBugs.
@@ -140,12 +146,6 @@ The <action> type attribute can be add,update,fix,remove.
       <action dev="ggregory" type="update" due-to="Dependabot">
         Update spotbugs from 4.0.6 to 4.1.1 #134.
       </action>
-      <action issue="IO-681" dev="sebb" type="add">
-        IOUtils.close(Closeable) should allow a list of closeables.
-      </action>
-      <action issue="IO-672" dev="sebb" type="fix">
-        Copying a File sets last modified date to 01 January 1970.
-      </action>
       <action dev="ggregory" type="update" due-to="Dependabot">
         Update junit-pioneer from 0.8.0 to 0.9.0 #138.
       </action>


[commons-io] 01/03: Bump mockito-core from 3.4.6 to 3.5.2 #145.

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 6a02237a47084b99e3768d54d95af2d62b5cd250
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Aug 20 11:57:27 2020 -0400

    Bump mockito-core from 3.4.6 to 3.5.2 #145.
---
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 5c9f569..387322d 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -135,7 +135,7 @@ The <action> type attribute can be add,update,fix,remove.
         Update junit-pioneer from 0.6.0 to 0.8.0, #127, #135.
       </action>
       <action dev="ggregory" type="update" due-to="Gary Gregory">
-        Update mockito-core from 3.3.3 to 3.4.6 #128, #133.
+        Update mockito-core from 3.3.3 to 3.5.2 #128, #133, #145.
       </action>
       <action dev="ggregory" type="update" due-to="Dependabot">
         Update spotbugs from 4.0.6 to 4.1.1 #134.


[commons-io] 02/03: Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-io.git

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 d59098202590aef21b614273c87b922c3cea51b1
Merge: 6a02237 cbc6981
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Aug 20 11:57:44 2020 -0400

    Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-io.git

 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)