You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by st...@apache.org on 2016/02/03 16:34:03 UTC

svn commit: r1728332 - /sling/trunk/bundles/extensions/discovery/oak/pom.xml

Author: stefanegli
Date: Wed Feb  3 15:34:03 2016
New Revision: 1728332

URL: http://svn.apache.org/viewvc?rev=1728332&view=rev
Log:
switching discovery.commons 1.0.10 for now, as thats been released and stable enough at this point

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

Modified: sling/trunk/bundles/extensions/discovery/oak/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/discovery/oak/pom.xml?rev=1728332&r1=1728331&r2=1728332&view=diff
==============================================================================
--- sling/trunk/bundles/extensions/discovery/oak/pom.xml (original)
+++ sling/trunk/bundles/extensions/discovery/oak/pom.xml Wed Feb  3 15:34:03 2016
@@ -129,7 +129,7 @@
 		<dependency>
 			<groupId>org.apache.sling</groupId>
 			<artifactId>org.apache.sling.discovery.commons</artifactId>
-			<version>1.0.11-SNAPSHOT</version>
+			<version>1.0.10</version>
             <scope>provided</scope>
 		</dependency>
         <!-- besides including discovery.commons' normal jar above, 
@@ -138,7 +138,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.discovery.commons</artifactId>
-            <version>1.0.11-SNAPSHOT</version>
+            <version>1.0.10</version>
             <scope>test</scope>
             <type>test-jar</type>
         </dependency>