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 12:09:49 UTC

[sling-org-apache-sling-feature-launcher] branch issues/SLING-11015 created (now 4945b47)

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

pauls pushed a change to branch issues/SLING-11015
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-launcher.git.


      at 4945b47  SLING-11015: update to felix framework 7.0.3

This branch includes the following new commits:

     new 4945b47  SLING-11015: update to felix framework 7.0.3

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[sling-org-apache-sling-feature-launcher] 01/01: SLING-11015: update to felix framework 7.0.3

Posted by pa...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

pauls pushed a commit to branch issues/SLING-11015
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-launcher.git

commit 4945b47dc1a0f467228ae2aedcfc5e86b3662ed7
Author: Karl Pauls <pa...@apache.org>
AuthorDate: Thu Dec 16 13:09:37 2021 +0100

    SLING-11015: update to felix framework 7.0.3
---
 src/main/java/org/apache/sling/feature/launcher/impl/Bootstrap.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/sling/feature/launcher/impl/Bootstrap.java b/src/main/java/org/apache/sling/feature/launcher/impl/Bootstrap.java
index e157073..dde1b04 100644
--- a/src/main/java/org/apache/sling/feature/launcher/impl/Bootstrap.java
+++ b/src/main/java/org/apache/sling/feature/launcher/impl/Bootstrap.java
@@ -46,7 +46,7 @@ import org.slf4j.Logger;
 public class Bootstrap {
 
     /** The Apache Felix Framework version used by default. */
-    public static final String FELIX_FRAMEWORK_VERSION = "7.0.1";
+    public static final String FELIX_FRAMEWORK_VERSION = "7.0.3";
 
     private final LauncherConfig config;