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 2017/10/10 11:42:45 UTC

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

Author: stefanegli
Date: Tue Oct 10 11:42:45 2017
New Revision: 1811672

URL: http://svn.apache.org/viewvc?rev=1811672&view=rev
Log:
releng : switching discovery.base from 2.0.5-SNAPSHOT back to 2.0.4

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=1811672&r1=1811671&r2=1811672&view=diff
==============================================================================
--- sling/trunk/bundles/extensions/discovery/oak/pom.xml (original)
+++ sling/trunk/bundles/extensions/discovery/oak/pom.xml Tue Oct 10 11:42:45 2017
@@ -168,7 +168,7 @@
 		<dependency>
 			<groupId>org.apache.sling</groupId>
 			<artifactId>org.apache.sling.discovery.base</artifactId>
-			<version>2.0.5-SNAPSHOT</version>
+			<version>2.0.4</version>
             <scope>provided</scope>
 		</dependency>
         <!-- besides including discovery.base' normal jar above, 
@@ -177,7 +177,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.discovery.base</artifactId>
-            <version>2.0.5-SNAPSHOT</version>
+            <version>2.0.4</version>
             <scope>test</scope>
             <type>test-jar</type>
         </dependency>