You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2015/08/11 13:14:13 UTC

svn commit: r1695260 - /sling/trunk/bundles/jcr/jackrabbit-server/pom.xml

Author: cziegeler
Date: Tue Aug 11 11:14:13 2015
New Revision: 1695260

URL: http://svn.apache.org/r1695260
Log:
Switch to jcr api/base snapshot during vote

Modified:
    sling/trunk/bundles/jcr/jackrabbit-server/pom.xml

Modified: sling/trunk/bundles/jcr/jackrabbit-server/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/jcr/jackrabbit-server/pom.xml?rev=1695260&r1=1695259&r2=1695260&view=diff
==============================================================================
--- sling/trunk/bundles/jcr/jackrabbit-server/pom.xml (original)
+++ sling/trunk/bundles/jcr/jackrabbit-server/pom.xml Tue Aug 11 11:14:13 2015
@@ -161,13 +161,13 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.jcr.api</artifactId>
-            <version>2.3.0</version>
+            <version>2.3.1-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.jcr.base</artifactId>
-            <version>2.3.0</version>
+            <version>2.3.1-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>