You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2021/12/31 10:13:54 UTC

[karaf] branch main updated (e2a8855 -> bb3dd89)

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

jbonofre pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/karaf.git.


 discard e2a8855  [SM-7309] Upgrade to Pax Logging 2.0.14
     new bb3dd89  [KARAF-7309] Upgrade to Pax Logging 2.0.14

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (e2a8855)
            \
             N -- N -- N   refs/heads/main (bb3dd89)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 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:

[karaf] 01/01: [KARAF-7309] Upgrade to Pax Logging 2.0.14

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

jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/karaf.git

commit bb3dd8932476d9487a6d4f5d15666e1643942b1e
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Fri Dec 31 06:48:16 2021 +0100

    [KARAF-7309] Upgrade to Pax Logging 2.0.14
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f103633..0739c7e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -304,7 +304,7 @@
 
         <pax.cdi.version>1.1.4</pax.cdi.version>
         <pax.exam.version>4.13.5</pax.exam.version>
-        <pax.logging.version>2.0.13</pax.logging.version>
+        <pax.logging.version>2.0.14</pax.logging.version>
         <pax.base.version>1.5.1</pax.base.version>
         <pax.swissbox.version>1.8.5</pax.swissbox.version>
         <pax.url.version>2.6.10</pax.url.version>