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/04/27 09:19:49 UTC

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

Author: cziegeler
Date: Mon Apr 27 07:19:48 2015
New Revision: 1676201

URL: http://svn.apache.org/r1676201
Log:
SLING-4659 : Update to latest Felix Framework 5.0

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=1676201&r1=1676200&r2=1676201&view=diff
==============================================================================
--- sling/trunk/launchpad/base/pom.xml (original)
+++ sling/trunk/launchpad/base/pom.xml Mon Apr 27 07:19:48 2015
@@ -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>4.6.1-2.5.9-SNAPSHOT</version>
+    <version>5.0.0-2.5.9-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <name>Apache Sling Launchpad Base</name>
@@ -258,7 +258,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.framework</artifactId>
-            <version>4.6.1</version>
+            <version>5.0.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>