You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by fm...@apache.org on 2008/08/30 22:42:06 UTC

svn commit: r690579 - /felix/trunk/bundlerepository/pom.xml

Author: fmeschbe
Date: Sat Aug 30 13:42:06 2008
New Revision: 690579

URL: http://svn.apache.org/viewvc?rev=690579&view=rev
Log:
FELIX-706 Depend on minimum suitable version

Modified:
    felix/trunk/bundlerepository/pom.xml

Modified: felix/trunk/bundlerepository/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/bundlerepository/pom.xml?rev=690579&r1=690578&r2=690579&view=diff
==============================================================================
--- felix/trunk/bundlerepository/pom.xml (original)
+++ felix/trunk/bundlerepository/pom.xml Sat Aug 30 13:42:06 2008
@@ -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>