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:09:53 UTC

svn commit: r1752419 - /sling/trunk/bundles/extensions/discovery/commons/pom.xml

Author: olli
Date: Wed Jul 13 13:09:53 2016
New Revision: 1752419

URL: http://svn.apache.org/viewvc?rev=1752419&view=rev
Log:
use stable releases (Jackrabbit and Oak)

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

Modified: sling/trunk/bundles/extensions/discovery/commons/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/discovery/commons/pom.xml?rev=1752419&r1=1752418&r2=1752419&view=diff
==============================================================================
--- sling/trunk/bundles/extensions/discovery/commons/pom.xml (original)
+++ sling/trunk/bundles/extensions/discovery/commons/pom.xml Wed Jul 13 13:09:53 2016
@@ -41,6 +41,8 @@
     </scm>
 
     <properties>
+      <jackrabbit.version>2.12.2</jackrabbit.version>
+      <oak.version>1.4.4</oak.version>
         <!-- by default Slow tests are excluded - use -PincludeSlowTests to include them -->
     	<sling.excluded.surefire.groups>org.apache.sling.commons.testing.junit.categories.Slow</sling.excluded.surefire.groups>
     </properties>
@@ -168,13 +170,13 @@
         <dependency>
             <groupId>org.apache.jackrabbit</groupId>
             <artifactId>oak-core</artifactId>
-            <version>1.3.7</version>
+            <version>${oak.version}</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.jackrabbit</groupId>
             <artifactId>oak-jcr</artifactId>
-            <version>1.3.7</version>
+            <version>${oak.version}</version>
             <scope>provided</scope>
         </dependency>
 		<dependency>
@@ -218,13 +220,13 @@
         <dependency>
         	<groupId>org.apache.jackrabbit</groupId>
         	<artifactId>jackrabbit-jcr-commons</artifactId>
-        	<version>2.11.0</version>
+        	<version>${jackrabbit.version}</version>
         	<scope>test</scope>
         </dependency>
         <dependency>
         	<groupId>org.apache.jackrabbit</groupId>
         	<artifactId>jackrabbit-api</artifactId>
-        	<version>2.11.0</version>
+        	<version>${jackrabbit.version}</version>
         	<scope>test</scope>
         </dependency>
 		<dependency>