Repository: logging-log4j2
Updated Branches:
  refs/heads/master 12c159973 -> 57f70f21f


LOG4J2-2146 - Update maven bundle plugin version


Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/57f70f21
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/57f70f21
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/57f70f21

Branch: refs/heads/master
Commit: 57f70f21fa91fa20f14b8ccce033d425393585a4
Parents: 12c1599
Author: Ralph Goers <[email protected]>
Authored: Thu Dec 28 23:26:15 2017 -0700
Committer: Ralph Goers <[email protected]>
Committed: Thu Dec 28 23:26:15 2017 -0700

----------------------------------------------------------------------
 log4j-api/pom.xml       | 7 -------
 pom.xml                 | 2 +-
 src/changes/changes.xml | 3 ++-
 3 files changed, 3 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/57f70f21/log4j-api/pom.xml
----------------------------------------------------------------------
diff --git a/log4j-api/pom.xml b/log4j-api/pom.xml
index 5dfeabf..589d214 100644
--- a/log4j-api/pom.xml
+++ b/log4j-api/pom.xml
@@ -239,13 +239,6 @@
             <_fixupmessages>"Classes found in the wrong 
directory";is:=warning</_fixupmessages>
           </instructions>
         </configuration>
-        <dependencies>
-          <dependency>
-            <groupId>biz.aQute.bnd</groupId>
-            <artifactId>biz.aQute.bndlib</artifactId>
-            <version>3.5.0</version>
-          </dependency>
-        </dependencies>
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/57f70f21/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 07a64e6..995309f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -815,7 +815,7 @@
           <groupId>org.apache.felix</groupId>
           <artifactId>maven-bundle-plugin</artifactId>
           <!--  Using version 2.5.4 causes Jenkins to get compiler errors in 
log4j-perf. -->
-          <version>3.3.0</version>
+          <version>3.4.0</version>
           <inherited>true</inherited>
           <extensions>true</extensions>
           <executions>

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/57f70f21/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 3c398ee..41dc1a0 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -31,6 +31,7 @@
          - "remove" - Removed
     -->
     <release version="2.10.1" date="2017-xx-xx" description="GA Release 
2.10.1">
+
       <action issue="LOG4J2-2163" dev="rgoers" type="fix">
         Allow SortedArrayStringMap to be filtered upon deserialization. Fix 
build error in Java 9 when
         compiling log4j-core test classes.
@@ -42,7 +43,7 @@
         DefaultMergeStrategy did not merge filters on loggers correctly.
       </action>
       <action issue="LOG4J2-2146" dev="rgoers" type="update">
-        Update version of bnd. Convert bundle plugin error to a warning.
+        Update version of maven bundle plugin to 3.4.0. Convert bundle plugin 
error to a warning.
       </action>
       <action issue="LOG4J2-2143" dev="mikes" type="add">
         Add missing converters to PatternLayout.

Reply via email to