You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by fm...@apache.org on 2008/08/11 12:32:10 UTC

svn commit: r684703 - /incubator/sling/trunk/parent/pom.xml

Author: fmeschbe
Date: Mon Aug 11 03:32:06 2008
New Revision: 684703

URL: http://svn.apache.org/viewvc?rev=684703&view=rev
Log:
Use latest released Configuration Admin and Declarative Services implementations

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

Modified: incubator/sling/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/parent/pom.xml?rev=684703&r1=684702&r2=684703&view=diff
==============================================================================
--- incubator/sling/trunk/parent/pom.xml (original)
+++ incubator/sling/trunk/parent/pom.xml Mon Aug 11 03:32:06 2008
@@ -668,14 +668,14 @@
             <dependency>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>org.apache.felix.scr</artifactId>
-                <version>1.0.2</version>
+                <version>1.0.4</version>
                 <scope>provided</scope>
             </dependency>
         
             <dependency>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>org.apache.felix.configadmin</artifactId>
-                <version>1.0.1</version>
+                <version>1.0.4</version>
                 <scope>provided</scope>
             </dependency>