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 18:29:24 UTC

[commons-vfs] branch master updated (ed68991 -> 7f23bc5)

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


    from ed68991  Update slf4j-simple from 1.7.26 to 1.7.30 #129.
     new 0b22081  Revert "Update slf4j-simple from 1.7.26 to 1.7.30 #129."
     new 7f23bc5  Revert "Bump slf4j-simple from 1.7.26 to 1.7.30 (#129)"

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:
 commons-vfs2-examples/pom.xml | 4 ++--
 src/changes/changes.xml       | 3 ---
 2 files changed, 2 insertions(+), 5 deletions(-)


[commons-vfs] 02/02: Revert "Bump slf4j-simple from 1.7.26 to 1.7.30 (#129)"

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

commit 7f23bc5b5191f166827bd0ce6b640842918a2312
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Sep 25 14:29:01 2020 -0400

    Revert "Bump slf4j-simple from 1.7.26 to 1.7.30 (#129)"
    
    This reverts commit fb3ce6ec4fcd11062310db5a67d241c9d54ab6d8.
---
 commons-vfs2-examples/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/commons-vfs2-examples/pom.xml b/commons-vfs2-examples/pom.xml
index 0dfbfae..0351a87 100644
--- a/commons-vfs2-examples/pom.xml
+++ b/commons-vfs2-examples/pom.xml
@@ -175,7 +175,7 @@
         <dependency>
           <groupId>org.slf4j</groupId>
           <artifactId>slf4j-simple</artifactId>
-          <version>1.7.30</version>
+          <version>1.7.26</version>
           <scope>runtime</scope>
         </dependency>
       </dependencies>
@@ -202,7 +202,7 @@
         <dependency>
           <groupId>org.slf4j</groupId>
           <artifactId>slf4j-simple</artifactId>
-          <version>1.7.30</version>
+          <version>1.7.26</version>
           <scope>runtime</scope>
         </dependency>
       </dependencies>


[commons-vfs] 01/02: Revert "Update slf4j-simple from 1.7.26 to 1.7.30 #129."

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

commit 0b22081bb64e2e31fa37ac78ed2d2d04abd6e8e1
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Sep 25 14:29:00 2020 -0400

    Revert "Update slf4j-simple from 1.7.26 to 1.7.30 #129."
    
    This reverts commit ed689913dc6d882018138bd36644529fde4b710e.
---
 src/changes/changes.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index ead03e7..f2e98bd 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -150,9 +150,6 @@ The <action> type attribute can be add,update,fix,remove.
       <action dev="ggregory" type="update" due-to="Dependabot">
         Update exec-maven-plugin from 1.6.0 to 3.0.0 #127.
       </action>
-      <action dev="ggregory" type="update" due-to="Dependabot">
-        Update slf4j-simple from 1.7.26 to 1.7.30 #129.
-      </action>
     </release>
     <release version="2.6.0" date="2020-01-06" description="New features and bug fix release.">
       <action dev="ggregory" due-to="Eitan Adler" type="fix">