You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2022/06/01 20:48:30 UTC

[jena] branch main updated: GH-1357: Remove maven-bundle-plugin

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 5676206354 GH-1357: Remove maven-bundle-plugin
     new cfdf86c7c2 Merge pull request #1358 from afs/bundle-plugin
5676206354 is described below

commit 56762063542fe4dcc956be121c356437510b8a8c
Author: Andy Seaborne <an...@apache.org>
AuthorDate: Wed Jun 1 20:55:10 2022 +0100

    GH-1357: Remove maven-bundle-plugin
---
 pom.xml | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/pom.xml b/pom.xml
index 731ad45a27..7bada686b0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -875,11 +875,6 @@
           <excludesFile>build-files/rat-exclusions.txt</excludesFile>
         </configuration>
       </plugin>
-      <plugin>
-        <groupId>org.apache.felix</groupId>
-        <artifactId>maven-bundle-plugin</artifactId>
-        <extensions>true</extensions>
-      </plugin>
     </plugins>
 
     <!-- Plugin version list: https://maven.apache.org/plugins/index.html -->
@@ -1059,13 +1054,6 @@
           <version>3.0.0</version>
         </plugin>
 
-        <plugin>
-          <groupId>org.apache.felix</groupId>
-          <artifactId>maven-bundle-plugin</artifactId>
-          <version>5.1.6</version>
-          <extensions>true</extensions>
-        </plugin>
-
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-shade-plugin</artifactId>