You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2022/04/28 20:08:46 UTC

[camel-karaf] branch camel-karaf-3.11.x updated: Regen

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

davsclaus pushed a commit to branch camel-karaf-3.11.x
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git


The following commit(s) were added to refs/heads/camel-karaf-3.11.x by this push:
     new 8ba76eca Regen
8ba76eca is described below

commit 8ba76ecab8e9ca42ced2234b6f4f7809a5993b3b
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Thu Apr 28 22:08:39 2022 +0200

    Regen
---
 .../resources/org/apache/camel/catalog/karaf/components/eventadmin.json | 2 +-
 .../resources/org/apache/camel/catalog/karaf/components/paxlogging.json | 2 +-
 .../main/resources/org/apache/camel/catalog/karaf/others/blueprint.json | 2 +-
 .../src/main/resources/org/apache/camel/catalog/karaf/others/kura.json  | 2 +-
 .../resources/org/apache/camel/catalog/karaf/others/osgi-activator.json | 2 +-
 .../resources/META-INF/services/org/apache/camel/other.properties       | 2 +-
 components/camel-bean-osgi/src/generated/resources/bean-osgi.json       | 2 +-
 .../resources/META-INF/services/org/apache/camel/other.properties       | 2 +-
 .../src/generated/resources/bean-validator-osgi.json                    | 2 +-
 .../resources/META-INF/services/org/apache/camel/other.properties       | 2 +-
 .../camel-blueprint-main/src/generated/resources/blueprint-main.json    | 2 +-
 .../resources/META-INF/services/org/apache/camel/other.properties       | 2 +-
 components/camel-blueprint/src/generated/resources/blueprint.json       | 2 +-
 .../resources/META-INF/services/org/apache/camel/other.properties       | 2 +-
 components/camel-cmis-osgi/src/generated/resources/cmis-osgi.json       | 2 +-
 .../resources/META-INF/services/org/apache/camel/other.properties       | 2 +-
 .../camel-cxf-blueprint/src/generated/resources/cxf-blueprint.json      | 2 +-
 .../resources/META-INF/services/org/apache/camel/other.properties       | 2 +-
 .../src/generated/resources/cxf-transport-blueprint.json                | 2 +-
 .../resources/META-INF/services/org/apache/camel/component.properties   | 2 +-
 .../resources/org/apache/camel/component/eventadmin/eventadmin.json     | 2 +-
 .../resources/META-INF/services/org/apache/camel/other.properties       | 2 +-
 components/camel-jcache-osgi/src/generated/resources/jcache-osgi.json   | 2 +-
 .../resources/META-INF/services/org/apache/camel/other.properties       | 2 +-
 components/camel-kura/src/generated/resources/kura.json                 | 2 +-
 .../resources/META-INF/services/org/apache/camel/other.properties       | 2 +-
 .../camel-osgi-activator/src/generated/resources/osgi-activator.json    | 2 +-
 .../resources/META-INF/services/org/apache/camel/component.properties   | 2 +-
 .../resources/org/apache/camel/component/paxlogging/paxlogging.json     | 2 +-
 .../resources/META-INF/services/org/apache/camel/other.properties       | 2 +-
 components/camel-servlet-osgi/src/generated/resources/servlet-osgi.json | 2 +-
 .../resources/META-INF/services/org/apache/camel/other.properties       | 2 +-
 .../camel-test-blueprint/src/generated/resources/test-blueprint.json    | 2 +-
 .../resources/META-INF/services/org/apache/camel/other.properties       | 2 +-
 components/camel-test-karaf/src/generated/resources/test-karaf.json     | 2 +-
 .../resources/META-INF/services/org/apache/camel/other.properties       | 2 +-
 .../src/generated/resources/zookeeper-master-osgi.json                  | 2 +-
 37 files changed, 37 insertions(+), 37 deletions(-)

diff --git a/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/components/eventadmin.json b/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/components/eventadmin.json
index 4de2e7ae..e1e21995 100644
--- a/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/components/eventadmin.json
+++ b/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/components/eventadmin.json
@@ -11,7 +11,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel.karaf",
     "artifactId": "camel-eventadmin",
-    "version": "3.11.6-SNAPSHOT",
+    "version": "3.11.7-SNAPSHOT",
     "scheme": "eventadmin",
     "extendsScheme": "",
     "syntax": "eventadmin:topic",
diff --git a/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/components/paxlogging.json b/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/components/paxlogging.json
index a386ce3a..d2d9f520 100644
--- a/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/components/paxlogging.json
+++ b/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/components/paxlogging.json
@@ -11,7 +11,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel.karaf",
     "artifactId": "camel-paxlogging",
-    "version": "3.11.6-SNAPSHOT",
+    "version": "3.11.7-SNAPSHOT",
     "scheme": "paxlogging",
     "extendsScheme": "",
     "syntax": "paxlogging:appender",
diff --git a/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/others/blueprint.json b/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/others/blueprint.json
index 3c8c4d61..e91b6b65 100644
--- a/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/others/blueprint.json
+++ b/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/others/blueprint.json
@@ -10,6 +10,6 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel.karaf",
     "artifactId": "camel-blueprint",
-    "version": "3.11.6-SNAPSHOT"
+    "version": "3.11.7-SNAPSHOT"
   }
 }
diff --git a/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/others/kura.json b/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/others/kura.json
index cf2b1523..5ecd166c 100644
--- a/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/others/kura.json
+++ b/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/others/kura.json
@@ -10,6 +10,6 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel.karaf",
     "artifactId": "camel-kura",
-    "version": "3.11.6-SNAPSHOT"
+    "version": "3.11.7-SNAPSHOT"
   }
 }
diff --git a/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/others/osgi-activator.json b/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/others/osgi-activator.json
index 354e577f..fdb33b90 100644
--- a/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/others/osgi-activator.json
+++ b/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/others/osgi-activator.json
@@ -9,6 +9,6 @@
     "supportLevel": "Preview",
     "groupId": "org.apache.camel.karaf",
     "artifactId": "camel-osgi-activator",
-    "version": "3.11.6-SNAPSHOT"
+    "version": "3.11.7-SNAPSHOT"
   }
 }
diff --git a/components/camel-bean-osgi/src/generated/resources/META-INF/services/org/apache/camel/other.properties b/components/camel-bean-osgi/src/generated/resources/META-INF/services/org/apache/camel/other.properties
index 040f96b4..7481c824 100644
--- a/components/camel-bean-osgi/src/generated/resources/META-INF/services/org/apache/camel/other.properties
+++ b/components/camel-bean-osgi/src/generated/resources/META-INF/services/org/apache/camel/other.properties
@@ -2,6 +2,6 @@
 name=bean-osgi
 groupId=org.apache.camel.karaf
 artifactId=camel-bean-osgi
-version=3.11.6-SNAPSHOT
+version=3.11.7-SNAPSHOT
 projectName=Camel Karaf :: Bean
 projectDescription=Camel Bean component
diff --git a/components/camel-bean-osgi/src/generated/resources/bean-osgi.json b/components/camel-bean-osgi/src/generated/resources/bean-osgi.json
index c4d2e1ef..886d6b87 100644
--- a/components/camel-bean-osgi/src/generated/resources/bean-osgi.json
+++ b/components/camel-bean-osgi/src/generated/resources/bean-osgi.json
@@ -10,6 +10,6 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel.karaf",
     "artifactId": "camel-bean-osgi",
-    "version": "3.11.6-SNAPSHOT"
+    "version": "3.11.7-SNAPSHOT"
   }
 }
diff --git a/components/camel-bean-validator-osgi/src/generated/resources/META-INF/services/org/apache/camel/other.properties b/components/camel-bean-validator-osgi/src/generated/resources/META-INF/services/org/apache/camel/other.properties
index 65211544..ab8bf615 100644
--- a/components/camel-bean-validator-osgi/src/generated/resources/META-INF/services/org/apache/camel/other.properties
+++ b/components/camel-bean-validator-osgi/src/generated/resources/META-INF/services/org/apache/camel/other.properties
@@ -2,6 +2,6 @@
 name=bean-validator-osgi
 groupId=org.apache.camel.karaf
 artifactId=camel-bean-validator-osgi
-version=3.11.6-SNAPSHOT
+version=3.11.7-SNAPSHOT
 projectName=Camel Karaf :: Bean Validator
 projectDescription=Camel bean validation support (JSR 303)
diff --git a/components/camel-bean-validator-osgi/src/generated/resources/bean-validator-osgi.json b/components/camel-bean-validator-osgi/src/generated/resources/bean-validator-osgi.json
index 7d58be49..ae7b3a43 100644
--- a/components/camel-bean-validator-osgi/src/generated/resources/bean-validator-osgi.json
+++ b/components/camel-bean-validator-osgi/src/generated/resources/bean-validator-osgi.json
@@ -10,6 +10,6 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel.karaf",
     "artifactId": "camel-bean-validator-osgi",
-    "version": "3.11.6-SNAPSHOT"
+    "version": "3.11.7-SNAPSHOT"
   }
 }
diff --git a/components/camel-blueprint-main/src/generated/resources/META-INF/services/org/apache/camel/other.properties b/components/camel-blueprint-main/src/generated/resources/META-INF/services/org/apache/camel/other.properties
index 291a5ce9..b9a4bb02 100644
--- a/components/camel-blueprint-main/src/generated/resources/META-INF/services/org/apache/camel/other.properties
+++ b/components/camel-blueprint-main/src/generated/resources/META-INF/services/org/apache/camel/other.properties
@@ -2,6 +2,6 @@
 name=blueprint-main
 groupId=org.apache.camel.karaf
 artifactId=camel-blueprint-main
-version=3.11.6-SNAPSHOT
+version=3.11.7-SNAPSHOT
 projectName=Camel Karaf :: Blueprint Main
 projectDescription=Main support for OSGi Blueprint
diff --git a/components/camel-blueprint-main/src/generated/resources/blueprint-main.json b/components/camel-blueprint-main/src/generated/resources/blueprint-main.json
index 564af69c..ccbfc92e 100644
--- a/components/camel-blueprint-main/src/generated/resources/blueprint-main.json
+++ b/components/camel-blueprint-main/src/generated/resources/blueprint-main.json
@@ -10,6 +10,6 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel.karaf",
     "artifactId": "camel-blueprint-main",
-    "version": "3.11.6-SNAPSHOT"
+    "version": "3.11.7-SNAPSHOT"
   }
 }
diff --git a/components/camel-blueprint/src/generated/resources/META-INF/services/org/apache/camel/other.properties b/components/camel-blueprint/src/generated/resources/META-INF/services/org/apache/camel/other.properties
index 45efc666..0712601f 100644
--- a/components/camel-blueprint/src/generated/resources/META-INF/services/org/apache/camel/other.properties
+++ b/components/camel-blueprint/src/generated/resources/META-INF/services/org/apache/camel/other.properties
@@ -2,6 +2,6 @@
 name=blueprint
 groupId=org.apache.camel.karaf
 artifactId=camel-blueprint
-version=3.11.6-SNAPSHOT
+version=3.11.7-SNAPSHOT
 projectName=Camel Karaf :: Blueprint
 projectDescription=Using Camel with OSGi Blueprint
diff --git a/components/camel-blueprint/src/generated/resources/blueprint.json b/components/camel-blueprint/src/generated/resources/blueprint.json
index 3c8c4d61..e91b6b65 100644
--- a/components/camel-blueprint/src/generated/resources/blueprint.json
+++ b/components/camel-blueprint/src/generated/resources/blueprint.json
@@ -10,6 +10,6 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel.karaf",
     "artifactId": "camel-blueprint",
-    "version": "3.11.6-SNAPSHOT"
+    "version": "3.11.7-SNAPSHOT"
   }
 }
diff --git a/components/camel-cmis-osgi/src/generated/resources/META-INF/services/org/apache/camel/other.properties b/components/camel-cmis-osgi/src/generated/resources/META-INF/services/org/apache/camel/other.properties
index 2c008108..8da72d38 100644
--- a/components/camel-cmis-osgi/src/generated/resources/META-INF/services/org/apache/camel/other.properties
+++ b/components/camel-cmis-osgi/src/generated/resources/META-INF/services/org/apache/camel/other.properties
@@ -2,6 +2,6 @@
 name=cmis-osgi
 groupId=org.apache.camel.karaf
 artifactId=camel-cmis-osgi
-version=3.11.6-SNAPSHOT
+version=3.11.7-SNAPSHOT
 projectName=Camel Karaf :: CMIS
 projectDescription=Camel CMIS which is based on Apache Chemistry support
diff --git a/components/camel-cmis-osgi/src/generated/resources/cmis-osgi.json b/components/camel-cmis-osgi/src/generated/resources/cmis-osgi.json
index 7c507094..e5ff3fc9 100644
--- a/components/camel-cmis-osgi/src/generated/resources/cmis-osgi.json
+++ b/components/camel-cmis-osgi/src/generated/resources/cmis-osgi.json
@@ -10,6 +10,6 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel.karaf",
     "artifactId": "camel-cmis-osgi",
-    "version": "3.11.6-SNAPSHOT"
+    "version": "3.11.7-SNAPSHOT"
   }
 }
diff --git a/components/camel-cxf-blueprint/src/generated/resources/META-INF/services/org/apache/camel/other.properties b/components/camel-cxf-blueprint/src/generated/resources/META-INF/services/org/apache/camel/other.properties
index b0b32974..5e342f9c 100644
--- a/components/camel-cxf-blueprint/src/generated/resources/META-INF/services/org/apache/camel/other.properties
+++ b/components/camel-cxf-blueprint/src/generated/resources/META-INF/services/org/apache/camel/other.properties
@@ -2,6 +2,6 @@
 name=cxf-blueprint
 groupId=org.apache.camel.karaf
 artifactId=camel-cxf-blueprint
-version=3.11.6-SNAPSHOT
+version=3.11.7-SNAPSHOT
 projectName=Camel Karaf :: CXF Blueprint
 projectDescription=Camel CXF for OSGi Blueprint
diff --git a/components/camel-cxf-blueprint/src/generated/resources/cxf-blueprint.json b/components/camel-cxf-blueprint/src/generated/resources/cxf-blueprint.json
index 7ff01402..c2b75e0b 100644
--- a/components/camel-cxf-blueprint/src/generated/resources/cxf-blueprint.json
+++ b/components/camel-cxf-blueprint/src/generated/resources/cxf-blueprint.json
@@ -9,6 +9,6 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel.karaf",
     "artifactId": "camel-cxf-blueprint",
-    "version": "3.11.6-SNAPSHOT"
+    "version": "3.11.7-SNAPSHOT"
   }
 }
diff --git a/components/camel-cxf-transport-blueprint/src/generated/resources/META-INF/services/org/apache/camel/other.properties b/components/camel-cxf-transport-blueprint/src/generated/resources/META-INF/services/org/apache/camel/other.properties
index a0beabe5..8fdef9d1 100644
--- a/components/camel-cxf-transport-blueprint/src/generated/resources/META-INF/services/org/apache/camel/other.properties
+++ b/components/camel-cxf-transport-blueprint/src/generated/resources/META-INF/services/org/apache/camel/other.properties
@@ -2,6 +2,6 @@
 name=cxf-transport-blueprint
 groupId=org.apache.camel.karaf
 artifactId=camel-cxf-transport-blueprint
-version=3.11.6-SNAPSHOT
+version=3.11.7-SNAPSHOT
 projectName=Camel Karaf :: CXF Transport Blueprint
 projectDescription=Camel CXF Transport for OSGi Blueprint
diff --git a/components/camel-cxf-transport-blueprint/src/generated/resources/cxf-transport-blueprint.json b/components/camel-cxf-transport-blueprint/src/generated/resources/cxf-transport-blueprint.json
index dbf9e896..edbde103 100644
--- a/components/camel-cxf-transport-blueprint/src/generated/resources/cxf-transport-blueprint.json
+++ b/components/camel-cxf-transport-blueprint/src/generated/resources/cxf-transport-blueprint.json
@@ -9,6 +9,6 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel.karaf",
     "artifactId": "camel-cxf-transport-blueprint",
-    "version": "3.11.6-SNAPSHOT"
+    "version": "3.11.7-SNAPSHOT"
   }
 }
diff --git a/components/camel-eventadmin/src/generated/resources/META-INF/services/org/apache/camel/component.properties b/components/camel-eventadmin/src/generated/resources/META-INF/services/org/apache/camel/component.properties
index 2135cc0b..527b6327 100644
--- a/components/camel-eventadmin/src/generated/resources/META-INF/services/org/apache/camel/component.properties
+++ b/components/camel-eventadmin/src/generated/resources/META-INF/services/org/apache/camel/component.properties
@@ -2,6 +2,6 @@
 components=eventadmin
 groupId=org.apache.camel.karaf
 artifactId=camel-eventadmin
-version=3.11.6-SNAPSHOT
+version=3.11.7-SNAPSHOT
 projectName=Camel Karaf :: Event Admin
 projectDescription=Camel Karaf OSGi Event Admin support
diff --git a/components/camel-eventadmin/src/generated/resources/org/apache/camel/component/eventadmin/eventadmin.json b/components/camel-eventadmin/src/generated/resources/org/apache/camel/component/eventadmin/eventadmin.json
index 4de2e7ae..e1e21995 100644
--- a/components/camel-eventadmin/src/generated/resources/org/apache/camel/component/eventadmin/eventadmin.json
+++ b/components/camel-eventadmin/src/generated/resources/org/apache/camel/component/eventadmin/eventadmin.json
@@ -11,7 +11,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel.karaf",
     "artifactId": "camel-eventadmin",
-    "version": "3.11.6-SNAPSHOT",
+    "version": "3.11.7-SNAPSHOT",
     "scheme": "eventadmin",
     "extendsScheme": "",
     "syntax": "eventadmin:topic",
diff --git a/components/camel-jcache-osgi/src/generated/resources/META-INF/services/org/apache/camel/other.properties b/components/camel-jcache-osgi/src/generated/resources/META-INF/services/org/apache/camel/other.properties
index dc6f9049..7ead4a7e 100644
--- a/components/camel-jcache-osgi/src/generated/resources/META-INF/services/org/apache/camel/other.properties
+++ b/components/camel-jcache-osgi/src/generated/resources/META-INF/services/org/apache/camel/other.properties
@@ -2,6 +2,6 @@
 name=jcache-osgi
 groupId=org.apache.camel.karaf
 artifactId=camel-jcache-osgi
-version=3.11.6-SNAPSHOT
+version=3.11.7-SNAPSHOT
 projectName=Camel Karaf :: JCache
 projectDescription=Camel JCache support
diff --git a/components/camel-jcache-osgi/src/generated/resources/jcache-osgi.json b/components/camel-jcache-osgi/src/generated/resources/jcache-osgi.json
index 56e738b8..70e2bd47 100644
--- a/components/camel-jcache-osgi/src/generated/resources/jcache-osgi.json
+++ b/components/camel-jcache-osgi/src/generated/resources/jcache-osgi.json
@@ -10,6 +10,6 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel.karaf",
     "artifactId": "camel-jcache-osgi",
-    "version": "3.11.6-SNAPSHOT"
+    "version": "3.11.7-SNAPSHOT"
   }
 }
diff --git a/components/camel-kura/src/generated/resources/META-INF/services/org/apache/camel/other.properties b/components/camel-kura/src/generated/resources/META-INF/services/org/apache/camel/other.properties
index 63d109b8..fc2a44d3 100644
--- a/components/camel-kura/src/generated/resources/META-INF/services/org/apache/camel/other.properties
+++ b/components/camel-kura/src/generated/resources/META-INF/services/org/apache/camel/other.properties
@@ -2,6 +2,6 @@
 name=kura
 groupId=org.apache.camel.karaf
 artifactId=camel-kura
-version=3.11.6-SNAPSHOT
+version=3.11.7-SNAPSHOT
 projectName=Camel Karaf :: Kura
 projectDescription=Using Camel with Eclipse Kura (OSGi)
diff --git a/components/camel-kura/src/generated/resources/kura.json b/components/camel-kura/src/generated/resources/kura.json
index cf2b1523..5ecd166c 100644
--- a/components/camel-kura/src/generated/resources/kura.json
+++ b/components/camel-kura/src/generated/resources/kura.json
@@ -10,6 +10,6 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel.karaf",
     "artifactId": "camel-kura",
-    "version": "3.11.6-SNAPSHOT"
+    "version": "3.11.7-SNAPSHOT"
   }
 }
diff --git a/components/camel-osgi-activator/src/generated/resources/META-INF/services/org/apache/camel/other.properties b/components/camel-osgi-activator/src/generated/resources/META-INF/services/org/apache/camel/other.properties
index 55f434c6..e6d501db 100644
--- a/components/camel-osgi-activator/src/generated/resources/META-INF/services/org/apache/camel/other.properties
+++ b/components/camel-osgi-activator/src/generated/resources/META-INF/services/org/apache/camel/other.properties
@@ -2,6 +2,6 @@
 name=osgi-activator
 groupId=org.apache.camel.karaf
 artifactId=camel-osgi-activator
-version=3.11.6-SNAPSHOT
+version=3.11.7-SNAPSHOT
 projectName=Camel Karaf :: OSGi Activator (deprecated)
 projectDescription=Camel OSGi Activator for running Camel routes from other bundles
diff --git a/components/camel-osgi-activator/src/generated/resources/osgi-activator.json b/components/camel-osgi-activator/src/generated/resources/osgi-activator.json
index 354e577f..fdb33b90 100644
--- a/components/camel-osgi-activator/src/generated/resources/osgi-activator.json
+++ b/components/camel-osgi-activator/src/generated/resources/osgi-activator.json
@@ -9,6 +9,6 @@
     "supportLevel": "Preview",
     "groupId": "org.apache.camel.karaf",
     "artifactId": "camel-osgi-activator",
-    "version": "3.11.6-SNAPSHOT"
+    "version": "3.11.7-SNAPSHOT"
   }
 }
diff --git a/components/camel-paxlogging/src/generated/resources/META-INF/services/org/apache/camel/component.properties b/components/camel-paxlogging/src/generated/resources/META-INF/services/org/apache/camel/component.properties
index bd7b99d3..db57ac94 100644
--- a/components/camel-paxlogging/src/generated/resources/META-INF/services/org/apache/camel/component.properties
+++ b/components/camel-paxlogging/src/generated/resources/META-INF/services/org/apache/camel/component.properties
@@ -2,6 +2,6 @@
 components=paxlogging
 groupId=org.apache.camel.karaf
 artifactId=camel-paxlogging
-version=3.11.6-SNAPSHOT
+version=3.11.7-SNAPSHOT
 projectName=Camel Karaf :: Pax Logging
 projectDescription=Camel OSGi Pax Logging support
diff --git a/components/camel-paxlogging/src/generated/resources/org/apache/camel/component/paxlogging/paxlogging.json b/components/camel-paxlogging/src/generated/resources/org/apache/camel/component/paxlogging/paxlogging.json
index a386ce3a..d2d9f520 100644
--- a/components/camel-paxlogging/src/generated/resources/org/apache/camel/component/paxlogging/paxlogging.json
+++ b/components/camel-paxlogging/src/generated/resources/org/apache/camel/component/paxlogging/paxlogging.json
@@ -11,7 +11,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel.karaf",
     "artifactId": "camel-paxlogging",
-    "version": "3.11.6-SNAPSHOT",
+    "version": "3.11.7-SNAPSHOT",
     "scheme": "paxlogging",
     "extendsScheme": "",
     "syntax": "paxlogging:appender",
diff --git a/components/camel-servlet-osgi/src/generated/resources/META-INF/services/org/apache/camel/other.properties b/components/camel-servlet-osgi/src/generated/resources/META-INF/services/org/apache/camel/other.properties
index bf9e6066..8f717f63 100644
--- a/components/camel-servlet-osgi/src/generated/resources/META-INF/services/org/apache/camel/other.properties
+++ b/components/camel-servlet-osgi/src/generated/resources/META-INF/services/org/apache/camel/other.properties
@@ -2,6 +2,6 @@
 name=servlet-osgi
 groupId=org.apache.camel.karaf
 artifactId=camel-servlet-osgi
-version=3.11.6-SNAPSHOT
+version=3.11.7-SNAPSHOT
 projectName=Camel Karaf :: Servlet OSGi
 projectDescription=Camel Servlet for OSGi
diff --git a/components/camel-servlet-osgi/src/generated/resources/servlet-osgi.json b/components/camel-servlet-osgi/src/generated/resources/servlet-osgi.json
index 43a1ccd4..153ba80d 100644
--- a/components/camel-servlet-osgi/src/generated/resources/servlet-osgi.json
+++ b/components/camel-servlet-osgi/src/generated/resources/servlet-osgi.json
@@ -9,6 +9,6 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel.karaf",
     "artifactId": "camel-servlet-osgi",
-    "version": "3.11.6-SNAPSHOT"
+    "version": "3.11.7-SNAPSHOT"
   }
 }
diff --git a/components/camel-test-blueprint/src/generated/resources/META-INF/services/org/apache/camel/other.properties b/components/camel-test-blueprint/src/generated/resources/META-INF/services/org/apache/camel/other.properties
index 9518eb69..3e7b4603 100644
--- a/components/camel-test-blueprint/src/generated/resources/META-INF/services/org/apache/camel/other.properties
+++ b/components/camel-test-blueprint/src/generated/resources/META-INF/services/org/apache/camel/other.properties
@@ -2,6 +2,6 @@
 name=test-blueprint
 groupId=org.apache.camel.karaf
 artifactId=camel-test-blueprint
-version=3.11.6-SNAPSHOT
+version=3.11.7-SNAPSHOT
 projectName=Camel Karaf :: Test :: Blueprint
 projectDescription=Camel unit testing with OSGi Blueprint
diff --git a/components/camel-test-blueprint/src/generated/resources/test-blueprint.json b/components/camel-test-blueprint/src/generated/resources/test-blueprint.json
index d3fe8ccf..74049454 100644
--- a/components/camel-test-blueprint/src/generated/resources/test-blueprint.json
+++ b/components/camel-test-blueprint/src/generated/resources/test-blueprint.json
@@ -10,6 +10,6 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel.karaf",
     "artifactId": "camel-test-blueprint",
-    "version": "3.11.6-SNAPSHOT"
+    "version": "3.11.7-SNAPSHOT"
   }
 }
diff --git a/components/camel-test-karaf/src/generated/resources/META-INF/services/org/apache/camel/other.properties b/components/camel-test-karaf/src/generated/resources/META-INF/services/org/apache/camel/other.properties
index 44182107..849c0535 100644
--- a/components/camel-test-karaf/src/generated/resources/META-INF/services/org/apache/camel/other.properties
+++ b/components/camel-test-karaf/src/generated/resources/META-INF/services/org/apache/camel/other.properties
@@ -2,6 +2,6 @@
 name=test-karaf
 groupId=org.apache.camel.karaf
 artifactId=camel-test-karaf
-version=3.11.6-SNAPSHOT
+version=3.11.7-SNAPSHOT
 projectName=Camel Karaf :: Test :: Karaf
 projectDescription=Camel integration testing with Apache Karaf
diff --git a/components/camel-test-karaf/src/generated/resources/test-karaf.json b/components/camel-test-karaf/src/generated/resources/test-karaf.json
index 7e9503f5..f96b2b7f 100644
--- a/components/camel-test-karaf/src/generated/resources/test-karaf.json
+++ b/components/camel-test-karaf/src/generated/resources/test-karaf.json
@@ -10,6 +10,6 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel.karaf",
     "artifactId": "camel-test-karaf",
-    "version": "3.11.6-SNAPSHOT"
+    "version": "3.11.7-SNAPSHOT"
   }
 }
diff --git a/components/camel-zookeeper-master-osgi/src/generated/resources/META-INF/services/org/apache/camel/other.properties b/components/camel-zookeeper-master-osgi/src/generated/resources/META-INF/services/org/apache/camel/other.properties
index baab537d..c293c2e7 100644
--- a/components/camel-zookeeper-master-osgi/src/generated/resources/META-INF/services/org/apache/camel/other.properties
+++ b/components/camel-zookeeper-master-osgi/src/generated/resources/META-INF/services/org/apache/camel/other.properties
@@ -2,6 +2,6 @@
 name=zookeeper-master-osgi
 groupId=org.apache.camel.karaf
 artifactId=camel-zookeeper-master-osgi
-version=3.11.6-SNAPSHOT
+version=3.11.7-SNAPSHOT
 projectName=Camel Karaf :: Zookeeper Master
 projectDescription=Camel Zookeeper Master Support
diff --git a/components/camel-zookeeper-master-osgi/src/generated/resources/zookeeper-master-osgi.json b/components/camel-zookeeper-master-osgi/src/generated/resources/zookeeper-master-osgi.json
index 00a7529e..74da07c1 100644
--- a/components/camel-zookeeper-master-osgi/src/generated/resources/zookeeper-master-osgi.json
+++ b/components/camel-zookeeper-master-osgi/src/generated/resources/zookeeper-master-osgi.json
@@ -10,6 +10,6 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel.karaf",
     "artifactId": "camel-zookeeper-master-osgi",
-    "version": "3.11.6-SNAPSHOT"
+    "version": "3.11.7-SNAPSHOT"
   }
 }