You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2016/11/26 09:10:25 UTC

svn commit: r1771443 - /sling/trunk/bundles/jcr/resource/pom.xml

Author: kwin
Date: Sat Nov 26 09:10:25 2016
New Revision: 1771443

URL: http://svn.apache.org/viewvc?rev=1771443&view=rev
Log:
SLING-6327 depend on latest API snapshot to make the import-package version range compliant with the latest API

Modified:
    sling/trunk/bundles/jcr/resource/pom.xml

Modified: sling/trunk/bundles/jcr/resource/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/jcr/resource/pom.xml?rev=1771443&r1=1771442&r2=1771443&view=diff
==============================================================================
--- sling/trunk/bundles/jcr/resource/pom.xml (original)
+++ sling/trunk/bundles/jcr/resource/pom.xml Sat Nov 26 09:10:25 2016
@@ -156,7 +156,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.api</artifactId>
-            <version>2.15.0</version>
+            <version>2.15.1-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
         <dependency>