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 c0d8ea3  Update FelixFramework version
     new a7d752c  Merge pull request #21 from stbischof/update_versions
c0d8ea3 is described below

commit c0d8ea362105cb464979537417925ae0f95e5138
Author: Stefan Bischof <[email protected]>
AuthorDate: Wed Mar 17 00:49:14 2021 +0100

    Update FelixFramework version
    
    Signed-off-by: Stefan Bischof <[email protected]>
---
 readme.md                                                           | 4 ++--
 src/main/java/org/apache/sling/feature/launcher/impl/Bootstrap.java | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/readme.md b/readme.md
index 2e29d8e..369b2a1 100644
--- a/readme.md
+++ b/readme.md
@@ -14,14 +14,14 @@ java org.apache.sling.feature.launcher.impl.Main
 
 or via the Java Main class of the jar file:
 ```
-java -jar org.apache.sling.feature.launcher-1.0.0.jar
+java -jar org.apache.sling.feature.launcher.jar
 ```
 
 The launcher creates a local cache, by default in a subdirectory called 
`launcher`. If you want to run the launcher with a clean start, delete this 
directory before invoking the launcher.
 
 The following command line options are supported:
 ```
-$ rm -rf launcher && java -jar org.apache.sling.feature.launcher-1.0.0.jar -h
+$ rm -rf launcher && java -jar org.apache.sling.feature.launcher.jar -h
 usage: launcher
  -C <arg>    Set artifact clash override
  -CC <arg>   Set config class override
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 77a7db3..dd3183c 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 = "6.0.3";
+    public static final String FELIX_FRAMEWORK_VERSION = "7.0.0";
 
     private final LauncherConfig config;
 

Reply via email to