Author: stefanegli
Date: Tue Jul 4 12:32:45 2017
New Revision: 1800771
URL: http://svn.apache.org/viewvc?rev=1800771&view=rev
Log:
releng : switching to 2.0.5-SNAPSHOT for discovery.base for now - until 2.0.4 is out at which
point we can leave it back at 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=1800771&r1=1800770&r2=1800771&view=diff
==============================================================================
--- sling/trunk/bundles/extensions/discovery/oak/pom.xml (original)
+++ sling/trunk/bundles/extensions/discovery/oak/pom.xml Tue Jul 4 12:32:45 2017
@@ -168,7 +168,7 @@
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.discovery.base</artifactId>
- <version>2.0.4</version>
+ <version>2.0.5-SNAPSHOT</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.4</version>
+ <version>2.0.5-SNAPSHOT</version>
<scope>test</scope>
<type>test-jar</type>
</dependency>
|