You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by fm...@apache.org on 2010/09/09 10:17:01 UTC

svn commit: r995345 - /sling/trunk/installer/jcr/jcrinstall/pom.xml

Author: fmeschbe
Date: Thu Sep  9 08:17:00 2010
New Revision: 995345

URL: http://svn.apache.org/viewvc?rev=995345&view=rev
Log:
Use Sling Settings 1.0.0

Modified:
    sling/trunk/installer/jcr/jcrinstall/pom.xml

Modified: sling/trunk/installer/jcr/jcrinstall/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/installer/jcr/jcrinstall/pom.xml?rev=995345&r1=995344&r2=995345&view=diff
==============================================================================
--- sling/trunk/installer/jcr/jcrinstall/pom.xml (original)
+++ sling/trunk/installer/jcr/jcrinstall/pom.xml Thu Sep  9 08:17:00 2010
@@ -74,7 +74,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.settings</artifactId>
-            <version>0.1.0-SNAPSHOT</version>
+            <version>1.0.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>