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 2021/12/16 11:56:28 UTC

[sling-org-apache-sling-launchpad-base] branch master updated: SLING-11014: update to Apache Felix Framework 7.0.3 (#12)

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 436411c  SLING-11014: update to Apache Felix Framework 7.0.3 (#12)
436411c is described below

commit 436411c773be47909e6099673fe629a0d9fb57c7
Author: Karl Pauls <pa...@apache.org>
AuthorDate: Thu Dec 16 12:56:21 2021 +0100

    SLING-11014: update to Apache Felix Framework 7.0.3 (#12)
    
    * SLING-11014: update to Apache Felix Framework 7.0.3
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index aa412ab..0ec7300 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>7.0.1-2.7.5-SNAPSHOT</version>
+    <version>7.0.3-2.7.5-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <name>Apache Sling Launchpad Base</name>
@@ -240,7 +240,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.framework</artifactId>
-            <version>7.0.1</version>
+            <version>7.0.3</version>
             <scope>provided</scope>
         </dependency>
         <dependency>