You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2021/09/20 15:51:09 UTC

[sling-org-apache-sling-feature-launcher] branch master updated: SLING-10826 - Update to Felix Framework 7.0.1

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

rombert 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 bcc4df7  SLING-10826 - Update to Felix Framework 7.0.1
bcc4df7 is described below

commit bcc4df72b3186c325335f2956b28240ecb5525b4
Author: Robert Munteanu <ro...@gmail.com>
AuthorDate: Mon Sep 20 17:51:02 2021 +0200

    SLING-10826 - Update to Felix Framework 7.0.1
---
 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 dd3183c..f6f259f 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
@@ -45,7 +45,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.0";
+    public static final String FELIX_FRAMEWORK_VERSION = "7.0.1";
 
     private final LauncherConfig config;