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/11/10 11:02:33 UTC

svn commit: r1769084 - /sling/trunk/installer/console/pom.xml

Author: cziegeler
Date: Thu Nov 10 11:02:33 2016
New Revision: 1769084

URL: http://svn.apache.org/viewvc?rev=1769084&view=rev
Log:
Use released OSGi installer Core 3.8.0

Modified:
    sling/trunk/installer/console/pom.xml

Modified: sling/trunk/installer/console/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/installer/console/pom.xml?rev=1769084&r1=1769083&r2=1769084&view=diff
==============================================================================
--- sling/trunk/installer/console/pom.xml (original)
+++ sling/trunk/installer/console/pom.xml Thu Nov 10 11:02:33 2016
@@ -71,7 +71,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.installer.core</artifactId>
-            <version>3.7.1-SNAPSHOT</version>
+            <version>3.8.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>