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/12 09:36:49 UTC

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

Author: nbartlett
Date: Tue Dec 12 09:36:49 2017
New Revision: 1817900

URL: http://svn.apache.org/viewvc?rev=1817900&view=rev
Log:
FELIX-5760 Update to bnd version 3.4

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=1817900&r1=1817899&r2=1817900&view=diff
==============================================================================
--- felix/trunk/tools/maven-bundle-plugin/pom.xml (original)
+++ felix/trunk/tools/maven-bundle-plugin/pom.xml Tue Dec 12 09:36:49 2017
@@ -28,7 +28,7 @@
  <modelVersion>4.0.0</modelVersion>
 
  <artifactId>maven-bundle-plugin</artifactId>
- <version>3.5.0-SNAPSHOT</version>
+ <version>3.4.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.5.0</version>
+    <version>3.4.0</version>
   </dependency>
   <dependency>
     <groupId>org.apache.felix</groupId>