Use start-order instead of start-level for tests
diff --git a/src/test/resources/features1/simple.json b/src/test/resources/features1/simple.json
index 4cc130a..a0422a0 100644
--- a/src/test/resources/features1/simple.json
+++ b/src/test/resources/features1/simple.json
@@ -3,7 +3,7 @@
   "bundles":[
     {
       "id":"org.apache.aries:org.apache.aries.util:1.1.3",
-      "start-level":"20"
+      "start-order":"20"
     }
   ]
 }
diff --git a/src/test/resources/features2/src/main/features/boot_gav.json b/src/test/resources/features2/src/main/features/boot_gav.json
index 1d997f8..77f42b3 100644
--- a/src/test/resources/features2/src/main/features/boot_gav.json
+++ b/src/test/resources/features2/src/main/features/boot_gav.json
@@ -12,75 +12,75 @@
     "bundles": [
         {
             "id": "org.slf4j/slf4j-api/${slf4j.version}",
-            "start-level": 1
+            "start-order": 1
         },
         {
             "id": "org.apache.sling/org.apache.sling.commons.log/5.1.0",
-            "start-level": 1
+            "start-order": 1
         },
         {
             "id": "org.apache.sling/org.apache.sling.commons.logservice/1.0.6",
-            "start-level": 1
+            "start-order": 1
         },
         {
             "id": "org.slf4j/jcl-over-slf4j/${slf4j.version}",
-            "start-level": 1
+            "start-order": 1
         },
         {
             "id": "org.slf4j/log4j-over-slf4j/${slf4j.version}",
-            "start-level": 1
+            "start-order": 1
         },
         {
             "id": "org.apache.sling/org.apache.sling.settings/1.3.8",
-            "start-level": 1
+            "start-order": 1
         },
         {
             "id": "org.apache.sling/org.apache.sling.fragment.xml/1.0.2",
-            "start-level": 1
+            "start-order": 1
         },
         {
             "id": "org.apache.sling/org.apache.sling.fragment.transaction/1.0.0",
-            "start-level": 1
+            "start-order": 1
         },
         {
             "id": "org.apache.sling/org.apache.sling.javax.activation/0.1.0",
-            "start-level": 1
+            "start-order": 1
         },
         {
             "id": "org.apache.sling/org.apache.sling.fragment.ws/1.0.2",
-            "start-level": 1
+            "start-order": 1
         },
         {
             "id": "org.apache.sling/org.apache.sling.launchpad.installer/1.2.2",
-            "start-level": 1
+            "start-order": 1
         },
         {
             "id": "org.apache.sling/org.apache.sling.installer.core/3.8.12",
-            "start-level": 1
+            "start-order": 1
         },
         {
             "id": "org.apache.sling/org.apache.sling.installer.provider.file/1.1.0",
-            "start-level": 1
+            "start-order": 1
         },
         {
             "id": "org.apache.sling/org.apache.sling.installer.factory.configuration/1.1.2",
-            "start-level": 1
+            "start-order": 1
         },
         {
             "id": "org.apache.felix/org.apache.felix.configadmin/1.8.16",
-            "start-level": 1
+            "start-order": 1
         },
         {
             "id": "org.apache.felix/org.apache.felix.eventadmin/1.4.10",
-            "start-level": 1
+            "start-order": 1
         },
         {
             "id": "org.apache.aries/org.apache.aries.util/1.1.3",
-            "start-level": 1
+            "start-order": 1
         },
         {
             "id": "org.apache.geronimo.specs/geronimo-atinject_1.0_spec/1.0",
-            "start-level": 1
+            "start-order": 1
         }],
         
     "framework-properties": {
diff --git a/src/test/resources/features3/src/main/features/simple.json b/src/test/resources/features3/src/main/features/simple.json
index 4cc130a..a0422a0 100644
--- a/src/test/resources/features3/src/main/features/simple.json
+++ b/src/test/resources/features3/src/main/features/simple.json
@@ -3,7 +3,7 @@
   "bundles":[
     {
       "id":"org.apache.aries:org.apache.aries.util:1.1.3",
-      "start-level":"20"
+      "start-order":"20"
     }
   ]
 }