You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by pa...@apache.org on 2017/05/24 21:33:30 UTC

svn commit: r1796101 - /sling/trunk/launchpad/base/pom.xml

Author: pauls
Date: Wed May 24 21:33:30 2017
New Revision: 1796101

URL: http://svn.apache.org/viewvc?rev=1796101&view=rev
Log:
SLING-6857: Update to Felix framework 5.6.4.

Modified:
    sling/trunk/launchpad/base/pom.xml

Modified: sling/trunk/launchpad/base/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/launchpad/base/pom.xml?rev=1796101&r1=1796100&r2=1796101&view=diff
==============================================================================
--- sling/trunk/launchpad/base/pom.xml (original)
+++ sling/trunk/launchpad/base/pom.xml Wed May 24 21:33:30 2017
@@ -32,7 +32,7 @@
        This version is a concatenation of the framework version and a version for the launchpad base itself.
        For a release only the qualifier (launchpad base version) is increased.
      -->
-    <version>5.6.1-2.6.17-SNAPSHOT</version>
+    <version>5.6.4-2.6.17-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <name>Apache Sling Launchpad Base</name>
@@ -253,7 +253,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.framework</artifactId>
-            <version>5.6.1</version>
+            <version>5.6.4</version>
             <scope>provided</scope>
         </dependency>
         <dependency>