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/06/20 13:11:19 UTC

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

Author: stefanegli
Date: Tue Jun 20 13:11:19 2017
New Revision: 1799347

URL: http://svn.apache.org/viewvc?rev=1799347&view=rev
Log:
use org.apache.sling.discovery.commons 1.0.20

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=1799347&r1=1799346&r2=1799347&view=diff
==============================================================================
--- sling/trunk/bundles/extensions/discovery/base/pom.xml (original)
+++ sling/trunk/bundles/extensions/discovery/base/pom.xml Tue Jun 20 13:11:19 2017
@@ -181,7 +181,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>
   		</dependency>
         <!-- besides including discovery.commons' normal jar above, 
               for testing a few test helper classes are also reused.
@@ -189,7 +189,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>test</scope>
             <type>test-jar</type>
         </dependency>