Author: carlos
Date: Mon Mar 19 13:21:04 2007
New Revision: 520087

URL: http://svn.apache.org/viewvc?view=rev&rev=520087
Log:
use latest bnd

Modified:
    maven/sandbox/trunk/plugins/maven-bundle-plugin/pom.xml

Modified: maven/sandbox/trunk/plugins/maven-bundle-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/sandbox/trunk/plugins/maven-bundle-plugin/pom.xml?view=diff&rev=520087&r1=520086&r2=520087
==============================================================================
--- maven/sandbox/trunk/plugins/maven-bundle-plugin/pom.xml (original)
+++ maven/sandbox/trunk/plugins/maven-bundle-plugin/pom.xml Mon Mar 19 13:21:04 
2007
@@ -30,13 +30,6 @@
  <groupId>org.apache.maven.plugins</groupId>
  <artifactId>maven-bundle-plugin</artifactId>
 
- <repositories>
-  <repository>
-   <id>aQute</id>
-   <url>http://www.aQute.biz/repo</url>
-   </repository>
- </repositories>
- 
  <packaging>maven-plugin</packaging>
  <name>Maven Bundle Plugin</name>
  <description> provides a maven plugin that allows that builds the jar by
@@ -48,8 +41,8 @@
  <dependencies>
   <dependency>
    <groupId>biz.aQute</groupId>
-   <artifactId>bnd</artifactId>
-   <version>0.0.111</version>
+   <artifactId>bndlib</artifactId>
+   <version>0.0.116</version>
   </dependency>
   <dependency>
    <groupId>junit</groupId>


Reply via email to