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:58:09 UTC

[maven-resolver] branch master updated: Revert bundle plugin upgrade

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 a7a5f70  Revert bundle plugin upgrade
a7a5f70 is described below

commit a7a5f70bfa8fa100132b6697f61f6a09ad016d3c
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Thu Jun 18 14:58:00 2020 +0200

    Revert bundle plugin upgrade
    
    Reverts 812d07
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 39acd42..0e51471 100644
--- a/pom.xml
+++ b/pom.xml
@@ -354,7 +354,7 @@
           <!-- 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>
+          <version>3.5.0</version>
             <manifestLocation>${project.build.directory}/osgi</manifestLocation>
             <instructions>
               <Bundle-SymbolicName>${Bundle-SymbolicName}</Bundle-SymbolicName>