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/09/26 09:52:26 UTC

svn commit: r1762305 - /sling/trunk/bundles/extensions/discovery/oak/pom.xml

Author: stefanegli
Date: Mon Sep 26 09:52:26 2016
New Revision: 1762305

URL: http://svn.apache.org/viewvc?rev=1762305&view=rev
Log:
releng : switching discovery.commons to in-release-process 1.0.16

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=1762305&r1=1762304&r2=1762305&view=diff
==============================================================================
--- sling/trunk/bundles/extensions/discovery/oak/pom.xml (original)
+++ sling/trunk/bundles/extensions/discovery/oak/pom.xml Mon Sep 26 09:52:26 2016
@@ -151,7 +151,7 @@
 		<dependency>
 			<groupId>org.apache.sling</groupId>
 			<artifactId>org.apache.sling.discovery.commons</artifactId>
-			<version>1.0.15-SNAPSHOT</version>
+			<version>1.0.16</version>
             <scope>provided</scope>
 		</dependency>
         <!-- besides including discovery.commons' normal jar above, 
@@ -160,7 +160,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.discovery.commons</artifactId>
-            <version>1.0.15-SNAPSHOT</version>
+            <version>1.0.16</version>
             <scope>test</scope>
             <type>test-jar</type>
         </dependency>