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/12/21 12:39:06 UTC

[camel-karaf] 02/02: Set version to 3.21.0-SNAPSHOT

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

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

commit 3c76cc9e17d7716600b7816cff3814397352351b
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Dec 21 13:38:50 2022 +0100

    Set version to 3.21.0-SNAPSHOT
---
 .../org/apache/camel/catalog/karaf/components/aws-cloudtrail.json       | 2 +-
 .../org/apache/camel/catalog/karaf/components/azure-storage-blob.json   | 2 +-
 .../org/apache/camel/catalog/karaf/components/elasticsearch.json        | 2 +-
 .../main/resources/org/apache/camel/catalog/karaf/components/minio.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/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 +-
 .../src/generated/resources/test-blueprint-junit5.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 +-
 34 files changed, 34 insertions(+), 34 deletions(-)

diff --git a/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/components/aws-cloudtrail.json b/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/components/aws-cloudtrail.json
index f67f4a0b..33233842 100644
--- a/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/components/aws-cloudtrail.json
+++ b/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/components/aws-cloudtrail.json
@@ -8,7 +8,7 @@
     "firstVersion": "3.19.0",
     "label": "cloud,eventbus",
     "javaType": "org.apache.camel.component.aws.cloudtrail.CloudtrailComponent",
-    "supportLevel": "Preview",
+    "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-aws-cloudtrail",
     "version": "3.21.0-SNAPSHOT",
diff --git a/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/components/azure-storage-blob.json b/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/components/azure-storage-blob.json
index 2c793a29..e27b48f4 100644
--- a/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/components/azure-storage-blob.json
+++ b/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/components/azure-storage-blob.json
@@ -11,7 +11,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-azure-storage-blob",
-    "version": "3.20.0-SNAPSHOT",
+    "version": "3.21.0-SNAPSHOT",
     "scheme": "azure-storage-blob",
     "extendsScheme": "",
     "syntax": "azure-storage-blob:accountName\/containerName",
diff --git a/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/components/elasticsearch.json b/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/components/elasticsearch.json
index d0268721..dad50940 100644
--- a/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/components/elasticsearch.json
+++ b/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/components/elasticsearch.json
@@ -8,7 +8,7 @@
     "firstVersion": "3.19.0",
     "label": "search,monitoring",
     "javaType": "org.apache.camel.component.es.ElasticsearchComponent",
-    "supportLevel": "Preview",
+    "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-elasticsearch",
     "version": "3.21.0-SNAPSHOT",
diff --git a/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/components/minio.json b/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/components/minio.json
index e305c434..65db73a2 100644
--- a/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/components/minio.json
+++ b/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/components/minio.json
@@ -11,7 +11,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-minio",
-    "version": "3.20.0-SNAPSHOT",
+    "version": "3.21.0-SNAPSHOT",
     "scheme": "minio",
     "extendsScheme": "",
     "syntax": "minio:bucketName",
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 dd3ab34c..c74105a5 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.20.0-SNAPSHOT
+version=3.21.0-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 a2a24058..37c6036a 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.20.0-SNAPSHOT"
+    "version": "3.21.0-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 f9bb29e1..a09bf600 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.20.0-SNAPSHOT
+version=3.21.0-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 244f7baf..f8e9ffdc 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.20.0-SNAPSHOT"
+    "version": "3.21.0-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 37de73af..dfa10fde 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.20.0-SNAPSHOT
+version=3.21.0-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 880c4b7f..68a9cf6e 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.20.0-SNAPSHOT"
+    "version": "3.21.0-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 85d8b6a1..295978f9 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.20.0-SNAPSHOT
+version=3.21.0-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 77bb6abb..0f51b8db 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.20.0-SNAPSHOT"
+    "version": "3.21.0-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 20b1fd1c..118536d4 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.20.0-SNAPSHOT
+version=3.21.0-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 c9d9f11f..b4e2489e 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.20.0-SNAPSHOT"
+    "version": "3.21.0-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 c2a088c1..77036f36 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.20.0-SNAPSHOT
+version=3.21.0-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 ef1a6165..d7015163 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.20.0-SNAPSHOT"
+    "version": "3.21.0-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 9f1ca169..19c43040 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.20.0-SNAPSHOT
+version=3.21.0-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 e1a51940..2586847b 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.20.0-SNAPSHOT",
+    "version": "3.21.0-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 be23216d..197d10e5 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.20.0-SNAPSHOT
+version=3.21.0-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 8e6b276e..de99b253 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.20.0-SNAPSHOT"
+    "version": "3.21.0-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 7acc6527..9352bc91 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.20.0-SNAPSHOT
+version=3.21.0-SNAPSHOT
 projectName=Camel Karaf :: Kura (deprecated)
 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 3f2aba39..ee1a5238 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.20.0-SNAPSHOT"
+    "version": "3.21.0-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 4a9e3377..317bcab8 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.20.0-SNAPSHOT
+version=3.21.0-SNAPSHOT
 projectName=Camel Karaf :: Pax Logging (deprecated)
 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 ed0463d7..1f4fe3ab 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.20.0-SNAPSHOT",
+    "version": "3.21.0-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 c99ef601..0b5e1f48 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.20.0-SNAPSHOT
+version=3.21.0-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 ee9f2d34..801d455d 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.20.0-SNAPSHOT"
+    "version": "3.21.0-SNAPSHOT"
   }
 }
diff --git a/components/camel-test-blueprint-junit5/src/generated/resources/META-INF/services/org/apache/camel/other.properties b/components/camel-test-blueprint-junit5/src/generated/resources/META-INF/services/org/apache/camel/other.properties
index edc8335a..c791ce1a 100644
--- a/components/camel-test-blueprint-junit5/src/generated/resources/META-INF/services/org/apache/camel/other.properties
+++ b/components/camel-test-blueprint-junit5/src/generated/resources/META-INF/services/org/apache/camel/other.properties
@@ -2,6 +2,6 @@
 name=test-blueprint-junit5
 groupId=org.apache.camel.karaf
 artifactId=camel-test-blueprint-junit5
-version=3.20.0-SNAPSHOT
+version=3.21.0-SNAPSHOT
 projectName=Camel Karaf :: Test :: Blueprint :: Junit5
 projectDescription=Camel unit testing with OSGi Blueprint and Junit5
diff --git a/components/camel-test-blueprint-junit5/src/generated/resources/test-blueprint-junit5.json b/components/camel-test-blueprint-junit5/src/generated/resources/test-blueprint-junit5.json
index 4c062bbf..c6051613 100644
--- a/components/camel-test-blueprint-junit5/src/generated/resources/test-blueprint-junit5.json
+++ b/components/camel-test-blueprint-junit5/src/generated/resources/test-blueprint-junit5.json
@@ -10,6 +10,6 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel.karaf",
     "artifactId": "camel-test-blueprint-junit5",
-    "version": "3.20.0-SNAPSHOT"
+    "version": "3.21.0-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 6aef2411..886de370 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.20.0-SNAPSHOT
+version=3.21.0-SNAPSHOT
 projectName=Camel Karaf :: Test :: Blueprint (deprecated)
 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 bf00df3c..8dfb25be 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.20.0-SNAPSHOT"
+    "version": "3.21.0-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 025a28fe..06d67434 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.20.0-SNAPSHOT
+version=3.21.0-SNAPSHOT
 projectName=Camel Karaf :: Test :: Karaf (deprecated)
 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 f68b32e3..8a11caab 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.20.0-SNAPSHOT"
+    "version": "3.21.0-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 0b85a3b3..05a1542a 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.20.0-SNAPSHOT
+version=3.21.0-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 7aee8a94..a74cf282 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.20.0-SNAPSHOT"
+    "version": "3.21.0-SNAPSHOT"
   }
 }