Author: stefanegli
Date: Tue Jul 4 12:16:00 2017
New Revision: 1800767
URL: http://svn.apache.org/viewvc?rev=1800767&view=rev
Log:
SLING-6993 and releng: switching to discovery.base 2.0.4 to get SLING-6993 fix
in, plus switching discovery.commons to last released version which is 1.0.20
atm
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=1800767&r1=1800766&r2=1800767&view=diff
==============================================================================
--- sling/trunk/bundles/extensions/discovery/oak/pom.xml (original)
+++ sling/trunk/bundles/extensions/discovery/oak/pom.xml Tue Jul 4 12:16:00
2017
@@ -152,7 +152,7 @@
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.discovery.commons</artifactId>
- <version>1.0.21-SNAPSHOT</version>
+ <version>1.0.20</version>
<scope>provided</scope>
</dependency>
<!-- besides including discovery.commons' normal jar above,
@@ -161,14 +161,14 @@
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.discovery.commons</artifactId>
- <version>1.0.21-SNAPSHOT</version>
+ <version>1.0.20</version>
<scope>test</scope>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.discovery.base</artifactId>
- <version>2.0.3-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.3-SNAPSHOT</version>
+ <version>2.0.4</version>
<scope>test</scope>
<type>test-jar</type>
</dependency>