You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by vy...@apache.org on 2023/10/20 09:14:59 UTC

[logging-log4j2] 03/03: Remove redundant `bnd:baseline` execution

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

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

commit 7b4941ac86fef4e07aa45c3516e91ecbbf73c648
Author: Volkan Yazıcı <vo...@yazi.ci>
AuthorDate: Fri Oct 20 11:07:30 2023 +0200

    Remove redundant `bnd:baseline` execution
    
    This is streamlined by `logging-parent` version `10.2.0` release.
---
 pom.xml | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/pom.xml b/pom.xml
index fb222484d9..e9caf25b40 100644
--- a/pom.xml
+++ b/pom.xml
@@ -524,20 +524,6 @@
 
     <plugins>
 
-      <plugin>
-        <groupId>biz.aQute.bnd</groupId>
-        <artifactId>bnd-baseline-maven-plugin</artifactId>
-        <version>${bnd-maven-plugin.version}</version>
-        <executions>
-          <execution>
-            <id>baseline</id>
-            <goals>
-              <goal>baseline</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-
       <!-- Enable BOM flattening -->
       <plugin>
         <groupId>org.codehaus.mojo</groupId>