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 2019/01/31 13:05:39 UTC

[sling-org-apache-sling-launchpad-base] branch master updated: SLING-8259: update to felix framework 6.0.2

This is an automated email from the ASF dual-hosted git repository.

pauls pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-launchpad-base.git


The following commit(s) were added to refs/heads/master by this push:
     new f00381d  SLING-8259: update to felix framework 6.0.2
f00381d is described below

commit f00381d400b919ab872cdbd56fafe939a034bc42
Author: Karl Pauls <ka...@gmail.com>
AuthorDate: Thu Jan 31 14:05:31 2019 +0100

    SLING-8259: update to felix framework 6.0.2
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8c2caa3..715c214 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>6.0.1-2.6.33-SNAPSHOT</version>
+    <version>6.0.2-2.6.33-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <name>Apache Sling Launchpad Base</name>
@@ -234,7 +234,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.framework</artifactId>
-            <version>6.0.1</version>
+            <version>6.0.2</version>
             <scope>provided</scope>
         </dependency>
         <dependency>