You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2016/07/13 13:19:55 UTC

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

Author: olli
Date: Wed Jul 13 13:19:54 2016
New Revision: 1752425

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

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=1752425&r1=1752424&r2=1752425&view=diff
==============================================================================
--- sling/trunk/bundles/extensions/discovery/base/pom.xml (original)
+++ sling/trunk/bundles/extensions/discovery/base/pom.xml Wed Jul 13 13:19:54 2016
@@ -168,7 +168,7 @@
  		<dependency>
 			<groupId>org.apache.sling</groupId>
 			<artifactId>org.apache.sling.discovery.commons</artifactId>
-			<version>1.0.13-SNAPSHOT</version>
+			<version>1.0.12</version>
   		</dependency>
         <!-- besides including discovery.commons' normal jar above, 
               for testing a few test helper classes are also reused.
@@ -176,7 +176,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.discovery.commons</artifactId>
-            <version>1.0.13-SNAPSHOT</version>
+            <version>1.0.12</version>
             <scope>test</scope>
             <type>test-jar</type>
         </dependency>