This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git
The following commit(s) were added to refs/heads/main by this push:
new 51ddf2c7 [create-pull-request] automated change
51ddf2c7 is described below
commit 51ddf2c77c13d7909bba6885d9bd94de67b07191
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Oct 4 01:11:15 2022 +0000
[create-pull-request] automated change
---
.../org/apache/camel/catalog/karaf/components/eventadmin.json | 2 +-
.../org/apache/camel/catalog/karaf/components/paxlogging.json | 2 +-
.../resources/org/apache/camel/catalog/karaf/others/blueprint.json | 2 +-
.../main/resources/org/apache/camel/catalog/karaf/others/kura.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 +-
.../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 | 4 ++--
.../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, 35 insertions(+), 35 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 11975fc9..e1a51940 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.19.0-SNAPSHOT",
+ "version": "3.20.0-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 2159eacb..ed0463d7 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.19.0-SNAPSHOT",
+ "version": "3.20.0-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 bcb99a32..880c4b7f 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.19.0-SNAPSHOT"
+ "version": "3.20.0-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 95920a69..3f2aba39 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.19.0-SNAPSHOT"
+ "version": "3.20.0-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 ed9fecba..dd3ab34c 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.19.0-SNAPSHOT
+version=3.20.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 e9a1b73f..a2a24058 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.19.0-SNAPSHOT"
+ "version": "3.20.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 debd6fc6..f9bb29e1 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.19.0-SNAPSHOT
+version=3.20.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 d6ec8066..244f7baf 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.19.0-SNAPSHOT"
+ "version": "3.20.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 67732c76..37de73af 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.19.0-SNAPSHOT
+version=3.20.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 bcb99a32..880c4b7f 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.19.0-SNAPSHOT"
+ "version": "3.20.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 a7e6c2b9..85d8b6a1 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.19.0-SNAPSHOT
+version=3.20.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 da8d13a3..77bb6abb 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.19.0-SNAPSHOT"
+ "version": "3.20.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 f335f8e3..20b1fd1c 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.19.0-SNAPSHOT
+version=3.20.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 5fd42000..c9d9f11f 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.19.0-SNAPSHOT"
+ "version": "3.20.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 ccc87a6f..c2a088c1 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.19.0-SNAPSHOT
+version=3.20.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 7a3847e7..ef1a6165 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.19.0-SNAPSHOT"
+ "version": "3.20.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 ed973a80..9f1ca169 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.19.0-SNAPSHOT
+version=3.20.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 11975fc9..e1a51940 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.19.0-SNAPSHOT",
+ "version": "3.20.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 eb5c72f9..be23216d 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.19.0-SNAPSHOT
+version=3.20.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 7a8a4c9c..8e6b276e 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.19.0-SNAPSHOT"
+ "version": "3.20.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 f81f96f6..7acc6527 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.19.0-SNAPSHOT
+version=3.20.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 95920a69..3f2aba39 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.19.0-SNAPSHOT"
+ "version": "3.20.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 d16df3b2..4a9e3377 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.19.0-SNAPSHOT
+version=3.20.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 2159eacb..ed0463d7 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.19.0-SNAPSHOT",
+ "version": "3.20.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 b81a39d2..c99ef601 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.19.0-SNAPSHOT
+version=3.20.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 0e1a7787..ee9f2d34 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.19.0-SNAPSHOT"
+ "version": "3.20.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 c14df33f..edc8335a 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.19.0-SNAPSHOT
+version=3.20.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 4d06b385..4c062bbf 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
@@ -7,9 +7,9 @@
"deprecated": false,
"firstVersion": "3.18.0",
"label": "testing,java,osgi",
- "supportLevel": "Preview",
+ "supportLevel": "Stable",
"groupId": "org.apache.camel.karaf",
"artifactId": "camel-test-blueprint-junit5",
- "version": "3.19.0-SNAPSHOT"
+ "version": "3.20.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 cdd5b0ff..6aef2411 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.19.0-SNAPSHOT
+version=3.20.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 a51c196f..bf00df3c 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.19.0-SNAPSHOT"
+ "version": "3.20.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 631a66d0..025a28fe 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.19.0-SNAPSHOT
+version=3.20.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 8b9f2002..f68b32e3 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.19.0-SNAPSHOT"
+ "version": "3.20.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 5e902698..0b85a3b3 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.19.0-SNAPSHOT
+version=3.20.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 f334d9fc..7aee8a94 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.19.0-SNAPSHOT"
+ "version": "3.20.0-SNAPSHOT"
}
}