You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by mc...@apache.org on 2009/02/16 11:07:52 UTC

svn commit: r744873 - /felix/trunk/bundleplugin/pom.xml

Author: mcculls
Date: Mon Feb 16 10:07:51 2009
New Revision: 744873

URL: http://svn.apache.org/viewvc?rev=744873&view=rev
Log:
Use latest version of the Bnd Tool

Modified:
    felix/trunk/bundleplugin/pom.xml

Modified: felix/trunk/bundleplugin/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/bundleplugin/pom.xml?rev=744873&r1=744872&r2=744873&view=diff
==============================================================================
--- felix/trunk/bundleplugin/pom.xml (original)
+++ felix/trunk/bundleplugin/pom.xml Mon Feb 16 10:07:51 2009
@@ -56,7 +56,7 @@
   <dependency>
    <groupId>biz.aQute</groupId>
    <artifactId>bndlib</artifactId>
-   <version>0.0.310</version>
+   <version>0.0.311</version>
   </dependency>
   <dependency>
     <groupId>net.sf.kxml</groupId>