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:18:02 UTC

[sling-org-apache-sling-feature-launcher] branch master updated: SLING-11015: update to felix framework 7.0.3 (#34)

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-feature-launcher.git


The following commit(s) were added to refs/heads/master by this push:
     new 73398fa  SLING-11015: update to felix framework 7.0.3 (#34)
73398fa is described below

commit 73398fa04bd415b6c78b503af7004b7e1973b252
Author: Karl Pauls <pa...@apache.org>
AuthorDate: Thu Dec 16 13:14:56 2021 +0100

    SLING-11015: update to felix framework 7.0.3 (#34)
---
 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;