You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2020/09/12 19:13:02 UTC

[logging-log4j2] branch master updated (a1d7bea -> 6c3e3d8)

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

mattsicker pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git.


    from a1d7bea  Fix typos in config file
     new 8e28716  Revert "Bump org.apache.felix.framework from 5.6.10 to 6.0.3"
     new 6c3e3d8  Revert changes addition

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:
 pom.xml                 | 2 +-
 src/changes/changes.xml | 3 ---
 2 files changed, 1 insertion(+), 4 deletions(-)


[logging-log4j2] 02/02: Revert changes addition

Posted by ma...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mattsicker pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git

commit 6c3e3d8bac1246431031c05710067f84c31118b5
Author: Matt Sicker <bo...@gmail.com>
AuthorDate: Sat Sep 12 14:12:44 2020 -0500

    Revert changes addition
---
 src/changes/changes.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 4fd2b02..71d2a15 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -35,9 +35,6 @@
         Update jetty-util from 8.2.0.v20160908 to 9.4.31.v20200723.
       </action>
       <action dev="vy" type="update">
-        Update org.apache.felix.framework from 5.6.10 to 6.0.3.
-      </action>
-      <action dev="vy" type="update">
         Update commons-compress from 1.18 to 1.20.
       </action>
       <action dev="vy" type="update">


[logging-log4j2] 01/02: Revert "Bump org.apache.felix.framework from 5.6.10 to 6.0.3"

Posted by ma...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mattsicker pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git

commit 8e287165efb7dc79fa2b58a3a03ee8d517460e9b
Author: Matt Sicker <bo...@gmail.com>
AuthorDate: Sat Sep 12 14:12:28 2020 -0500

    Revert "Bump org.apache.felix.framework from 5.6.10 to 6.0.3"
    
    This reverts commit 4b9e3c26980d2919d8cd88999a2ea6d6989f8ffc.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a333d3a..3924d63 100644
--- a/pom.xml
+++ b/pom.xml
@@ -296,7 +296,7 @@
       <dependency>
         <groupId>org.apache.felix</groupId>
         <artifactId>org.apache.felix.framework</artifactId>
-        <version>6.0.3</version>
+        <version>5.6.10</version>
       </dependency>
       <dependency>
         <groupId>org.apache.maven</groupId>