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 2016/11/15 12:59:46 UTC

svn commit: r1769819 - /sling/trunk/bundles/extensions/discovery/impl/pom.xml

Author: stefanegli
Date: Tue Nov 15 12:59:46 2016
New Revision: 1769819

URL: http://svn.apache.org/viewvc?rev=1769819&view=rev
Log:
no-jira : switching to discovery.commons 1.0.19-SNAPSHOT and discovery.base 1.1.7-SNAPSHOT

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=1769819&r1=1769818&r2=1769819&view=diff
==============================================================================
--- sling/trunk/bundles/extensions/discovery/impl/pom.xml (original)
+++ sling/trunk/bundles/extensions/discovery/impl/pom.xml Tue Nov 15 12:59:46 2016
@@ -153,7 +153,7 @@
 		<dependency>
 			<groupId>org.apache.sling</groupId>
 			<artifactId>org.apache.sling.discovery.commons</artifactId>
-			<version>1.0.18</version>
+			<version>1.0.19-SNAPSHOT</version>
             <scope>provided</scope>
 		</dependency>
         <!-- besides including discovery.commons' normal jar above, 
@@ -162,14 +162,14 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.discovery.commons</artifactId>
-            <version>1.0.18</version>
+            <version>1.0.19-SNAPSHOT</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.6</version>
+			<version>1.1.7-SNAPSHOT</version>
             <scope>provided</scope>
 		</dependency>
         <!-- besides including discovery.base' normal jar above, 
@@ -178,7 +178,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.discovery.base</artifactId>
-            <version>1.1.6</version>
+            <version>1.1.7-SNAPSHOT</version>
             <scope>test</scope>
             <type>test-jar</type>
         </dependency>