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 2013/05/13 16:51:30 UTC

svn commit: r1481901 - /sling/trunk/bundles/extensions/discovery/impl/pom.xml

Author: cziegeler
Date: Mon May 13 14:51:29 2013
New Revision: 1481901

URL: http://svn.apache.org/r1481901
Log:
Use latest api snapshot

Modified:
    sling/trunk/bundles/extensions/discovery/impl/pom.xml

Modified: sling/trunk/bundles/extensions/discovery/impl/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/discovery/impl/pom.xml?rev=1481901&r1=1481900&r2=1481901&view=diff
==============================================================================
--- sling/trunk/bundles/extensions/discovery/impl/pom.xml (original)
+++ sling/trunk/bundles/extensions/discovery/impl/pom.xml Mon May 13 14:51:29 2013
@@ -52,7 +52,6 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-scr-plugin</artifactId>
-                <version>1.11.0</version>
             </plugin>
             <plugin>
                 <groupId>org.apache.felix</groupId>
@@ -65,7 +64,6 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.scr.annotations</artifactId>
-            <version>1.9.0</version>
         </dependency>
         <dependency>
             <groupId>biz.aQute</groupId>
@@ -116,7 +114,7 @@
 		<dependency>
 			<groupId>org.apache.sling</groupId>
 			<artifactId>org.apache.sling.discovery.api</artifactId>
-			<version>0.1.0-SNAPSHOT</version>
+			<version>1.0.1-SNAPSHOT</version>
             <scope>provided</scope>
 		</dependency>
 		<dependency>