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 2015/01/17 11:44:16 UTC

svn commit: r1652574 - /sling/trunk/installer/factories/configuration/pom.xml

Author: cziegeler
Date: Sat Jan 17 10:44:16 2015
New Revision: 1652574

URL: http://svn.apache.org/r1652574
Log:
Use released installer core

Modified:
    sling/trunk/installer/factories/configuration/pom.xml

Modified: sling/trunk/installer/factories/configuration/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/installer/factories/configuration/pom.xml?rev=1652574&r1=1652573&r2=1652574&view=diff
==============================================================================
--- sling/trunk/installer/factories/configuration/pom.xml (original)
+++ sling/trunk/installer/factories/configuration/pom.xml Sat Jan 17 10:44:16 2015
@@ -73,7 +73,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.installer.core</artifactId>
-            <version>3.6.1-SNAPSHOT</version>
+            <version>3.6.2</version>
             <scope>provided</scope>
         </dependency>
         <dependency>