You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2007/09/17 14:26:48 UTC

svn commit: r576397 - /incubator/sling/trunk/obr/pom.xml

Author: cziegeler
Date: Mon Sep 17 05:26:48 2007
New Revision: 576397

URL: http://svn.apache.org/viewvc?rev=576397&view=rev
Log:
Use released version of bundlerepository.

Modified:
    incubator/sling/trunk/obr/pom.xml

Modified: incubator/sling/trunk/obr/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/obr/pom.xml?rev=576397&r1=576396&r2=576397&view=diff
==============================================================================
--- incubator/sling/trunk/obr/pom.xml (original)
+++ incubator/sling/trunk/obr/pom.xml Mon Sep 17 05:26:48 2007
@@ -105,7 +105,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.bundlerepository</artifactId>
-            <version>0.9.0-incubator-20061222-day</version>
+            <version>1.0.0</version>
         </dependency>
         
         <!-- OSGi Libraries -->