Author: stefanegli
Date: Wed Nov 11 09:35:22 2015
New Revision: 1713787

URL: http://svn.apache.org/viewvc?rev=1713787&view=rev
Log:
@no-jira : going back to release-mode by setting discovery.commons to 1.0.4 and 
discovery.base to 1.1.0 - SLING-5290 was blocking the release as it caused a 
test to fail, that's now fixed

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=1713787&r1=1713786&r2=1713787&view=diff
==============================================================================
--- sling/trunk/bundles/extensions/discovery/impl/pom.xml (original)
+++ sling/trunk/bundles/extensions/discovery/impl/pom.xml Wed Nov 11 09:35:22 
2015
@@ -135,7 +135,7 @@
                <dependency>
                        <groupId>org.apache.sling</groupId>
                        
<artifactId>org.apache.sling.discovery.commons</artifactId>
-                       <version>1.0.5-SNAPSHOT</version>
+                       <version>1.0.4</version>
             <scope>provided</scope>
                </dependency>
         <!-- besides including discovery.commons' normal jar above, 
@@ -144,14 +144,14 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.discovery.commons</artifactId>
-            <version>1.0.5-SNAPSHOT</version>
+            <version>1.0.4</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.1-SNAPSHOT</version>
+                       <version>1.1.0</version>
             <scope>provided</scope>
                </dependency>
         <!-- besides including discovery.base' normal jar above, 
@@ -160,7 +160,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.discovery.base</artifactId>
-            <version>1.1.1-SNAPSHOT</version>
+            <version>1.1.0</version>
             <scope>test</scope>
             <type>test-jar</type>
         </dependency>


Reply via email to