Don't use String.contains(). (FELIX-2611)


git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@999534 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/bundlerepository/pom.xml b/bundlerepository/pom.xml
index ed7ad04..f345dd8 100644
--- a/bundlerepository/pom.xml
+++ b/bundlerepository/pom.xml
@@ -33,7 +33,7 @@
     <dependency>
       <groupId>${pom.groupId}</groupId>
       <artifactId>org.apache.felix.utils</artifactId>
-      <version>1.0.0</version>
+      <version>1.0.1-SNAPSHOT</version>
       <optional>true</optional>
     </dependency>
     <dependency>