You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/06/18 12:29:19 UTC

[maven-resolver] branch master updated: Upgrade maven-bundle-plugin 4.0.0

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

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-resolver.git


The following commit(s) were added to refs/heads/master by this push:
     new e73be26  Upgrade maven-bundle-plugin 4.0.0
e73be26 is described below

commit e73be264cf41b820b7b403198d1a5b45e9e872e5
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Thu Jun 18 14:28:54 2020 +0200

    Upgrade maven-bundle-plugin 4.0.0
    
    downgrade, because 4.1 requires Java 8
---
 pom.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6899439..39acd42 100644
--- a/pom.xml
+++ b/pom.xml
@@ -351,8 +351,10 @@
         <plugin>
           <groupId>org.apache.felix</groupId>
           <artifactId>maven-bundle-plugin</artifactId>
-          <version>4.1.0</version><!-- 4.2.0+ requires Maven 3+ and Java 8 -->
+          <!-- 4.1.0 depends on bndlib that contins aQute/bnd/osgi/Analyzer Java 8 classs
+               4.2.0 requires Maven 3+ and Java 8 -->
           <configuration>
+          <version>4.0.0</version>
             <manifestLocation>${project.build.directory}/osgi</manifestLocation>
             <instructions>
               <Bundle-SymbolicName>${Bundle-SymbolicName}</Bundle-SymbolicName>