You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2022/01/07 07:05:15 UTC

[sling-org-apache-sling-committer-cli] branch master updated: SLING-11048 : Use start-order instead of start-level

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

cziegeler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-committer-cli.git


The following commit(s) were added to refs/heads/master by this push:
     new b4c3592  SLING-11048 : Use start-order instead of start-level
b4c3592 is described below

commit b4c359283ff310dd5d81edda93749e2af715511f
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Fri Jan 7 08:03:19 2022 +0100

    SLING-11048 : Use start-order instead of start-level
---
 src/main/features/app.json | 34 +++++++++++++++++-----------------
 1 file changed, 17 insertions(+), 17 deletions(-)

diff --git a/src/main/features/app.json b/src/main/features/app.json
index 51474c8..ca05350 100644
--- a/src/main/features/app.json
+++ b/src/main/features/app.json
@@ -3,71 +3,71 @@
     "bundles": [
         {
             "id"         : "${project.groupId}:${project.artifactId}:${project.version}",
-            "start-level": "5"
+            "start-order": "5"
         },
         {
             "id"         : "org.apache.felix:org.apache.felix.scr:2.1.12",
-            "start-level": "1"
+            "start-order": "1"
         },
         {
             "id"         : "org.apache.felix:org.apache.felix.configadmin:1.9.10",
-            "start-level": "1"
+            "start-order": "1"
         },
         {
             "id"         : "org.apache.felix:org.apache.felix.log:1.2.0",
-            "start-level": "1"
+            "start-order": "1"
         },
         {
             "id"         : "ch.qos.logback:logback-classic:1.2.8",
-            "start-level": "1"
+            "start-order": "1"
         },
         {
             "id"         : "ch.qos.logback:logback-core:1.2.8",
-            "start-level": "1"
+            "start-order": "1"
         },
         {
             "id"         : "org.slf4j:jul-to-slf4j:1.7.25",
-            "start-level": "1"
+            "start-order": "1"
         },
         {
             "id"         : "org.slf4j:jcl-over-slf4j:1.7.25",
-            "start-level": "1"
+            "start-order": "1"
         },
         {
             "id"         : "org.slf4j:slf4j-api:1.7.25",
-            "start-level": "1"
+            "start-order": "1"
         },
         {
             "id"         : "org.apache.felix:org.apache.felix.logback:1.0.2",
-            "start-level": "1"
+            "start-order": "1"
         },
         {
             "id"         : "org.apache.httpcomponents:httpcore-osgi:4.4.11",
-            "start-level": "3"
+            "start-order": "3"
         },
         {
             "id"         : "org.apache.httpcomponents:httpclient-osgi:4.5.7",
-            "start-level": "3"
+            "start-order": "3"
         },
         {
             "id"         : "com.google.code.gson:gson:2.8.5",
-            "start-level": "3"
+            "start-order": "3"
         },
         {
             "id"         : "org.eclipse.jgit:org.eclipse.jgit:5.2.1.201812262042-r",
-            "start-level": "3"
+            "start-order": "3"
         },
         {
             "id"         : "com.googlecode.javaewah:JavaEWAH:1.1.6",
-            "start-level": "3"
+            "start-order": "3"
         },
         {
             "id"         : "org.apache.servicemix.bundles:org.apache.servicemix.bundles.jsch:0.1.55_1",
-            "start-level": "3"
+            "start-order": "3"
         },
         {
             "id"         : "org.osgi:osgi.promise:7.0.1",
-            "start-level": "4"
+            "start-order": "4"
         },
         {
             "id": "org.bouncycastle:bcpg-jdk15on:1.62"