Updated to BND 0.0.160 and modified the plugin to be compatible.


git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@554719 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/bundleplugin/pom.xml b/bundleplugin/pom.xml
index e1ea380..a02eeef 100644
--- a/bundleplugin/pom.xml
+++ b/bundleplugin/pom.xml
@@ -29,6 +29,7 @@
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.apache.felix</groupId>
  <artifactId>maven-bundle-plugin</artifactId>
+ <version>0.9.0-incubator-SNAPSHOT</version>
 
  <packaging>maven-plugin</packaging>
  <name>Maven Bundle Plugin</name>
@@ -36,13 +37,12 @@
   embedding packages from the classpath (wildcarded). Plus a zillion
   other features. See http://www.aqute.biz/php/tools/bnd.php
   </description>
- <version>0.9.0-incubator-SNAPSHOT</version>
  
  <dependencies>
   <dependency>
    <groupId>biz.aQute</groupId>
    <artifactId>bndlib</artifactId>
-   <version>0.0.145</version>
+   <version>0.0.160</version>
   </dependency>
   <dependency>
    <groupId>junit</groupId>