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 2016/02/05 16:43:32 UTC

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

Author: cziegeler
Date: Fri Feb  5 15:43:32 2016
New Revision: 1728701

URL: http://svn.apache.org/viewvc?rev=1728701&view=rev
Log:
Use API 2.11.0

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=1728701&r1=1728700&r2=1728701&view=diff
==============================================================================
--- sling/trunk/bundles/jcr/resource/pom.xml (original)
+++ sling/trunk/bundles/jcr/resource/pom.xml Fri Feb  5 15:43:32 2016
@@ -171,7 +171,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.api</artifactId>
-            <version>2.10.1-SNAPSHOT</version>
+            <version>2.11.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>