Author: pderop
Date: Wed Jan 20 22:48:23 2010
New Revision: 901416

URL: http://svn.apache.org/viewvc?rev=901416&view=rev
Log:
use bnd 0.0.390, which fixes a bug in the OSGi filter verifier

Modified:
    felix/trunk/dependencymanager/annotation/pom.xml

Modified: felix/trunk/dependencymanager/annotation/pom.xml
URL: 
http://svn.apache.org/viewvc/felix/trunk/dependencymanager/annotation/pom.xml?rev=901416&r1=901415&r2=901416&view=diff
==============================================================================
--- felix/trunk/dependencymanager/annotation/pom.xml (original)
+++ felix/trunk/dependencymanager/annotation/pom.xml Wed Jan 20 22:48:23 2010
@@ -36,13 +36,13 @@
     </repository>
   </repositories>
 
-  <description>DM annotation API, and corresponding scanners</description>
+  <description>DM annotation API, and corresponding scanner 
plugins</description>
   
   <dependencies>
     <dependency>
       <groupId>biz.aQute</groupId>
       <artifactId>bnd</artifactId>
-      <version>0.0.389</version>
+      <version>0.0.390</version>
     </dependency>
 
     <dependency>


Reply via email to