This is an automated email from the ASF dual-hosted git repository.
pcongiusti pushed a commit to branch release-3.15.x
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git
The following commit(s) were added to refs/heads/release-3.15.x by this push:
new d75f3509 fix(ci): 3.15.1 not yet available
d75f3509 is described below
commit d75f3509db571e8e35ce68e810d4ba4cbe917bdc
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Sun Oct 27 16:01:56 2024 +0100
fix(ci): 3.15.1 not yet available
---
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 +-
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/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/pom.xml | 2 +-
pom.xml | 2 +-
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 | 4 ++--
support/camel-k-test/pom.xml | 2 +-
support/pom.xml | 2 +-
70 files changed, 71 insertions(+), 71 deletions(-)
diff --git a/camel-k-core/api/pom.xml b/camel-k-core/api/pom.xml
index c4f6d5f0..6ca54968 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>3.15.1-SNAPSHOT</version>
+ <version>3.15.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 ab13d2f0..e1e341de 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>3.15.1-SNAPSHOT</version>
+ <version>3.15.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/camel-k-core/pom.xml b/camel-k-core/pom.xml
index cb308102..8850dd81 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>3.15.1-SNAPSHOT</version>
+ <version>3.15.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 b9d12b74..d68439fc 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>3.15.1-SNAPSHOT</version>
+ <version>3.15.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 e2ac3a03..1d45a64d 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>3.15.1-SNAPSHOT</version>
+ <version>3.15.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 af2a1983..b0d38a5e 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>3.15.1-SNAPSHOT</version>
+ <version>3.15.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 64d4d6b0..d14f7f0b 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>3.15.1-SNAPSHOT</version>
+ <version>3.15.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/camel-k-cron/pom.xml b/camel-k-cron/pom.xml
index 76208903..9925921c 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>3.15.1-SNAPSHOT</version>
+ <version>3.15.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 c07a57a7..2d543fbb 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>3.15.1-SNAPSHOT</version>
+ <version>3.15.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 896202f8..6931e4df 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>3.15.1-SNAPSHOT</version>
+ <version>3.15.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/camel-k-knative/pom.xml b/camel-k-knative/pom.xml
index c26c04c9..42208eaa 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>3.15.1-SNAPSHOT</version>
+ <version>3.15.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 4cbf5fbf..2da4c824 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>3.15.1-SNAPSHOT</version>
+ <version>3.15.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 2b343398..4f95e8ce 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>3.15.1-SNAPSHOT</version>
+ <version>3.15.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/camel-k-master/pom.xml b/camel-k-master/pom.xml
index 94fcdb16..94a462ca 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>3.15.1-SNAPSHOT</version>
+ <version>3.15.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 85dd109f..0db8dd51 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>3.15.1-SNAPSHOT</version>
+ <version>3.15.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 53de97b2..a2d392af 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>3.15.1-SNAPSHOT</version>
+ <version>3.15.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 fd133438..7232a308 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>3.15.1-SNAPSHOT</version>
+ <version>3.15.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 c86bb55d..1a806403 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>3.15.1-SNAPSHOT</version>
+ <version>3.15.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 e4c84f35..af1016fd 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>3.15.1-SNAPSHOT</version>
+ <version>3.15.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 d4977926..642df740 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>3.15.1-SNAPSHOT</version>
+ <version>3.15.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/camel-k-runtime/pom.xml b/camel-k-runtime/pom.xml
index 89947bcf..c102addf 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>3.15.1-SNAPSHOT</version>
+ <version>3.15.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 ec071a11..88f1f8ff 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>3.15.1-SNAPSHOT</version>
+ <version>3.15.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 188ecbf9..36317134 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>3.15.1-SNAPSHOT</version>
+ <version>3.15.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 20a3194b..1101d778 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>3.15.1-SNAPSHOT</version>
+ <version>3.15.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/examples/groovy/pom.xml b/examples/groovy/pom.xml
index f0a9f466..9e978045 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>3.15.1-SNAPSHOT</version>
+ <version>3.15.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/examples/java/pom.xml b/examples/java/pom.xml
index 766cb9c3..e83e0808 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>3.15.1-SNAPSHOT</version>
+ <version>3.15.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/examples/js/pom.xml b/examples/js/pom.xml
index 35319999..fad97aa0 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>3.15.1-SNAPSHOT</version>
+ <version>3.15.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 bdc87a44..21235450 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>3.15.1-SNAPSHOT</version>
+ <version>3.15.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/examples/kamelets-discovery/pom.xml
b/examples/kamelets-discovery/pom.xml
index 42ad10a6..4c3f3f25 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>3.15.1-SNAPSHOT</version>
+ <version>3.15.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/examples/kamelets/pom.xml b/examples/kamelets/pom.xml
index 8e81344a..5adfd46e 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>3.15.1-SNAPSHOT</version>
+ <version>3.15.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/examples/knative/pom.xml b/examples/knative/pom.xml
index 2c82b17d..0dab17a5 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>3.15.1-SNAPSHOT</version>
+ <version>3.15.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/examples/kotlin/pom.xml b/examples/kotlin/pom.xml
index b9b2c958..e5feb19f 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>3.15.1-SNAPSHOT</version>
+ <version>3.15.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/examples/pom.xml b/examples/pom.xml
index 89c29f56..dd37bd91 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>3.15.1-SNAPSHOT</version>
+ <version>3.15.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/examples/xml/pom.xml b/examples/xml/pom.xml
index 58b87efa..91dc7510 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>3.15.1-SNAPSHOT</version>
+ <version>3.15.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/examples/yaml/pom.xml b/examples/yaml/pom.xml
index 4874cd29..15c997eb 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>3.15.1-SNAPSHOT</version>
+ <version>3.15.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 1cd1dcd6..9abfa20c 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>3.15.1-SNAPSHOT</version>
+ <version>3.15.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 a451a7b1..961f607a 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>3.15.1-SNAPSHOT</version>
+ <version>3.15.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 0ac14ab2..140fa277 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>3.15.1-SNAPSHOT</version>
+ <version>3.15.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 86d3d95c..d78be9cb 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>3.15.1-SNAPSHOT</version>
+ <version>3.15.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 7f4e291e..b124bdce 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>3.15.1-SNAPSHOT</version>
+ <version>3.15.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 fcdb3917..87b2647b 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>3.15.1-SNAPSHOT</version>
+ <version>3.15.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 794a566b..7bcf9d88 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>3.15.1-SNAPSHOT</version>
+ <version>3.15.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 75d27042..4830a9dd 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>3.15.1-SNAPSHOT</version>
+ <version>3.15.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 38050d10..a15bfef5 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>3.15.1-SNAPSHOT</version>
+ <version>3.15.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 53929dd9..0cdfe920 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>3.15.1-SNAPSHOT</version>
+ <version>3.15.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 e40486f1..005c971a 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>3.15.1-SNAPSHOT</version>
+ <version>3.15.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 6bfc5a25..1eb655a1 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>3.15.1-SNAPSHOT</version>
+ <version>3.15.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 17261054..788ab303 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>3.15.1-SNAPSHOT</version>
+ <version>3.15.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 6db496b8..78f598ef 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>3.15.1-SNAPSHOT</version>
+ <version>3.15.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 c08e19d9..bf627c36 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>3.15.1-SNAPSHOT</version>
+ <version>3.15.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 6fd2a4d6..2cb88082 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>3.15.1-SNAPSHOT</version>
+ <version>3.15.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 924b649d..28d28f23 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>3.15.1-SNAPSHOT</version>
+ <version>3.15.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 4a3ca61b..1af4a1ce 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>3.15.1-SNAPSHOT</version>
+ <version>3.15.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 931e0653..320f6a58 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>3.15.1-SNAPSHOT</version>
+ <version>3.15.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 053f0b59..65ab63a5 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>3.15.1-SNAPSHOT</version>
+ <version>3.15.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 686b1c26..a467ceba 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>3.15.1-SNAPSHOT</version>
+ <version>3.15.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/itests/pom.xml b/itests/pom.xml
index cc2e2006..90156ff7 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>3.15.1-SNAPSHOT</version>
+ <version>3.15.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
diff --git a/pom.xml b/pom.xml
index 9b50ae47..61bc4f21 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-runtime-project</artifactId>
<!-- Make sure that this version is aligned with the Camel Quarkus Version
as it is the convention used in Camel K -->
- <version>3.15.1-SNAPSHOT</version>
+ <version>3.15.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
diff --git a/support/camel-k-annotations/pom.xml
b/support/camel-k-annotations/pom.xml
index 004f6f09..f5a85a6e 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>3.15.1-SNAPSHOT</version>
+ <version>3.15.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 8c2d3dd0..cdf42a41 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>3.15.1-SNAPSHOT</version>
+ <version>3.15.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 5d5a48c8..80502433 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>3.15.1-SNAPSHOT</version>
+ <version>3.15.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 a7f5bd90..3622d3a6 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>3.15.1-SNAPSHOT</version>
+ <version>3.15.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 eac5e5d6..e8cfea9e 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>3.15.1-SNAPSHOT</version>
+ <version>3.15.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 ac88b264..4e8fa678 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>3.15.1-SNAPSHOT</version>
+ <version>3.15.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 b4f4a155..f424fc37 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>3.15.1-SNAPSHOT</version>
+ <version>3.15.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 d35b17bb..a31019c6 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>3.15.1-SNAPSHOT</version>
+ <version>3.15.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 d90428a3..ab98e8c1 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>3.15.1-SNAPSHOT</version>
+ <version>3.15.0-SNAPSHOT</version>
</parent>
<prerequisites>
diff --git a/support/camel-k-runtime-bom/pom.xml
b/support/camel-k-runtime-bom/pom.xml
index efb10c10..26239780 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>3.15.1-SNAPSHOT</version>
+ <version>3.15.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
<!-- reproduceable builds:
https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
-
<project.build.outputTimestamp>1728115845</project.build.outputTimestamp>
+
<project.build.outputTimestamp>1729861657</project.build.outputTimestamp>
<jolokia-version>2.1.1</jolokia-version>
<maven-enforcer-plugin-version>3.5.0</maven-enforcer-plugin-version>
<maven-version>3.8.6</maven-version>
diff --git a/support/camel-k-test/pom.xml b/support/camel-k-test/pom.xml
index bf0bdf17..0a90fc73 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>3.15.1-SNAPSHOT</version>
+ <version>3.15.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/support/pom.xml b/support/pom.xml
index 7d0e7ba9..515c2673 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>3.15.1-SNAPSHOT</version>
+ <version>3.15.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>