You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by nb...@apache.org on 2017/12/19 15:12:32 UTC

svn commit: r1818676 - /felix/trunk/tools/maven-bundle-plugin/pom.xml

Author: nbartlett
Date: Tue Dec 19 15:12:32 2017
New Revision: 1818676

URL: http://svn.apache.org/viewvc?rev=1818676&view=rev
Log:
FELIX-5764 Update to bnd version 3.5

Modified:
    felix/trunk/tools/maven-bundle-plugin/pom.xml

Modified: felix/trunk/tools/maven-bundle-plugin/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/tools/maven-bundle-plugin/pom.xml?rev=1818676&r1=1818675&r2=1818676&view=diff
==============================================================================
--- felix/trunk/tools/maven-bundle-plugin/pom.xml (original)
+++ felix/trunk/tools/maven-bundle-plugin/pom.xml Tue Dec 19 15:12:32 2017
@@ -28,7 +28,7 @@
  <modelVersion>4.0.0</modelVersion>
 
  <artifactId>maven-bundle-plugin</artifactId>
- <version>3.4.1-SNAPSHOT</version>
+ <version>3.5.0-SNAPSHOT</version>
  <packaging>maven-plugin</packaging>
 
  <name>Maven Bundle Plugin</name>
@@ -164,7 +164,7 @@
   <dependency>
     <groupId>biz.aQute.bnd</groupId>
     <artifactId>biz.aQute.bndlib</artifactId>
-    <version>3.4.0</version>
+    <version>3.5.0</version>
   </dependency>
   <dependency>
     <groupId>org.apache.felix</groupId>