Author: stefanegli
Date: Wed Jan 27 13:22:12 2016
New Revision: 1727038

URL: http://svn.apache.org/viewvc?rev=1727038&view=rev
Log:
using earlier released version of discovery bundles for discovery.oak 1.2.2 
release

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=1727038&r1=1727037&r2=1727038&view=diff
==============================================================================
--- sling/trunk/bundles/extensions/discovery/oak/pom.xml (original)
+++ sling/trunk/bundles/extensions/discovery/oak/pom.xml Wed Jan 27 13:22:12 
2016
@@ -129,7 +129,7 @@
                <dependency>
                        <groupId>org.apache.sling</groupId>
                        
<artifactId>org.apache.sling.discovery.commons</artifactId>
-                       <version>1.0.7-SNAPSHOT</version>
+                       <version>1.0.6</version>
             <scope>provided</scope>
                </dependency>
         <!-- besides including discovery.commons' normal jar above, 
@@ -138,14 +138,14 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.discovery.commons</artifactId>
-            <version>1.0.7-SNAPSHOT</version>
+            <version>1.0.6</version>
             <scope>test</scope>
             <type>test-jar</type>
         </dependency>
                <dependency>
                        <groupId>org.apache.sling</groupId>
                        <artifactId>org.apache.sling.discovery.base</artifactId>
-                       <version>1.1.3-SNAPSHOT</version>
+                       <version>1.1.2</version>
             <scope>provided</scope>
                </dependency>
         <!-- besides including discovery.base' normal jar above, 
@@ -154,7 +154,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.discovery.base</artifactId>
-            <version>1.1.3-SNAPSHOT</version>
+            <version>1.1.2</version>
             <scope>test</scope>
             <type>test-jar</type>
         </dependency>


Reply via email to