FELIX-706 Depend on minimum suitable version

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@690579 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/bundlerepository/pom.xml b/bundlerepository/pom.xml
index 38968d2..113db9c 100644
--- a/bundlerepository/pom.xml
+++ b/bundlerepository/pom.xml
@@ -33,12 +33,12 @@
     <dependency>
       <groupId>${pom.groupId}</groupId>
       <artifactId>org.osgi.service.obr</artifactId>
-      <version>1.1.0-SNAPSHOT</version>
+      <version>1.0.0</version>
     </dependency>
     <dependency>
       <groupId>${pom.groupId}</groupId>
       <artifactId>org.apache.felix.shell</artifactId>
-      <version>1.1.0-SNAPSHOT</version>
+      <version>1.0.0</version>
     </dependency>
     <dependency>
       <groupId>net.sf.kxml</groupId>
@@ -48,7 +48,7 @@
     <dependency>
         <groupId>${pom.groupId}</groupId>
         <artifactId>org.osgi.compendium</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.0.0</version>
         <optional>true</optional>
     </dependency>
   </dependencies>