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 2015/11/25 14:33:23 UTC

svn commit: r1716396 - /sling/trunk/bundles/extensions/discovery/base/pom.xml

Author: stefanegli
Date: Wed Nov 25 13:33:23 2015
New Revision: 1716396

URL: http://svn.apache.org/viewvc?rev=1716396&view=rev
Log:
no-jira : switching to discovery.commons 1.0.7-SNAPSHOT

Modified:
    sling/trunk/bundles/extensions/discovery/base/pom.xml

Modified: sling/trunk/bundles/extensions/discovery/base/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/discovery/base/pom.xml?rev=1716396&r1=1716395&r2=1716396&view=diff
==============================================================================
--- sling/trunk/bundles/extensions/discovery/base/pom.xml (original)
+++ sling/trunk/bundles/extensions/discovery/base/pom.xml Wed Nov 25 13:33:23 2015
@@ -151,7 +151,7 @@
  		<dependency>
 			<groupId>org.apache.sling</groupId>
 			<artifactId>org.apache.sling.discovery.commons</artifactId>
-			<version>1.0.6</version>
+			<version>1.0.7-SNAPSHOT</version>
   		</dependency>
         <!-- besides including discovery.commons' normal jar above, 
               for testing a few test helper classes are also reused.
@@ -159,7 +159,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.discovery.commons</artifactId>
-            <version>1.0.6</version>
+            <version>1.0.7-SNAPSHOT</version>
             <scope>test</scope>
             <type>test-jar</type>
         </dependency>