You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2016/02/02 20:35:39 UTC

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

Author: rombert
Date: Tue Feb  2 19:35:39 2016
New Revision: 1728182

URL: http://svn.apache.org/viewvc?rev=1728182&view=rev
Log:
o.a.s.jcr.resource: use api 2.10.0 until for release

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=1728182&r1=1728181&r2=1728182&view=diff
==============================================================================
--- sling/trunk/bundles/jcr/resource/pom.xml (original)
+++ sling/trunk/bundles/jcr/resource/pom.xml Tue Feb  2 19:35:39 2016
@@ -171,7 +171,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.api</artifactId>
-            <version>2.9.1-SNAPSHOT</version>
+            <version>2.10.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
@@ -270,3 +270,4 @@
         </dependency>
     </dependencies>
 </project>
+