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-k-runtime.git
The following commit(s) were added to refs/heads/main by this push:
new 385b75ea [maven-release-plugin] prepare for next development iteration
385b75ea is described below
commit 385b75ea920dcc41641a8712f3f499c48dc6bbd7
Author: Andrea Cosentino <[email protected]>
AuthorDate: Mon Nov 28 10:17:19 2022 +0100
[maven-release-plugin] prepare for next development iteration
---
camel-k-cloudevents/deployment/pom.xml | 2 +-
camel-k-cloudevents/pom.xml | 2 +-
camel-k-cloudevents/runtime/pom.xml | 2 +-
camel-k-core/api/pom.xml | 2 +-
camel-k-core/deployment/pom.xml | 2 +-
camel-k-core/pom.xml | 2 +-
camel-k-core/runtime/pom.xml | 2 +-
camel-k-core/support/pom.xml | 2 +-
camel-k-cron/deployment/pom.xml | 2 +-
camel-k-cron/impl/pom.xml | 2 +-
camel-k-cron/pom.xml | 2 +-
camel-k-cron/runtime/pom.xml | 2 +-
camel-k-knative/impl/pom.xml | 2 +-
camel-k-knative/pom.xml | 2 +-
camel-k-master/deployment/pom.xml | 2 +-
camel-k-master/impl/pom.xml | 2 +-
camel-k-master/pom.xml | 2 +-
camel-k-master/runtime/pom.xml | 2 +-
camel-k-resume-kafka/deployment/pom.xml | 2 +-
camel-k-resume-kafka/impl/pom.xml | 2 +-
camel-k-resume-kafka/pom.xml | 2 +-
camel-k-resume-kafka/runtime/pom.xml | 2 +-
camel-k-runtime/deployment/pom.xml | 2 +-
camel-k-runtime/pom.xml | 2 +-
camel-k-runtime/runtime/pom.xml | 2 +-
camel-k-webhook/deployment/pom.xml | 2 +-
camel-k-webhook/impl/pom.xml | 2 +-
camel-k-webhook/pom.xml | 2 +-
camel-k-webhook/runtime/pom.xml | 2 +-
distribution/pom.xml | 2 +-
examples/cron/pom.xml | 2 +-
examples/groovy/pom.xml | 2 +-
examples/java/pom.xml | 2 +-
examples/js/pom.xml | 2 +-
examples/kafka-source-s3/pom.xml | 2 +-
examples/kamelets-discovery/pom.xml | 2 +-
examples/kamelets/pom.xml | 2 +-
examples/knative/pom.xml | 2 +-
examples/kotlin/pom.xml | 2 +-
examples/pom.xml | 2 +-
examples/xml/pom.xml | 2 +-
examples/yaml/pom.xml | 2 +-
itests/camel-k-itests-core/pom.xml | 2 +-
itests/camel-k-itests-cron/pom.xml | 2 +-
itests/camel-k-itests-kamelet/pom.xml | 2 +-
itests/camel-k-itests-knative-consumer/pom.xml | 2 +-
itests/camel-k-itests-knative-env-from-properties/pom.xml | 2 +-
itests/camel-k-itests-knative-env-from-registry/pom.xml | 2 +-
itests/camel-k-itests-knative-producer/pom.xml | 2 +-
itests/camel-k-itests-knative-sinkbinding/pom.xml | 2 +-
itests/camel-k-itests-knative-source-groovy/pom.xml | 2 +-
itests/camel-k-itests-knative-source-java/pom.xml | 2 +-
itests/camel-k-itests-knative-source-js/pom.xml | 2 +-
itests/camel-k-itests-knative-source-xml/pom.xml | 2 +-
itests/camel-k-itests-knative-source-yaml/pom.xml | 2 +-
itests/camel-k-itests-knative/pom.xml | 2 +-
itests/camel-k-itests-loader-groovy/pom.xml | 2 +-
itests/camel-k-itests-loader-java/pom.xml | 2 +-
itests/camel-k-itests-loader-js/pom.xml | 2 +-
itests/camel-k-itests-loader-jsh/pom.xml | 2 +-
itests/camel-k-itests-loader-kotlin/pom.xml | 2 +-
itests/camel-k-itests-loader-polyglot/pom.xml | 2 +-
itests/camel-k-itests-loader-xml/pom.xml | 2 +-
itests/camel-k-itests-loader-yaml/pom.xml | 2 +-
itests/camel-k-itests-master/pom.xml | 2 +-
itests/camel-k-itests-runtime-xml/pom.xml | 2 +-
itests/camel-k-itests-runtime-yaml/pom.xml | 2 +-
itests/camel-k-itests-runtime/pom.xml | 2 +-
itests/camel-k-itests-webhook/pom.xml | 2 +-
itests/pom.xml | 2 +-
pom.xml | 4 ++--
support/camel-k-annotations/pom.xml | 2 +-
support/camel-k-apt/pom.xml | 2 +-
support/camel-k-catalog-model/pom.xml | 2 +-
support/camel-k-catalog/pom.xml | 2 +-
.../camel-k-itests-support/camel-k-itests-loader-inspector/pom.xml | 2 +-
.../camel-k-itests-support/camel-k-itests-runtime-inspector/pom.xml | 2 +-
support/camel-k-itests-support/pom.xml | 2 +-
support/camel-k-maven-logging/pom.xml | 2 +-
support/camel-k-maven-plugin/pom.xml | 2 +-
support/camel-k-runtime-bom/pom.xml | 6 +++---
support/camel-k-test/pom.xml | 2 +-
support/pom.xml | 2 +-
83 files changed, 86 insertions(+), 86 deletions(-)
diff --git a/camel-k-cloudevents/deployment/pom.xml
b/camel-k-cloudevents/deployment/pom.xml
index 88539c07..8605d15f 100644
--- a/camel-k-cloudevents/deployment/pom.xml
+++ b/camel-k-cloudevents/deployment/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-cloudevents-parent</artifactId>
- <version>1.16.0</version>
+ <version>1.17.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/camel-k-cloudevents/pom.xml b/camel-k-cloudevents/pom.xml
index df76b8b0..cf93e305 100644
--- a/camel-k-cloudevents/pom.xml
+++ b/camel-k-cloudevents/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-runtime-project</artifactId>
- <version>1.16.0</version>
+ <version>1.17.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
diff --git a/camel-k-cloudevents/runtime/pom.xml
b/camel-k-cloudevents/runtime/pom.xml
index d76d4049..99946e9a 100644
--- a/camel-k-cloudevents/runtime/pom.xml
+++ b/camel-k-cloudevents/runtime/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-cloudevents-parent</artifactId>
- <version>1.16.0</version>
+ <version>1.17.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/camel-k-core/api/pom.xml b/camel-k-core/api/pom.xml
index 69622d87..6cafd5e4 100644
--- a/camel-k-core/api/pom.xml
+++ b/camel-k-core/api/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-core-parent</artifactId>
- <version>1.16.0</version>
+ <version>1.17.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/camel-k-core/deployment/pom.xml b/camel-k-core/deployment/pom.xml
index edd4beb2..480a7c15 100644
--- a/camel-k-core/deployment/pom.xml
+++ b/camel-k-core/deployment/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-core-parent</artifactId>
- <version>1.16.0</version>
+ <version>1.17.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/camel-k-core/pom.xml b/camel-k-core/pom.xml
index 8183fd4b..a3687c41 100644
--- a/camel-k-core/pom.xml
+++ b/camel-k-core/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-runtime-project</artifactId>
- <version>1.16.0</version>
+ <version>1.17.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
diff --git a/camel-k-core/runtime/pom.xml b/camel-k-core/runtime/pom.xml
index 9f31bacc..5b209990 100644
--- a/camel-k-core/runtime/pom.xml
+++ b/camel-k-core/runtime/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-core-parent</artifactId>
- <version>1.16.0</version>
+ <version>1.17.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/camel-k-core/support/pom.xml b/camel-k-core/support/pom.xml
index ec444216..bbabe7dc 100644
--- a/camel-k-core/support/pom.xml
+++ b/camel-k-core/support/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-core-parent</artifactId>
- <version>1.16.0</version>
+ <version>1.17.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/camel-k-cron/deployment/pom.xml b/camel-k-cron/deployment/pom.xml
index e74fef85..c2bc131b 100644
--- a/camel-k-cron/deployment/pom.xml
+++ b/camel-k-cron/deployment/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-cron-parent</artifactId>
- <version>1.16.0</version>
+ <version>1.17.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/camel-k-cron/impl/pom.xml b/camel-k-cron/impl/pom.xml
index 18b7e828..b673e2eb 100644
--- a/camel-k-cron/impl/pom.xml
+++ b/camel-k-cron/impl/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-cron-parent</artifactId>
- <version>1.16.0</version>
+ <version>1.17.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/camel-k-cron/pom.xml b/camel-k-cron/pom.xml
index 414f3a69..48ba6fbc 100644
--- a/camel-k-cron/pom.xml
+++ b/camel-k-cron/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-runtime-project</artifactId>
- <version>1.16.0</version>
+ <version>1.17.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
diff --git a/camel-k-cron/runtime/pom.xml b/camel-k-cron/runtime/pom.xml
index f7860d63..0a72bc60 100644
--- a/camel-k-cron/runtime/pom.xml
+++ b/camel-k-cron/runtime/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-cron-parent</artifactId>
- <version>1.16.0</version>
+ <version>1.17.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/camel-k-knative/impl/pom.xml b/camel-k-knative/impl/pom.xml
index d3eb5dc9..1402852e 100644
--- a/camel-k-knative/impl/pom.xml
+++ b/camel-k-knative/impl/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-knative-parent</artifactId>
- <version>1.16.0</version>
+ <version>1.17.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/camel-k-knative/pom.xml b/camel-k-knative/pom.xml
index bbcaeaf8..a6e94a3b 100644
--- a/camel-k-knative/pom.xml
+++ b/camel-k-knative/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-runtime-project</artifactId>
- <version>1.16.0</version>
+ <version>1.17.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
diff --git a/camel-k-master/deployment/pom.xml
b/camel-k-master/deployment/pom.xml
index 8bbace19..1a4ab5b9 100644
--- a/camel-k-master/deployment/pom.xml
+++ b/camel-k-master/deployment/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-master-parent</artifactId>
- <version>1.16.0</version>
+ <version>1.17.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/camel-k-master/impl/pom.xml b/camel-k-master/impl/pom.xml
index ba2d84e0..829101bf 100644
--- a/camel-k-master/impl/pom.xml
+++ b/camel-k-master/impl/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-master-parent</artifactId>
- <version>1.16.0</version>
+ <version>1.17.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/camel-k-master/pom.xml b/camel-k-master/pom.xml
index fa27f03b..cb52757b 100644
--- a/camel-k-master/pom.xml
+++ b/camel-k-master/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-runtime-project</artifactId>
- <version>1.16.0</version>
+ <version>1.17.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
diff --git a/camel-k-master/runtime/pom.xml b/camel-k-master/runtime/pom.xml
index c7a0a115..8e6f6d8b 100644
--- a/camel-k-master/runtime/pom.xml
+++ b/camel-k-master/runtime/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-master-parent</artifactId>
- <version>1.16.0</version>
+ <version>1.17.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/camel-k-resume-kafka/deployment/pom.xml
b/camel-k-resume-kafka/deployment/pom.xml
index 97445a4d..8394ca73 100644
--- a/camel-k-resume-kafka/deployment/pom.xml
+++ b/camel-k-resume-kafka/deployment/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-resume-kafka-parent</artifactId>
- <version>1.16.0</version>
+ <version>1.17.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/camel-k-resume-kafka/impl/pom.xml
b/camel-k-resume-kafka/impl/pom.xml
index e1298ee9..46519215 100644
--- a/camel-k-resume-kafka/impl/pom.xml
+++ b/camel-k-resume-kafka/impl/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-resume-kafka-parent</artifactId>
- <version>1.16.0</version>
+ <version>1.17.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/camel-k-resume-kafka/pom.xml b/camel-k-resume-kafka/pom.xml
index b12a02a8..0edb0cb5 100644
--- a/camel-k-resume-kafka/pom.xml
+++ b/camel-k-resume-kafka/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-runtime-project</artifactId>
- <version>1.16.0</version>
+ <version>1.17.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
diff --git a/camel-k-resume-kafka/runtime/pom.xml
b/camel-k-resume-kafka/runtime/pom.xml
index a03c4a14..cf6a55f3 100644
--- a/camel-k-resume-kafka/runtime/pom.xml
+++ b/camel-k-resume-kafka/runtime/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-resume-kafka-parent</artifactId>
- <version>1.16.0</version>
+ <version>1.17.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/camel-k-runtime/deployment/pom.xml
b/camel-k-runtime/deployment/pom.xml
index ac9c843d..232b690a 100644
--- a/camel-k-runtime/deployment/pom.xml
+++ b/camel-k-runtime/deployment/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-runtime-parent</artifactId>
- <version>1.16.0</version>
+ <version>1.17.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/camel-k-runtime/pom.xml b/camel-k-runtime/pom.xml
index 3afde69a..7fba7b8e 100644
--- a/camel-k-runtime/pom.xml
+++ b/camel-k-runtime/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-runtime-project</artifactId>
- <version>1.16.0</version>
+ <version>1.17.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
diff --git a/camel-k-runtime/runtime/pom.xml b/camel-k-runtime/runtime/pom.xml
index d7e93588..1586b356 100644
--- a/camel-k-runtime/runtime/pom.xml
+++ b/camel-k-runtime/runtime/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-runtime-parent</artifactId>
- <version>1.16.0</version>
+ <version>1.17.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/camel-k-webhook/deployment/pom.xml
b/camel-k-webhook/deployment/pom.xml
index 446a6977..30fcfe18 100644
--- a/camel-k-webhook/deployment/pom.xml
+++ b/camel-k-webhook/deployment/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-webhook-parent</artifactId>
- <version>1.16.0</version>
+ <version>1.17.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/camel-k-webhook/impl/pom.xml b/camel-k-webhook/impl/pom.xml
index e109baf1..e11d6405 100644
--- a/camel-k-webhook/impl/pom.xml
+++ b/camel-k-webhook/impl/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-webhook-parent</artifactId>
- <version>1.16.0</version>
+ <version>1.17.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/camel-k-webhook/pom.xml b/camel-k-webhook/pom.xml
index 21399ff6..a4cd931c 100644
--- a/camel-k-webhook/pom.xml
+++ b/camel-k-webhook/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-runtime-project</artifactId>
- <version>1.16.0</version>
+ <version>1.17.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
diff --git a/camel-k-webhook/runtime/pom.xml b/camel-k-webhook/runtime/pom.xml
index c1fefdb4..2e1a2fed 100644
--- a/camel-k-webhook/runtime/pom.xml
+++ b/camel-k-webhook/runtime/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-webhook-parent</artifactId>
- <version>1.16.0</version>
+ <version>1.17.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 6dcf7709..fe532a2d 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-runtime-project</artifactId>
- <version>1.16.0</version>
+ <version>1.17.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
diff --git a/examples/cron/pom.xml b/examples/cron/pom.xml
index 365d7b33..9f32fc0e 100644
--- a/examples/cron/pom.xml
+++ b/examples/cron/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-runtime-examples</artifactId>
- <version>1.16.0</version>
+ <version>1.17.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/examples/groovy/pom.xml b/examples/groovy/pom.xml
index c7802034..b4fde965 100644
--- a/examples/groovy/pom.xml
+++ b/examples/groovy/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-runtime-examples</artifactId>
- <version>1.16.0</version>
+ <version>1.17.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/examples/java/pom.xml b/examples/java/pom.xml
index 01dfe872..bdd60f36 100644
--- a/examples/java/pom.xml
+++ b/examples/java/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-runtime-examples</artifactId>
- <version>1.16.0</version>
+ <version>1.17.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/examples/js/pom.xml b/examples/js/pom.xml
index c2833ad8..d215044a 100644
--- a/examples/js/pom.xml
+++ b/examples/js/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-runtime-examples</artifactId>
- <version>1.16.0</version>
+ <version>1.17.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/examples/kafka-source-s3/pom.xml b/examples/kafka-source-s3/pom.xml
index 9291416f..ecd5bc66 100644
--- a/examples/kafka-source-s3/pom.xml
+++ b/examples/kafka-source-s3/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-runtime-examples</artifactId>
- <version>1.16.0</version>
+ <version>1.17.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/examples/kamelets-discovery/pom.xml
b/examples/kamelets-discovery/pom.xml
index 460b1dad..e2613d1c 100644
--- a/examples/kamelets-discovery/pom.xml
+++ b/examples/kamelets-discovery/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-runtime-examples</artifactId>
- <version>1.16.0</version>
+ <version>1.17.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/examples/kamelets/pom.xml b/examples/kamelets/pom.xml
index c0789a6a..92333e57 100644
--- a/examples/kamelets/pom.xml
+++ b/examples/kamelets/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-runtime-examples</artifactId>
- <version>1.16.0</version>
+ <version>1.17.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/examples/knative/pom.xml b/examples/knative/pom.xml
index 18ecc2c5..10b10d9b 100644
--- a/examples/knative/pom.xml
+++ b/examples/knative/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-runtime-examples</artifactId>
- <version>1.16.0</version>
+ <version>1.17.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/examples/kotlin/pom.xml b/examples/kotlin/pom.xml
index aa842479..ecec73c3 100644
--- a/examples/kotlin/pom.xml
+++ b/examples/kotlin/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-runtime-examples</artifactId>
- <version>1.16.0</version>
+ <version>1.17.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/examples/pom.xml b/examples/pom.xml
index 70f23cb9..01164084 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-runtime-project</artifactId>
- <version>1.16.0</version>
+ <version>1.17.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/examples/xml/pom.xml b/examples/xml/pom.xml
index aa1e939c..a64da37d 100644
--- a/examples/xml/pom.xml
+++ b/examples/xml/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-runtime-examples</artifactId>
- <version>1.16.0</version>
+ <version>1.17.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/examples/yaml/pom.xml b/examples/yaml/pom.xml
index 3b935a3d..875bde5b 100644
--- a/examples/yaml/pom.xml
+++ b/examples/yaml/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-runtime-examples</artifactId>
- <version>1.16.0</version>
+ <version>1.17.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/itests/camel-k-itests-core/pom.xml
b/itests/camel-k-itests-core/pom.xml
index a4872f04..5e1ea13f 100644
--- a/itests/camel-k-itests-core/pom.xml
+++ b/itests/camel-k-itests-core/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-itests</artifactId>
- <version>1.16.0</version>
+ <version>1.17.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/itests/camel-k-itests-cron/pom.xml
b/itests/camel-k-itests-cron/pom.xml
index d9f034e0..bbf49f96 100644
--- a/itests/camel-k-itests-cron/pom.xml
+++ b/itests/camel-k-itests-cron/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-itests</artifactId>
- <version>1.16.0</version>
+ <version>1.17.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/itests/camel-k-itests-kamelet/pom.xml
b/itests/camel-k-itests-kamelet/pom.xml
index fd74eccc..4350d88f 100644
--- a/itests/camel-k-itests-kamelet/pom.xml
+++ b/itests/camel-k-itests-kamelet/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-itests</artifactId>
- <version>1.16.0</version>
+ <version>1.17.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/itests/camel-k-itests-knative-consumer/pom.xml
b/itests/camel-k-itests-knative-consumer/pom.xml
index cdafe0b9..453644d0 100644
--- a/itests/camel-k-itests-knative-consumer/pom.xml
+++ b/itests/camel-k-itests-knative-consumer/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-itests</artifactId>
- <version>1.16.0</version>
+ <version>1.17.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/itests/camel-k-itests-knative-env-from-properties/pom.xml
b/itests/camel-k-itests-knative-env-from-properties/pom.xml
index b97c2ba6..9938f080 100644
--- a/itests/camel-k-itests-knative-env-from-properties/pom.xml
+++ b/itests/camel-k-itests-knative-env-from-properties/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-itests</artifactId>
- <version>1.16.0</version>
+ <version>1.17.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/itests/camel-k-itests-knative-env-from-registry/pom.xml
b/itests/camel-k-itests-knative-env-from-registry/pom.xml
index 2fc0ccf5..007ab72b 100644
--- a/itests/camel-k-itests-knative-env-from-registry/pom.xml
+++ b/itests/camel-k-itests-knative-env-from-registry/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-itests</artifactId>
- <version>1.16.0</version>
+ <version>1.17.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/itests/camel-k-itests-knative-producer/pom.xml
b/itests/camel-k-itests-knative-producer/pom.xml
index ba74a2ff..58b054bb 100644
--- a/itests/camel-k-itests-knative-producer/pom.xml
+++ b/itests/camel-k-itests-knative-producer/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-itests</artifactId>
- <version>1.16.0</version>
+ <version>1.17.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/itests/camel-k-itests-knative-sinkbinding/pom.xml
b/itests/camel-k-itests-knative-sinkbinding/pom.xml
index 2320abb6..7433ccc2 100644
--- a/itests/camel-k-itests-knative-sinkbinding/pom.xml
+++ b/itests/camel-k-itests-knative-sinkbinding/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-itests</artifactId>
- <version>1.16.0</version>
+ <version>1.17.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/itests/camel-k-itests-knative-source-groovy/pom.xml
b/itests/camel-k-itests-knative-source-groovy/pom.xml
index 4aa5135d..b7416fd4 100644
--- a/itests/camel-k-itests-knative-source-groovy/pom.xml
+++ b/itests/camel-k-itests-knative-source-groovy/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-itests</artifactId>
- <version>1.16.0</version>
+ <version>1.17.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/itests/camel-k-itests-knative-source-java/pom.xml
b/itests/camel-k-itests-knative-source-java/pom.xml
index b977ac4a..b240e821 100644
--- a/itests/camel-k-itests-knative-source-java/pom.xml
+++ b/itests/camel-k-itests-knative-source-java/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-itests</artifactId>
- <version>1.16.0</version>
+ <version>1.17.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/itests/camel-k-itests-knative-source-js/pom.xml
b/itests/camel-k-itests-knative-source-js/pom.xml
index c36eca31..40a6ead2 100644
--- a/itests/camel-k-itests-knative-source-js/pom.xml
+++ b/itests/camel-k-itests-knative-source-js/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-itests</artifactId>
- <version>1.16.0</version>
+ <version>1.17.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/itests/camel-k-itests-knative-source-xml/pom.xml
b/itests/camel-k-itests-knative-source-xml/pom.xml
index e96f750f..3d2c412a 100644
--- a/itests/camel-k-itests-knative-source-xml/pom.xml
+++ b/itests/camel-k-itests-knative-source-xml/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-itests</artifactId>
- <version>1.16.0</version>
+ <version>1.17.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/itests/camel-k-itests-knative-source-yaml/pom.xml
b/itests/camel-k-itests-knative-source-yaml/pom.xml
index 9b56a6b3..8e010304 100644
--- a/itests/camel-k-itests-knative-source-yaml/pom.xml
+++ b/itests/camel-k-itests-knative-source-yaml/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-itests</artifactId>
- <version>1.16.0</version>
+ <version>1.17.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/itests/camel-k-itests-knative/pom.xml
b/itests/camel-k-itests-knative/pom.xml
index c7a39a30..96d4f7e3 100644
--- a/itests/camel-k-itests-knative/pom.xml
+++ b/itests/camel-k-itests-knative/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-itests</artifactId>
- <version>1.16.0</version>
+ <version>1.17.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/itests/camel-k-itests-loader-groovy/pom.xml
b/itests/camel-k-itests-loader-groovy/pom.xml
index cc090310..d717772b 100644
--- a/itests/camel-k-itests-loader-groovy/pom.xml
+++ b/itests/camel-k-itests-loader-groovy/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-itests</artifactId>
- <version>1.16.0</version>
+ <version>1.17.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/itests/camel-k-itests-loader-java/pom.xml
b/itests/camel-k-itests-loader-java/pom.xml
index a556f8ba..5c60c58e 100644
--- a/itests/camel-k-itests-loader-java/pom.xml
+++ b/itests/camel-k-itests-loader-java/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-itests</artifactId>
- <version>1.16.0</version>
+ <version>1.17.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/itests/camel-k-itests-loader-js/pom.xml
b/itests/camel-k-itests-loader-js/pom.xml
index a1953cd2..432fc7ec 100644
--- a/itests/camel-k-itests-loader-js/pom.xml
+++ b/itests/camel-k-itests-loader-js/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-itests</artifactId>
- <version>1.16.0</version>
+ <version>1.17.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/itests/camel-k-itests-loader-jsh/pom.xml
b/itests/camel-k-itests-loader-jsh/pom.xml
index 0ab8a574..39bdcd68 100644
--- a/itests/camel-k-itests-loader-jsh/pom.xml
+++ b/itests/camel-k-itests-loader-jsh/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-itests</artifactId>
- <version>1.16.0</version>
+ <version>1.17.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/itests/camel-k-itests-loader-kotlin/pom.xml
b/itests/camel-k-itests-loader-kotlin/pom.xml
index 63943e6a..7545a28c 100644
--- a/itests/camel-k-itests-loader-kotlin/pom.xml
+++ b/itests/camel-k-itests-loader-kotlin/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-itests</artifactId>
- <version>1.16.0</version>
+ <version>1.17.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/itests/camel-k-itests-loader-polyglot/pom.xml
b/itests/camel-k-itests-loader-polyglot/pom.xml
index 7c8e3608..b9d66b0a 100644
--- a/itests/camel-k-itests-loader-polyglot/pom.xml
+++ b/itests/camel-k-itests-loader-polyglot/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-itests</artifactId>
- <version>1.16.0</version>
+ <version>1.17.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/itests/camel-k-itests-loader-xml/pom.xml
b/itests/camel-k-itests-loader-xml/pom.xml
index 57225197..268144ed 100644
--- a/itests/camel-k-itests-loader-xml/pom.xml
+++ b/itests/camel-k-itests-loader-xml/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-itests</artifactId>
- <version>1.16.0</version>
+ <version>1.17.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/itests/camel-k-itests-loader-yaml/pom.xml
b/itests/camel-k-itests-loader-yaml/pom.xml
index 5b3791bb..0f268138 100644
--- a/itests/camel-k-itests-loader-yaml/pom.xml
+++ b/itests/camel-k-itests-loader-yaml/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-itests</artifactId>
- <version>1.16.0</version>
+ <version>1.17.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/itests/camel-k-itests-master/pom.xml
b/itests/camel-k-itests-master/pom.xml
index 74e61bac..a86c44bc 100644
--- a/itests/camel-k-itests-master/pom.xml
+++ b/itests/camel-k-itests-master/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-itests</artifactId>
- <version>1.16.0</version>
+ <version>1.17.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/itests/camel-k-itests-runtime-xml/pom.xml
b/itests/camel-k-itests-runtime-xml/pom.xml
index ea430246..6950d35d 100644
--- a/itests/camel-k-itests-runtime-xml/pom.xml
+++ b/itests/camel-k-itests-runtime-xml/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-itests</artifactId>
- <version>1.16.0</version>
+ <version>1.17.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/itests/camel-k-itests-runtime-yaml/pom.xml
b/itests/camel-k-itests-runtime-yaml/pom.xml
index cb7361a9..605d8aaa 100644
--- a/itests/camel-k-itests-runtime-yaml/pom.xml
+++ b/itests/camel-k-itests-runtime-yaml/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-itests</artifactId>
- <version>1.16.0</version>
+ <version>1.17.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/itests/camel-k-itests-runtime/pom.xml
b/itests/camel-k-itests-runtime/pom.xml
index 8828917c..c70873fb 100644
--- a/itests/camel-k-itests-runtime/pom.xml
+++ b/itests/camel-k-itests-runtime/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-itests</artifactId>
- <version>1.16.0</version>
+ <version>1.17.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/itests/camel-k-itests-webhook/pom.xml
b/itests/camel-k-itests-webhook/pom.xml
index f0235b63..9715e8ce 100644
--- a/itests/camel-k-itests-webhook/pom.xml
+++ b/itests/camel-k-itests-webhook/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-itests</artifactId>
- <version>1.16.0</version>
+ <version>1.17.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/itests/pom.xml b/itests/pom.xml
index b92f5610..c0ced357 100644
--- a/itests/pom.xml
+++ b/itests/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-runtime-project</artifactId>
- <version>1.16.0</version>
+ <version>1.17.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
diff --git a/pom.xml b/pom.xml
index 3e1e6d1b..7d102110 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-runtime-project</artifactId>
- <version>1.16.0</version>
+ <version>1.17.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
@@ -111,7 +111,7 @@
<connection>scm:git:http://gitbox.apache.org/repos/asf/camel-k-runtime.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/camel-k-runtime.git</developerConnection>
<url>https://gitbox.apache.org/repos/asf?p=camel-k-runtime.git;a=summary</url>
- <tag>camel-k-runtime-project-1.16.0</tag>
+ <tag>camel-k-runtime-project-1.10.0</tag>
</scm>
<build>
diff --git a/support/camel-k-annotations/pom.xml
b/support/camel-k-annotations/pom.xml
index 33718694..208de199 100644
--- a/support/camel-k-annotations/pom.xml
+++ b/support/camel-k-annotations/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-support</artifactId>
- <version>1.16.0</version>
+ <version>1.17.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/support/camel-k-apt/pom.xml b/support/camel-k-apt/pom.xml
index 12470096..a47fa097 100644
--- a/support/camel-k-apt/pom.xml
+++ b/support/camel-k-apt/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-support</artifactId>
- <version>1.16.0</version>
+ <version>1.17.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/support/camel-k-catalog-model/pom.xml
b/support/camel-k-catalog-model/pom.xml
index 9b7db8b8..594dc739 100644
--- a/support/camel-k-catalog-model/pom.xml
+++ b/support/camel-k-catalog-model/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-support</artifactId>
- <version>1.16.0</version>
+ <version>1.17.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/support/camel-k-catalog/pom.xml b/support/camel-k-catalog/pom.xml
index c180eb3a..37c03a59 100644
--- a/support/camel-k-catalog/pom.xml
+++ b/support/camel-k-catalog/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-support</artifactId>
- <version>1.16.0</version>
+ <version>1.17.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git
a/support/camel-k-itests-support/camel-k-itests-loader-inspector/pom.xml
b/support/camel-k-itests-support/camel-k-itests-loader-inspector/pom.xml
index 3419124f..a6ad7323 100644
--- a/support/camel-k-itests-support/camel-k-itests-loader-inspector/pom.xml
+++ b/support/camel-k-itests-support/camel-k-itests-loader-inspector/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-itests-support</artifactId>
- <version>1.16.0</version>
+ <version>1.17.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git
a/support/camel-k-itests-support/camel-k-itests-runtime-inspector/pom.xml
b/support/camel-k-itests-support/camel-k-itests-runtime-inspector/pom.xml
index 870f3851..f9991a34 100644
--- a/support/camel-k-itests-support/camel-k-itests-runtime-inspector/pom.xml
+++ b/support/camel-k-itests-support/camel-k-itests-runtime-inspector/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-itests-support</artifactId>
- <version>1.16.0</version>
+ <version>1.17.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/support/camel-k-itests-support/pom.xml
b/support/camel-k-itests-support/pom.xml
index c241fc56..5c49ff9b 100644
--- a/support/camel-k-itests-support/pom.xml
+++ b/support/camel-k-itests-support/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-support</artifactId>
- <version>1.16.0</version>
+ <version>1.17.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/support/camel-k-maven-logging/pom.xml
b/support/camel-k-maven-logging/pom.xml
index 1bf1da21..66d4c99f 100644
--- a/support/camel-k-maven-logging/pom.xml
+++ b/support/camel-k-maven-logging/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-support</artifactId>
- <version>1.16.0</version>
+ <version>1.17.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/support/camel-k-maven-plugin/pom.xml
b/support/camel-k-maven-plugin/pom.xml
index eed6039b..f89f6de1 100644
--- a/support/camel-k-maven-plugin/pom.xml
+++ b/support/camel-k-maven-plugin/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-support</artifactId>
- <version>1.16.0</version>
+ <version>1.17.0-SNAPSHOT</version>
</parent>
<prerequisites>
diff --git a/support/camel-k-runtime-bom/pom.xml
b/support/camel-k-runtime-bom/pom.xml
index 4941edd0..61e847a2 100644
--- a/support/camel-k-runtime-bom/pom.xml
+++ b/support/camel-k-runtime-bom/pom.xml
@@ -29,12 +29,12 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-runtime-bom</artifactId>
- <version>1.16.0</version>
+ <version>1.17.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
<!-- reproduceable builds:
https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
-
<project.build.outputTimestamp>1669626680</project.build.outputTimestamp>
+
<project.build.outputTimestamp>1669627039</project.build.outputTimestamp>
<jolokia-version>1.7.1</jolokia-version>
<maven-enforcer-plugin-version>3.1.0</maven-enforcer-plugin-version>
<maven-version>3.6.3</maven-version>
@@ -63,7 +63,7 @@
<connection>scm:git:http://gitbox.apache.org/repos/asf/camel-k-runtime.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/camel-k-runtime.git</developerConnection>
<url>https://gitbox.apache.org/repos/asf?p=camel-k-runtime.git;a=summary</url>
- <tag>camel-k-runtime-project-1.16.0</tag>
+ <tag>camel-k-runtime-project-1.10.0</tag>
</scm>
<repositories>
diff --git a/support/camel-k-test/pom.xml b/support/camel-k-test/pom.xml
index 1c8928b1..342655b4 100644
--- a/support/camel-k-test/pom.xml
+++ b/support/camel-k-test/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-support</artifactId>
- <version>1.16.0</version>
+ <version>1.17.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/support/pom.xml b/support/pom.xml
index 56c6e226..5395883d 100644
--- a/support/pom.xml
+++ b/support/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-runtime-project</artifactId>
- <version>1.16.0</version>
+ <version>1.17.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>