You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by er...@apache.org on 2007/03/13 19:00:00 UTC

svn commit: r517794 - /incubator/felix/trunk/tools/maven2/maven-bundle-plugin/pom.xml

Author: erodriguez
Date: Tue Mar 13 10:59:59 2007
New Revision: 517794

URL: http://svn.apache.org/viewvc?view=rev&rev=517794
Log:
Bumping up bnd to 116, to support Include-Resources from jar files in the class path, not just jar files in the project directory.

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

Modified: incubator/felix/trunk/tools/maven2/maven-bundle-plugin/pom.xml
URL: http://svn.apache.org/viewvc/incubator/felix/trunk/tools/maven2/maven-bundle-plugin/pom.xml?view=diff&rev=517794&r1=517793&r2=517794
==============================================================================
--- incubator/felix/trunk/tools/maven2/maven-bundle-plugin/pom.xml (original)
+++ incubator/felix/trunk/tools/maven2/maven-bundle-plugin/pom.xml Tue Mar 13 10:59:59 2007
@@ -49,7 +49,7 @@
   <dependency>
    <groupId>biz.aQute</groupId>
    <artifactId>bnd</artifactId>
-   <version>0.0.107</version>
+   <version>0.0.116</version>
   </dependency>
   <dependency>
    <groupId>junit</groupId>