use bnd 0.0.390, which fixes a bug in the OSGi filter verifier

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@901416 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/dependencymanager/annotation/pom.xml b/dependencymanager/annotation/pom.xml
index 79c43c7..89520f9 100644
--- a/dependencymanager/annotation/pom.xml
+++ b/dependencymanager/annotation/pom.xml
@@ -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>