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/12/13 10:35:43 UTC

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

Author: cziegeler
Date: Tue Dec 13 10:35:42 2016
New Revision: 1773942

URL: http://svn.apache.org/viewvc?rev=1773942&view=rev
Log:
Use released Sling 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=1773942&r1=1773941&r2=1773942&view=diff
==============================================================================
--- sling/trunk/bundles/jcr/resource/pom.xml (original)
+++ sling/trunk/bundles/jcr/resource/pom.xml Tue Dec 13 10:35:42 2016
@@ -163,7 +163,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.api</artifactId>
-            <version>2.16.1-SNAPSHOT</version>
+            <version>2.16.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>