[maven-release-plugin] Prepare release 3.15.0
diff --git a/catalog/pom.xml b/catalog/pom.xml
index 667585a..728f0fc 100644
--- a/catalog/pom.xml
+++ b/catalog/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../poms/build-parent/pom.xml</relativePath>
</parent>
diff --git a/docs/antora.yml b/docs/antora.yml
index 6f06580..8d90da2 100644
--- a/docs/antora.yml
+++ b/docs/antora.yml
@@ -17,14 +17,11 @@
name: camel-quarkus
title: Camel Quarkus
-version: next
-prerelease: true
-display-version: Next (Pre-release)
+version: 3.15.x
nav:
- modules/ROOT/nav.adoc
asciidoc:
attributes:
- prerelease: true
requires: "'util=camel-website-util,quarkus=xref:js/quarkus.js'"
# Project versions
diff --git a/docs/pom.xml b/docs/pom.xml
index afb3a45..d26a1b3 100644
--- a/docs/pom.xml
+++ b/docs/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
</parent>
<artifactId>camel-quarkus-docs</artifactId>
diff --git a/docs/source-map.yml b/docs/source-map.yml
index d2f96b7..aacabd5 100644
--- a/docs/source-map.yml
+++ b/docs/source-map.yml
@@ -21,5 +21,5 @@
- url: 'https://github.com/apache/camel-quarkus.git'
mapped-url: './../camel-quarkus'
branches:
- - branch: main
+ - branch: 3.15.x
mapped-branch: HEAD
diff --git a/extensions-core/core-cloud/deployment/pom.xml b/extensions-core/core-cloud/deployment/pom.xml
index b8a42f0..e3280c0 100644
--- a/extensions-core/core-cloud/deployment/pom.xml
+++ b/extensions-core/core-cloud/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-core-cloud-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-core/core-cloud/pom.xml b/extensions-core/core-cloud/pom.xml
index d2db8d0..67cb809 100644
--- a/extensions-core/core-cloud/pom.xml
+++ b/extensions-core/core-cloud/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-core</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-core/core-cloud/runtime/pom.xml b/extensions-core/core-cloud/runtime/pom.xml
index b053cf72..a501eca 100644
--- a/extensions-core/core-cloud/runtime/pom.xml
+++ b/extensions-core/core-cloud/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-core-cloud-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-core/core/deployment/pom.xml b/extensions-core/core/deployment/pom.xml
index 9749a62..d24eb0b 100644
--- a/extensions-core/core/deployment/pom.xml
+++ b/extensions-core/core/deployment/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-core-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>camel-quarkus-core-deployment</artifactId>
diff --git a/extensions-core/core/pom.xml b/extensions-core/core/pom.xml
index 2b64192..351ed9d 100644
--- a/extensions-core/core/pom.xml
+++ b/extensions-core/core/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-core</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-core/core/runtime/pom.xml b/extensions-core/core/runtime/pom.xml
index 12665f8..2b43aab 100644
--- a/extensions-core/core/runtime/pom.xml
+++ b/extensions-core/core/runtime/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-core-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/extensions-core/http-common/deployment/pom.xml b/extensions-core/http-common/deployment/pom.xml
index fe51ab9..2d8e919 100644
--- a/extensions-core/http-common/deployment/pom.xml
+++ b/extensions-core/http-common/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-http-common-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-core/http-common/pom.xml b/extensions-core/http-common/pom.xml
index 4590bae..e7dfec4 100644
--- a/extensions-core/http-common/pom.xml
+++ b/extensions-core/http-common/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-core</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-core/http-common/runtime/pom.xml b/extensions-core/http-common/runtime/pom.xml
index 2c15559..76b755d 100644
--- a/extensions-core/http-common/runtime/pom.xml
+++ b/extensions-core/http-common/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-http-common-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-core/pom.xml b/extensions-core/pom.xml
index 7b79979..f0f22af 100644
--- a/extensions-core/pom.xml
+++ b/extensions-core/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../poms/build-parent/pom.xml</relativePath>
</parent>
diff --git a/extensions-core/reactive-executor/deployment/pom.xml b/extensions-core/reactive-executor/deployment/pom.xml
index de00f3b..4b003ff 100644
--- a/extensions-core/reactive-executor/deployment/pom.xml
+++ b/extensions-core/reactive-executor/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-reactive-executor-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-core/reactive-executor/pom.xml b/extensions-core/reactive-executor/pom.xml
index b2dddaf..b006efa 100644
--- a/extensions-core/reactive-executor/pom.xml
+++ b/extensions-core/reactive-executor/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-core</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-core/reactive-executor/runtime/pom.xml b/extensions-core/reactive-executor/runtime/pom.xml
index 4ba2ce7..8647364 100644
--- a/extensions-core/reactive-executor/runtime/pom.xml
+++ b/extensions-core/reactive-executor/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-reactive-executor-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-core/threadpoolfactory-vertx/deployment/pom.xml b/extensions-core/threadpoolfactory-vertx/deployment/pom.xml
index 3ab0371..8cc93e9 100644
--- a/extensions-core/threadpoolfactory-vertx/deployment/pom.xml
+++ b/extensions-core/threadpoolfactory-vertx/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-threadpoolfactory-vertx-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-core/threadpoolfactory-vertx/pom.xml b/extensions-core/threadpoolfactory-vertx/pom.xml
index 24c72ef..8ebfd85 100644
--- a/extensions-core/threadpoolfactory-vertx/pom.xml
+++ b/extensions-core/threadpoolfactory-vertx/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-core</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-core/threadpoolfactory-vertx/runtime/pom.xml b/extensions-core/threadpoolfactory-vertx/runtime/pom.xml
index 21046a3..383a96d 100644
--- a/extensions-core/threadpoolfactory-vertx/runtime/pom.xml
+++ b/extensions-core/threadpoolfactory-vertx/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-threadpoolfactory-vertx-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-core/xml-io-dsl/deployment/pom.xml b/extensions-core/xml-io-dsl/deployment/pom.xml
index 5c17f4b..d711571 100644
--- a/extensions-core/xml-io-dsl/deployment/pom.xml
+++ b/extensions-core/xml-io-dsl/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-xml-io-dsl-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-core/xml-io-dsl/pom.xml b/extensions-core/xml-io-dsl/pom.xml
index 22b2d67..331c72c 100644
--- a/extensions-core/xml-io-dsl/pom.xml
+++ b/extensions-core/xml-io-dsl/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-core</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-core/xml-io-dsl/runtime/pom.xml b/extensions-core/xml-io-dsl/runtime/pom.xml
index 8ed8264..1aa79a9 100644
--- a/extensions-core/xml-io-dsl/runtime/pom.xml
+++ b/extensions-core/xml-io-dsl/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-xml-io-dsl-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-core/xml-jaxb/deployment/pom.xml b/extensions-core/xml-jaxb/deployment/pom.xml
index fc6a41a..4641244 100644
--- a/extensions-core/xml-jaxb/deployment/pom.xml
+++ b/extensions-core/xml-jaxb/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-xml-jaxb-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-core/xml-jaxb/pom.xml b/extensions-core/xml-jaxb/pom.xml
index 95002a0..3273e0e 100644
--- a/extensions-core/xml-jaxb/pom.xml
+++ b/extensions-core/xml-jaxb/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-core</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-core/xml-jaxb/runtime/pom.xml b/extensions-core/xml-jaxb/runtime/pom.xml
index 4de7f2b..fd8600e 100644
--- a/extensions-core/xml-jaxb/runtime/pom.xml
+++ b/extensions-core/xml-jaxb/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-xml-jaxb-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-core/xml-jaxp/deployment/pom.xml b/extensions-core/xml-jaxp/deployment/pom.xml
index 8e6adce..0e8c713 100644
--- a/extensions-core/xml-jaxp/deployment/pom.xml
+++ b/extensions-core/xml-jaxp/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-xml-jaxp-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-core/xml-jaxp/pom.xml b/extensions-core/xml-jaxp/pom.xml
index 6208084..6ad9ef6 100644
--- a/extensions-core/xml-jaxp/pom.xml
+++ b/extensions-core/xml-jaxp/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-core</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-core/xml-jaxp/runtime/pom.xml b/extensions-core/xml-jaxp/runtime/pom.xml
index 61d967a..3da960d 100644
--- a/extensions-core/xml-jaxp/runtime/pom.xml
+++ b/extensions-core/xml-jaxp/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-xml-jaxp-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-core/yaml-dsl/deployment/pom.xml b/extensions-core/yaml-dsl/deployment/pom.xml
index 1a9f5b8..d793aa2 100644
--- a/extensions-core/yaml-dsl/deployment/pom.xml
+++ b/extensions-core/yaml-dsl/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-yaml-dsl-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-core/yaml-dsl/pom.xml b/extensions-core/yaml-dsl/pom.xml
index f82686e..130f98a 100644
--- a/extensions-core/yaml-dsl/pom.xml
+++ b/extensions-core/yaml-dsl/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-core</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-core/yaml-dsl/runtime/pom.xml b/extensions-core/yaml-dsl/runtime/pom.xml
index 94dc054..f320cb4 100644
--- a/extensions-core/yaml-dsl/runtime/pom.xml
+++ b/extensions-core/yaml-dsl/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-yaml-dsl-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-core/yaml-io/deployment/pom.xml b/extensions-core/yaml-io/deployment/pom.xml
index b9a31e3..b09f35c 100644
--- a/extensions-core/yaml-io/deployment/pom.xml
+++ b/extensions-core/yaml-io/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-yaml-io-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-core/yaml-io/pom.xml b/extensions-core/yaml-io/pom.xml
index 9509c39..a271278 100644
--- a/extensions-core/yaml-io/pom.xml
+++ b/extensions-core/yaml-io/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-core</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-core/yaml-io/runtime/pom.xml b/extensions-core/yaml-io/runtime/pom.xml
index 3203113..7aeaae3 100644
--- a/extensions-core/yaml-io/runtime/pom.xml
+++ b/extensions-core/yaml-io/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-yaml-io-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/asn1/deployment/pom.xml b/extensions-jvm/asn1/deployment/pom.xml
index 11248fa..0da55ec 100644
--- a/extensions-jvm/asn1/deployment/pom.xml
+++ b/extensions-jvm/asn1/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-asn1-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/asn1/pom.xml b/extensions-jvm/asn1/pom.xml
index b6c8fc7..7d71443 100644
--- a/extensions-jvm/asn1/pom.xml
+++ b/extensions-jvm/asn1/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-jvm</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/asn1/runtime/pom.xml b/extensions-jvm/asn1/runtime/pom.xml
index 328d6a8..dab2a2d 100644
--- a/extensions-jvm/asn1/runtime/pom.xml
+++ b/extensions-jvm/asn1/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-asn1-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/asterisk/deployment/pom.xml b/extensions-jvm/asterisk/deployment/pom.xml
index 0abb070..9085a13 100644
--- a/extensions-jvm/asterisk/deployment/pom.xml
+++ b/extensions-jvm/asterisk/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-asterisk-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/asterisk/pom.xml b/extensions-jvm/asterisk/pom.xml
index a0356bf..9086c4f 100644
--- a/extensions-jvm/asterisk/pom.xml
+++ b/extensions-jvm/asterisk/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-jvm</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/asterisk/runtime/pom.xml b/extensions-jvm/asterisk/runtime/pom.xml
index f8cb4d9..f92728d 100644
--- a/extensions-jvm/asterisk/runtime/pom.xml
+++ b/extensions-jvm/asterisk/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-asterisk-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/aws-secrets-manager/deployment/pom.xml b/extensions-jvm/aws-secrets-manager/deployment/pom.xml
index 13eb469..56edeaa 100644
--- a/extensions-jvm/aws-secrets-manager/deployment/pom.xml
+++ b/extensions-jvm/aws-secrets-manager/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-aws-secrets-manager-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/aws-secrets-manager/pom.xml b/extensions-jvm/aws-secrets-manager/pom.xml
index 52585ff..955502b 100644
--- a/extensions-jvm/aws-secrets-manager/pom.xml
+++ b/extensions-jvm/aws-secrets-manager/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-jvm</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/aws-secrets-manager/runtime/pom.xml b/extensions-jvm/aws-secrets-manager/runtime/pom.xml
index 0e8d72a..2d63126 100644
--- a/extensions-jvm/aws-secrets-manager/runtime/pom.xml
+++ b/extensions-jvm/aws-secrets-manager/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-aws-secrets-manager-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/aws-xray/deployment/pom.xml b/extensions-jvm/aws-xray/deployment/pom.xml
index 74ef0f1..cb2238e 100644
--- a/extensions-jvm/aws-xray/deployment/pom.xml
+++ b/extensions-jvm/aws-xray/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-aws-xray-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/aws-xray/pom.xml b/extensions-jvm/aws-xray/pom.xml
index 4a1ee0c..23a2707 100644
--- a/extensions-jvm/aws-xray/pom.xml
+++ b/extensions-jvm/aws-xray/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-jvm</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/aws-xray/runtime/pom.xml b/extensions-jvm/aws-xray/runtime/pom.xml
index c175f49..b542aa4 100644
--- a/extensions-jvm/aws-xray/runtime/pom.xml
+++ b/extensions-jvm/aws-xray/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-aws-xray-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/azure-cosmosdb/deployment/pom.xml b/extensions-jvm/azure-cosmosdb/deployment/pom.xml
index 4bb1d8f..5f822f8 100644
--- a/extensions-jvm/azure-cosmosdb/deployment/pom.xml
+++ b/extensions-jvm/azure-cosmosdb/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-azure-cosmosdb-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/azure-cosmosdb/pom.xml b/extensions-jvm/azure-cosmosdb/pom.xml
index f78fadb..e749aad 100644
--- a/extensions-jvm/azure-cosmosdb/pom.xml
+++ b/extensions-jvm/azure-cosmosdb/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-jvm</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/azure-cosmosdb/runtime/pom.xml b/extensions-jvm/azure-cosmosdb/runtime/pom.xml
index 6f57989..b0013e6 100644
--- a/extensions-jvm/azure-cosmosdb/runtime/pom.xml
+++ b/extensions-jvm/azure-cosmosdb/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-azure-cosmosdb-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/azure-servicebus/deployment/pom.xml b/extensions-jvm/azure-servicebus/deployment/pom.xml
index 9660061..3c534f3 100644
--- a/extensions-jvm/azure-servicebus/deployment/pom.xml
+++ b/extensions-jvm/azure-servicebus/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-azure-servicebus-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/azure-servicebus/pom.xml b/extensions-jvm/azure-servicebus/pom.xml
index 3e3f288..d51892a 100644
--- a/extensions-jvm/azure-servicebus/pom.xml
+++ b/extensions-jvm/azure-servicebus/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-jvm</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/azure-servicebus/runtime/pom.xml b/extensions-jvm/azure-servicebus/runtime/pom.xml
index 3bf960c..981a86e 100644
--- a/extensions-jvm/azure-servicebus/runtime/pom.xml
+++ b/extensions-jvm/azure-servicebus/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-azure-servicebus-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/azure-storage-datalake/deployment/pom.xml b/extensions-jvm/azure-storage-datalake/deployment/pom.xml
index 4807353..de978b2 100644
--- a/extensions-jvm/azure-storage-datalake/deployment/pom.xml
+++ b/extensions-jvm/azure-storage-datalake/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-azure-storage-datalake-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/azure-storage-datalake/pom.xml b/extensions-jvm/azure-storage-datalake/pom.xml
index c5de1f6..b35a49f 100644
--- a/extensions-jvm/azure-storage-datalake/pom.xml
+++ b/extensions-jvm/azure-storage-datalake/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-jvm</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/azure-storage-datalake/runtime/pom.xml b/extensions-jvm/azure-storage-datalake/runtime/pom.xml
index 2b70a47..6c3b681 100644
--- a/extensions-jvm/azure-storage-datalake/runtime/pom.xml
+++ b/extensions-jvm/azure-storage-datalake/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-azure-storage-datalake-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/barcode/deployment/pom.xml b/extensions-jvm/barcode/deployment/pom.xml
index f0a95df..d7f24c1 100644
--- a/extensions-jvm/barcode/deployment/pom.xml
+++ b/extensions-jvm/barcode/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-barcode-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/barcode/pom.xml b/extensions-jvm/barcode/pom.xml
index 9d15f59..6fead12 100644
--- a/extensions-jvm/barcode/pom.xml
+++ b/extensions-jvm/barcode/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-jvm</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/barcode/runtime/pom.xml b/extensions-jvm/barcode/runtime/pom.xml
index 2d2e34d..95bfca2 100644
--- a/extensions-jvm/barcode/runtime/pom.xml
+++ b/extensions-jvm/barcode/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-barcode-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/beanio/deployment/pom.xml b/extensions-jvm/beanio/deployment/pom.xml
index 4002e83..fd7cb18 100644
--- a/extensions-jvm/beanio/deployment/pom.xml
+++ b/extensions-jvm/beanio/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-beanio-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/beanio/pom.xml b/extensions-jvm/beanio/pom.xml
index aaadeef..39ff737 100644
--- a/extensions-jvm/beanio/pom.xml
+++ b/extensions-jvm/beanio/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-jvm</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/beanio/runtime/pom.xml b/extensions-jvm/beanio/runtime/pom.xml
index d933bb2..1453c18 100644
--- a/extensions-jvm/beanio/runtime/pom.xml
+++ b/extensions-jvm/beanio/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-beanio-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/bonita/deployment/pom.xml b/extensions-jvm/bonita/deployment/pom.xml
index fba06a8..f3d13b7 100644
--- a/extensions-jvm/bonita/deployment/pom.xml
+++ b/extensions-jvm/bonita/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-bonita-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/bonita/pom.xml b/extensions-jvm/bonita/pom.xml
index dad0c79..d7e5f51 100644
--- a/extensions-jvm/bonita/pom.xml
+++ b/extensions-jvm/bonita/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-jvm</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/bonita/runtime/pom.xml b/extensions-jvm/bonita/runtime/pom.xml
index 39d2312..639f252 100644
--- a/extensions-jvm/bonita/runtime/pom.xml
+++ b/extensions-jvm/bonita/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-bonita-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/chatscript/deployment/pom.xml b/extensions-jvm/chatscript/deployment/pom.xml
index 20a8d11..6bbdad1 100644
--- a/extensions-jvm/chatscript/deployment/pom.xml
+++ b/extensions-jvm/chatscript/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-chatscript-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/chatscript/pom.xml b/extensions-jvm/chatscript/pom.xml
index fe394cd..ef81790 100644
--- a/extensions-jvm/chatscript/pom.xml
+++ b/extensions-jvm/chatscript/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-jvm</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/chatscript/runtime/pom.xml b/extensions-jvm/chatscript/runtime/pom.xml
index 68f0353..26a6177 100644
--- a/extensions-jvm/chatscript/runtime/pom.xml
+++ b/extensions-jvm/chatscript/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-chatscript-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/chunk/deployment/pom.xml b/extensions-jvm/chunk/deployment/pom.xml
index bc6467a..f603389 100644
--- a/extensions-jvm/chunk/deployment/pom.xml
+++ b/extensions-jvm/chunk/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-chunk-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/chunk/pom.xml b/extensions-jvm/chunk/pom.xml
index 8143498..ce20c82 100644
--- a/extensions-jvm/chunk/pom.xml
+++ b/extensions-jvm/chunk/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-jvm</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/chunk/runtime/pom.xml b/extensions-jvm/chunk/runtime/pom.xml
index 923744b..747d68b 100644
--- a/extensions-jvm/chunk/runtime/pom.xml
+++ b/extensions-jvm/chunk/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-chunk-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/cli-connector/deployment/pom.xml b/extensions-jvm/cli-connector/deployment/pom.xml
index c8efc8d..9059a17 100644
--- a/extensions-jvm/cli-connector/deployment/pom.xml
+++ b/extensions-jvm/cli-connector/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-cli-connector-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/cli-connector/pom.xml b/extensions-jvm/cli-connector/pom.xml
index 4364278..c6badd1 100644
--- a/extensions-jvm/cli-connector/pom.xml
+++ b/extensions-jvm/cli-connector/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-jvm</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/cli-connector/runtime/pom.xml b/extensions-jvm/cli-connector/runtime/pom.xml
index 8dc8cf4..d1c4fcb 100644
--- a/extensions-jvm/cli-connector/runtime/pom.xml
+++ b/extensions-jvm/cli-connector/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-cli-connector-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/cm-sms/deployment/pom.xml b/extensions-jvm/cm-sms/deployment/pom.xml
index b8ba46a..e9d695d 100644
--- a/extensions-jvm/cm-sms/deployment/pom.xml
+++ b/extensions-jvm/cm-sms/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-cm-sms-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/cm-sms/pom.xml b/extensions-jvm/cm-sms/pom.xml
index e54ec1d..7fee3ab 100644
--- a/extensions-jvm/cm-sms/pom.xml
+++ b/extensions-jvm/cm-sms/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-jvm</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/cm-sms/runtime/pom.xml b/extensions-jvm/cm-sms/runtime/pom.xml
index 36ea356..32551b5 100644
--- a/extensions-jvm/cm-sms/runtime/pom.xml
+++ b/extensions-jvm/cm-sms/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-cm-sms-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/coap/deployment/pom.xml b/extensions-jvm/coap/deployment/pom.xml
index 2d4d2d4..9bdb1e7 100644
--- a/extensions-jvm/coap/deployment/pom.xml
+++ b/extensions-jvm/coap/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-coap-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/coap/pom.xml b/extensions-jvm/coap/pom.xml
index 248013d..a18c881 100644
--- a/extensions-jvm/coap/pom.xml
+++ b/extensions-jvm/coap/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-jvm</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/coap/runtime/pom.xml b/extensions-jvm/coap/runtime/pom.xml
index b8eb2ab..4730d19 100644
--- a/extensions-jvm/coap/runtime/pom.xml
+++ b/extensions-jvm/coap/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-coap-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/cometd/deployment/pom.xml b/extensions-jvm/cometd/deployment/pom.xml
index 04775aa..7070be3 100644
--- a/extensions-jvm/cometd/deployment/pom.xml
+++ b/extensions-jvm/cometd/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-cometd-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/cometd/pom.xml b/extensions-jvm/cometd/pom.xml
index 1c443b6..66ba472 100644
--- a/extensions-jvm/cometd/pom.xml
+++ b/extensions-jvm/cometd/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-jvm</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/cometd/runtime/pom.xml b/extensions-jvm/cometd/runtime/pom.xml
index 5899547..873fca5 100644
--- a/extensions-jvm/cometd/runtime/pom.xml
+++ b/extensions-jvm/cometd/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-cometd-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/console/deployment/pom.xml b/extensions-jvm/console/deployment/pom.xml
index bdf6afb..676f802 100644
--- a/extensions-jvm/console/deployment/pom.xml
+++ b/extensions-jvm/console/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-console-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/console/pom.xml b/extensions-jvm/console/pom.xml
index d965d9b..efc709a 100644
--- a/extensions-jvm/console/pom.xml
+++ b/extensions-jvm/console/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-jvm</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/console/runtime/pom.xml b/extensions-jvm/console/runtime/pom.xml
index 529ceec..d1df79c 100644
--- a/extensions-jvm/console/runtime/pom.xml
+++ b/extensions-jvm/console/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-console-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/couchbase/deployment/pom.xml b/extensions-jvm/couchbase/deployment/pom.xml
index 1238a3a..e9f2632 100644
--- a/extensions-jvm/couchbase/deployment/pom.xml
+++ b/extensions-jvm/couchbase/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-couchbase-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/couchbase/pom.xml b/extensions-jvm/couchbase/pom.xml
index c11d0fb..fcb0b7e 100644
--- a/extensions-jvm/couchbase/pom.xml
+++ b/extensions-jvm/couchbase/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-jvm</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/couchbase/runtime/pom.xml b/extensions-jvm/couchbase/runtime/pom.xml
index 65f710c..b6dd383 100644
--- a/extensions-jvm/couchbase/runtime/pom.xml
+++ b/extensions-jvm/couchbase/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-couchbase-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/djl/deployment/pom.xml b/extensions-jvm/djl/deployment/pom.xml
index 1112127..c1f18b4 100644
--- a/extensions-jvm/djl/deployment/pom.xml
+++ b/extensions-jvm/djl/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-djl-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/djl/pom.xml b/extensions-jvm/djl/pom.xml
index 3b683f1..35916ea 100644
--- a/extensions-jvm/djl/pom.xml
+++ b/extensions-jvm/djl/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-jvm</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/djl/runtime/pom.xml b/extensions-jvm/djl/runtime/pom.xml
index 02e0470..15d8c2f 100644
--- a/extensions-jvm/djl/runtime/pom.xml
+++ b/extensions-jvm/djl/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-djl-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/dns/deployment/pom.xml b/extensions-jvm/dns/deployment/pom.xml
index 37201bb..00d3722 100644
--- a/extensions-jvm/dns/deployment/pom.xml
+++ b/extensions-jvm/dns/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-dns-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/dns/pom.xml b/extensions-jvm/dns/pom.xml
index 2d4bc01..16afbce 100644
--- a/extensions-jvm/dns/pom.xml
+++ b/extensions-jvm/dns/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-jvm</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/dns/runtime/pom.xml b/extensions-jvm/dns/runtime/pom.xml
index e8eb883..8791392 100644
--- a/extensions-jvm/dns/runtime/pom.xml
+++ b/extensions-jvm/dns/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-dns-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/drill/deployment/pom.xml b/extensions-jvm/drill/deployment/pom.xml
index 27d062c..d1679cc 100644
--- a/extensions-jvm/drill/deployment/pom.xml
+++ b/extensions-jvm/drill/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-drill-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/drill/pom.xml b/extensions-jvm/drill/pom.xml
index a16b16c..00a3926 100644
--- a/extensions-jvm/drill/pom.xml
+++ b/extensions-jvm/drill/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-jvm</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/drill/runtime/pom.xml b/extensions-jvm/drill/runtime/pom.xml
index 10797b4..4fd2412 100644
--- a/extensions-jvm/drill/runtime/pom.xml
+++ b/extensions-jvm/drill/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-drill-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/dsl-modeline/deployment/pom.xml b/extensions-jvm/dsl-modeline/deployment/pom.xml
index 2235fa5..f133b4a 100644
--- a/extensions-jvm/dsl-modeline/deployment/pom.xml
+++ b/extensions-jvm/dsl-modeline/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-dsl-modeline-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/dsl-modeline/pom.xml b/extensions-jvm/dsl-modeline/pom.xml
index 9d3dd75..525f9f3 100644
--- a/extensions-jvm/dsl-modeline/pom.xml
+++ b/extensions-jvm/dsl-modeline/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-jvm</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/dsl-modeline/runtime/pom.xml b/extensions-jvm/dsl-modeline/runtime/pom.xml
index 730243f..af9889b 100644
--- a/extensions-jvm/dsl-modeline/runtime/pom.xml
+++ b/extensions-jvm/dsl-modeline/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-dsl-modeline-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/ehcache/deployment/pom.xml b/extensions-jvm/ehcache/deployment/pom.xml
index d1e7bcf..3039b86 100644
--- a/extensions-jvm/ehcache/deployment/pom.xml
+++ b/extensions-jvm/ehcache/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-ehcache-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/ehcache/pom.xml b/extensions-jvm/ehcache/pom.xml
index 982d789..84f2d58 100644
--- a/extensions-jvm/ehcache/pom.xml
+++ b/extensions-jvm/ehcache/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-jvm</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/ehcache/runtime/pom.xml b/extensions-jvm/ehcache/runtime/pom.xml
index 85ec6a1..bf6e91c 100644
--- a/extensions-jvm/ehcache/runtime/pom.xml
+++ b/extensions-jvm/ehcache/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-ehcache-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/elasticsearch/deployment/pom.xml b/extensions-jvm/elasticsearch/deployment/pom.xml
index 7d8a8c6..0d20000 100644
--- a/extensions-jvm/elasticsearch/deployment/pom.xml
+++ b/extensions-jvm/elasticsearch/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-elasticsearch-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/elasticsearch/pom.xml b/extensions-jvm/elasticsearch/pom.xml
index 55fe121..1e9af42 100644
--- a/extensions-jvm/elasticsearch/pom.xml
+++ b/extensions-jvm/elasticsearch/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-jvm</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/elasticsearch/runtime/pom.xml b/extensions-jvm/elasticsearch/runtime/pom.xml
index 86b60a7..a5003cd 100644
--- a/extensions-jvm/elasticsearch/runtime/pom.xml
+++ b/extensions-jvm/elasticsearch/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-elasticsearch-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/etcd3/deployment/pom.xml b/extensions-jvm/etcd3/deployment/pom.xml
index aff6e35..653a458 100644
--- a/extensions-jvm/etcd3/deployment/pom.xml
+++ b/extensions-jvm/etcd3/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-etcd3-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/etcd3/pom.xml b/extensions-jvm/etcd3/pom.xml
index 92e72b2..12ba2e7 100644
--- a/extensions-jvm/etcd3/pom.xml
+++ b/extensions-jvm/etcd3/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-jvm</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/etcd3/runtime/pom.xml b/extensions-jvm/etcd3/runtime/pom.xml
index c0ddb79..c595ba5 100644
--- a/extensions-jvm/etcd3/runtime/pom.xml
+++ b/extensions-jvm/etcd3/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-etcd3-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/fastjson/deployment/pom.xml b/extensions-jvm/fastjson/deployment/pom.xml
index 88b29aa..3bd2e3f 100644
--- a/extensions-jvm/fastjson/deployment/pom.xml
+++ b/extensions-jvm/fastjson/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-fastjson-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/fastjson/pom.xml b/extensions-jvm/fastjson/pom.xml
index d397a4e..6760f3b 100644
--- a/extensions-jvm/fastjson/pom.xml
+++ b/extensions-jvm/fastjson/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-jvm</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/fastjson/runtime/pom.xml b/extensions-jvm/fastjson/runtime/pom.xml
index f08e18d..5e2974b 100644
--- a/extensions-jvm/fastjson/runtime/pom.xml
+++ b/extensions-jvm/fastjson/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-fastjson-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/flink/deployment/pom.xml b/extensions-jvm/flink/deployment/pom.xml
index 897b81d..161ea74 100644
--- a/extensions-jvm/flink/deployment/pom.xml
+++ b/extensions-jvm/flink/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-flink-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/flink/pom.xml b/extensions-jvm/flink/pom.xml
index 887c12f..06e3f95 100644
--- a/extensions-jvm/flink/pom.xml
+++ b/extensions-jvm/flink/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-jvm</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/flink/runtime/pom.xml b/extensions-jvm/flink/runtime/pom.xml
index a6743f0..13033f6 100644
--- a/extensions-jvm/flink/runtime/pom.xml
+++ b/extensions-jvm/flink/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-flink-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/google-functions/deployment/pom.xml b/extensions-jvm/google-functions/deployment/pom.xml
index ea8741a..e20df0d 100644
--- a/extensions-jvm/google-functions/deployment/pom.xml
+++ b/extensions-jvm/google-functions/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-google-functions-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/google-functions/pom.xml b/extensions-jvm/google-functions/pom.xml
index 51852bb..8dbce9c 100644
--- a/extensions-jvm/google-functions/pom.xml
+++ b/extensions-jvm/google-functions/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-jvm</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/google-functions/runtime/pom.xml b/extensions-jvm/google-functions/runtime/pom.xml
index 5901307..c55a0d1 100644
--- a/extensions-jvm/google-functions/runtime/pom.xml
+++ b/extensions-jvm/google-functions/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-google-functions-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/google-secret-manager/deployment/pom.xml b/extensions-jvm/google-secret-manager/deployment/pom.xml
index d6a1679..d211dde 100644
--- a/extensions-jvm/google-secret-manager/deployment/pom.xml
+++ b/extensions-jvm/google-secret-manager/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-google-secret-manager-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/google-secret-manager/pom.xml b/extensions-jvm/google-secret-manager/pom.xml
index 14dbcd1..395eb34 100644
--- a/extensions-jvm/google-secret-manager/pom.xml
+++ b/extensions-jvm/google-secret-manager/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-jvm</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/google-secret-manager/runtime/pom.xml b/extensions-jvm/google-secret-manager/runtime/pom.xml
index 6e1b06f..dff7c7a 100644
--- a/extensions-jvm/google-secret-manager/runtime/pom.xml
+++ b/extensions-jvm/google-secret-manager/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-google-secret-manager-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/guava-eventbus/deployment/pom.xml b/extensions-jvm/guava-eventbus/deployment/pom.xml
index 3a4adf8..e089b47 100644
--- a/extensions-jvm/guava-eventbus/deployment/pom.xml
+++ b/extensions-jvm/guava-eventbus/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-guava-eventbus-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/guava-eventbus/pom.xml b/extensions-jvm/guava-eventbus/pom.xml
index 89f1cf3..691cbbf 100644
--- a/extensions-jvm/guava-eventbus/pom.xml
+++ b/extensions-jvm/guava-eventbus/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-jvm</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/guava-eventbus/runtime/pom.xml b/extensions-jvm/guava-eventbus/runtime/pom.xml
index 7a1c6c5..1160a62 100644
--- a/extensions-jvm/guava-eventbus/runtime/pom.xml
+++ b/extensions-jvm/guava-eventbus/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-guava-eventbus-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/huaweicloud-smn/deployment/pom.xml b/extensions-jvm/huaweicloud-smn/deployment/pom.xml
index 6b95747..c062c2a 100644
--- a/extensions-jvm/huaweicloud-smn/deployment/pom.xml
+++ b/extensions-jvm/huaweicloud-smn/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-huaweicloud-smn-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/huaweicloud-smn/pom.xml b/extensions-jvm/huaweicloud-smn/pom.xml
index 485a177..74f574e 100644
--- a/extensions-jvm/huaweicloud-smn/pom.xml
+++ b/extensions-jvm/huaweicloud-smn/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-jvm</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/huaweicloud-smn/runtime/pom.xml b/extensions-jvm/huaweicloud-smn/runtime/pom.xml
index dded89a..1d6d561 100644
--- a/extensions-jvm/huaweicloud-smn/runtime/pom.xml
+++ b/extensions-jvm/huaweicloud-smn/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-huaweicloud-smn-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/iec60870/deployment/pom.xml b/extensions-jvm/iec60870/deployment/pom.xml
index 2e96927..cea9910 100644
--- a/extensions-jvm/iec60870/deployment/pom.xml
+++ b/extensions-jvm/iec60870/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-iec60870-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/iec60870/pom.xml b/extensions-jvm/iec60870/pom.xml
index 7f2a799..cf211c5 100644
--- a/extensions-jvm/iec60870/pom.xml
+++ b/extensions-jvm/iec60870/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-jvm</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/iec60870/runtime/pom.xml b/extensions-jvm/iec60870/runtime/pom.xml
index 4c34205..f8d9da1 100644
--- a/extensions-jvm/iec60870/runtime/pom.xml
+++ b/extensions-jvm/iec60870/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-iec60870-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/ignite/deployment/pom.xml b/extensions-jvm/ignite/deployment/pom.xml
index 846f43f..683bb39 100644
--- a/extensions-jvm/ignite/deployment/pom.xml
+++ b/extensions-jvm/ignite/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-ignite-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/ignite/pom.xml b/extensions-jvm/ignite/pom.xml
index de1057c..93c5ce2 100644
--- a/extensions-jvm/ignite/pom.xml
+++ b/extensions-jvm/ignite/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-jvm</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/ignite/runtime/pom.xml b/extensions-jvm/ignite/runtime/pom.xml
index f978878..dbca209 100644
--- a/extensions-jvm/ignite/runtime/pom.xml
+++ b/extensions-jvm/ignite/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-ignite-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/irc/deployment/pom.xml b/extensions-jvm/irc/deployment/pom.xml
index 37c91a8..d106986 100644
--- a/extensions-jvm/irc/deployment/pom.xml
+++ b/extensions-jvm/irc/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-irc-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/irc/pom.xml b/extensions-jvm/irc/pom.xml
index e288628..6ce338f 100644
--- a/extensions-jvm/irc/pom.xml
+++ b/extensions-jvm/irc/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-jvm</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/irc/runtime/pom.xml b/extensions-jvm/irc/runtime/pom.xml
index f1ff5f3..b9f9814 100644
--- a/extensions-jvm/irc/runtime/pom.xml
+++ b/extensions-jvm/irc/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-irc-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/javascript/deployment/pom.xml b/extensions-jvm/javascript/deployment/pom.xml
index 7854807..ba6e5c3 100644
--- a/extensions-jvm/javascript/deployment/pom.xml
+++ b/extensions-jvm/javascript/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-javascript-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/javascript/pom.xml b/extensions-jvm/javascript/pom.xml
index 3ea9711..136607a 100644
--- a/extensions-jvm/javascript/pom.xml
+++ b/extensions-jvm/javascript/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-jvm</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/javascript/runtime/pom.xml b/extensions-jvm/javascript/runtime/pom.xml
index e26010a..ee7295d 100644
--- a/extensions-jvm/javascript/runtime/pom.xml
+++ b/extensions-jvm/javascript/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-javascript-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/jcr/deployment/pom.xml b/extensions-jvm/jcr/deployment/pom.xml
index f8c89a5..b8481a7 100644
--- a/extensions-jvm/jcr/deployment/pom.xml
+++ b/extensions-jvm/jcr/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-jcr-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/jcr/pom.xml b/extensions-jvm/jcr/pom.xml
index 97e414d..280a789 100644
--- a/extensions-jvm/jcr/pom.xml
+++ b/extensions-jvm/jcr/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-jvm</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/jcr/runtime/pom.xml b/extensions-jvm/jcr/runtime/pom.xml
index 21af811..6d63cf7 100644
--- a/extensions-jvm/jcr/runtime/pom.xml
+++ b/extensions-jvm/jcr/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-jcr-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/jgroups-raft/deployment/pom.xml b/extensions-jvm/jgroups-raft/deployment/pom.xml
index 4183891..15aa278 100644
--- a/extensions-jvm/jgroups-raft/deployment/pom.xml
+++ b/extensions-jvm/jgroups-raft/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-jgroups-raft-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/jgroups-raft/pom.xml b/extensions-jvm/jgroups-raft/pom.xml
index 87a82a7..d2e98d7 100644
--- a/extensions-jvm/jgroups-raft/pom.xml
+++ b/extensions-jvm/jgroups-raft/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-jvm</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/jgroups-raft/runtime/pom.xml b/extensions-jvm/jgroups-raft/runtime/pom.xml
index 0bf5a8a..4036b34 100644
--- a/extensions-jvm/jgroups-raft/runtime/pom.xml
+++ b/extensions-jvm/jgroups-raft/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-jgroups-raft-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/jgroups/deployment/pom.xml b/extensions-jvm/jgroups/deployment/pom.xml
index c0b146e..950a2db 100644
--- a/extensions-jvm/jgroups/deployment/pom.xml
+++ b/extensions-jvm/jgroups/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-jgroups-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/jgroups/pom.xml b/extensions-jvm/jgroups/pom.xml
index 8c8ed02..a3192b5 100644
--- a/extensions-jvm/jgroups/pom.xml
+++ b/extensions-jvm/jgroups/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-jvm</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/jgroups/runtime/pom.xml b/extensions-jvm/jgroups/runtime/pom.xml
index 2ad8faf..7dac6f0 100644
--- a/extensions-jvm/jgroups/runtime/pom.xml
+++ b/extensions-jvm/jgroups/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-jgroups-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/jooq/deployment/pom.xml b/extensions-jvm/jooq/deployment/pom.xml
index 114e82a..c83eb1c 100644
--- a/extensions-jvm/jooq/deployment/pom.xml
+++ b/extensions-jvm/jooq/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-jooq-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/jooq/pom.xml b/extensions-jvm/jooq/pom.xml
index 174fd61..edff659 100644
--- a/extensions-jvm/jooq/pom.xml
+++ b/extensions-jvm/jooq/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-jvm</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/jooq/runtime/pom.xml b/extensions-jvm/jooq/runtime/pom.xml
index 673ab42..92eac3c 100644
--- a/extensions-jvm/jooq/runtime/pom.xml
+++ b/extensions-jvm/jooq/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-jooq-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/json-patch/deployment/pom.xml b/extensions-jvm/json-patch/deployment/pom.xml
index d208d2b..d85256e 100644
--- a/extensions-jvm/json-patch/deployment/pom.xml
+++ b/extensions-jvm/json-patch/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-json-patch-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/json-patch/pom.xml b/extensions-jvm/json-patch/pom.xml
index 8f22f53..f27e3d7 100644
--- a/extensions-jvm/json-patch/pom.xml
+++ b/extensions-jvm/json-patch/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-jvm</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/json-patch/runtime/pom.xml b/extensions-jvm/json-patch/runtime/pom.xml
index b083b6b..7c946d3 100644
--- a/extensions-jvm/json-patch/runtime/pom.xml
+++ b/extensions-jvm/json-patch/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-json-patch-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/jsonapi/deployment/pom.xml b/extensions-jvm/jsonapi/deployment/pom.xml
index 2d2bc9c..6a6bb7c 100644
--- a/extensions-jvm/jsonapi/deployment/pom.xml
+++ b/extensions-jvm/jsonapi/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-jsonapi-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/jsonapi/pom.xml b/extensions-jvm/jsonapi/pom.xml
index 9d8fce0..11bcac8 100644
--- a/extensions-jvm/jsonapi/pom.xml
+++ b/extensions-jvm/jsonapi/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-jvm</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/jsonapi/runtime/pom.xml b/extensions-jvm/jsonapi/runtime/pom.xml
index d0daea2..3e9b20d 100644
--- a/extensions-jvm/jsonapi/runtime/pom.xml
+++ b/extensions-jvm/jsonapi/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-jsonapi-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/langchain4j-embeddings/deployment/pom.xml b/extensions-jvm/langchain4j-embeddings/deployment/pom.xml
index 2032bd3..f8ba7fa 100644
--- a/extensions-jvm/langchain4j-embeddings/deployment/pom.xml
+++ b/extensions-jvm/langchain4j-embeddings/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-langchain4j-embeddings-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/langchain4j-embeddings/pom.xml b/extensions-jvm/langchain4j-embeddings/pom.xml
index 4df9f1d..79994e2 100644
--- a/extensions-jvm/langchain4j-embeddings/pom.xml
+++ b/extensions-jvm/langchain4j-embeddings/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-jvm</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/langchain4j-embeddings/runtime/pom.xml b/extensions-jvm/langchain4j-embeddings/runtime/pom.xml
index 457d81e..0e7be08 100644
--- a/extensions-jvm/langchain4j-embeddings/runtime/pom.xml
+++ b/extensions-jvm/langchain4j-embeddings/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-langchain4j-embeddings-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/langchain4j-tokenizer/deployment/pom.xml b/extensions-jvm/langchain4j-tokenizer/deployment/pom.xml
index b633157..5595142 100644
--- a/extensions-jvm/langchain4j-tokenizer/deployment/pom.xml
+++ b/extensions-jvm/langchain4j-tokenizer/deployment/pom.xml
@@ -17,14 +17,12 @@
limitations under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-langchain4j-tokenizer-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/langchain4j-tokenizer/pom.xml b/extensions-jvm/langchain4j-tokenizer/pom.xml
index 37c6d1b..a6c7026 100644
--- a/extensions-jvm/langchain4j-tokenizer/pom.xml
+++ b/extensions-jvm/langchain4j-tokenizer/pom.xml
@@ -17,14 +17,12 @@
limitations under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-jvm</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/langchain4j-tokenizer/runtime/pom.xml b/extensions-jvm/langchain4j-tokenizer/runtime/pom.xml
index bcc5abc..faed6fa 100644
--- a/extensions-jvm/langchain4j-tokenizer/runtime/pom.xml
+++ b/extensions-jvm/langchain4j-tokenizer/runtime/pom.xml
@@ -17,14 +17,12 @@
limitations under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-langchain4j-tokenizer-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/langchain4j-tools/deployment/pom.xml b/extensions-jvm/langchain4j-tools/deployment/pom.xml
index 3461c55..1025c5b 100644
--- a/extensions-jvm/langchain4j-tools/deployment/pom.xml
+++ b/extensions-jvm/langchain4j-tools/deployment/pom.xml
@@ -17,14 +17,12 @@
limitations under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-langchain4j-tools-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/langchain4j-tools/pom.xml b/extensions-jvm/langchain4j-tools/pom.xml
index d2aa157..436dca4 100644
--- a/extensions-jvm/langchain4j-tools/pom.xml
+++ b/extensions-jvm/langchain4j-tools/pom.xml
@@ -17,14 +17,12 @@
limitations under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-jvm</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/langchain4j-tools/runtime/pom.xml b/extensions-jvm/langchain4j-tools/runtime/pom.xml
index 4aa357f..451d3bf 100644
--- a/extensions-jvm/langchain4j-tools/runtime/pom.xml
+++ b/extensions-jvm/langchain4j-tools/runtime/pom.xml
@@ -17,14 +17,12 @@
limitations under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-langchain4j-tools-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/langchain4j-web-search/deployment/pom.xml b/extensions-jvm/langchain4j-web-search/deployment/pom.xml
index 3dbcd36..db1ca51 100644
--- a/extensions-jvm/langchain4j-web-search/deployment/pom.xml
+++ b/extensions-jvm/langchain4j-web-search/deployment/pom.xml
@@ -17,14 +17,12 @@
limitations under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-langchain4j-web-search-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/langchain4j-web-search/pom.xml b/extensions-jvm/langchain4j-web-search/pom.xml
index 99772bc..adf25d4 100644
--- a/extensions-jvm/langchain4j-web-search/pom.xml
+++ b/extensions-jvm/langchain4j-web-search/pom.xml
@@ -17,14 +17,12 @@
limitations under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-jvm</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/langchain4j-web-search/runtime/pom.xml b/extensions-jvm/langchain4j-web-search/runtime/pom.xml
index 9af8b69..3815555 100644
--- a/extensions-jvm/langchain4j-web-search/runtime/pom.xml
+++ b/extensions-jvm/langchain4j-web-search/runtime/pom.xml
@@ -17,14 +17,12 @@
limitations under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-langchain4j-web-search-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/ldif/deployment/pom.xml b/extensions-jvm/ldif/deployment/pom.xml
index 106d286..ca1bb1c 100644
--- a/extensions-jvm/ldif/deployment/pom.xml
+++ b/extensions-jvm/ldif/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-ldif-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/ldif/pom.xml b/extensions-jvm/ldif/pom.xml
index 7fcdbb1..579a756 100644
--- a/extensions-jvm/ldif/pom.xml
+++ b/extensions-jvm/ldif/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-jvm</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/ldif/runtime/pom.xml b/extensions-jvm/ldif/runtime/pom.xml
index 1468544..de293f3 100644
--- a/extensions-jvm/ldif/runtime/pom.xml
+++ b/extensions-jvm/ldif/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-ldif-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/lucene/deployment/pom.xml b/extensions-jvm/lucene/deployment/pom.xml
index 6664c92..d25d240 100644
--- a/extensions-jvm/lucene/deployment/pom.xml
+++ b/extensions-jvm/lucene/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-lucene-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/lucene/pom.xml b/extensions-jvm/lucene/pom.xml
index b1cc4fb..b113878 100644
--- a/extensions-jvm/lucene/pom.xml
+++ b/extensions-jvm/lucene/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-jvm</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/lucene/runtime/pom.xml b/extensions-jvm/lucene/runtime/pom.xml
index 41d2886..5b2c4ab 100644
--- a/extensions-jvm/lucene/runtime/pom.xml
+++ b/extensions-jvm/lucene/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-lucene-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/mail-microsoft-oauth/deployment/pom.xml b/extensions-jvm/mail-microsoft-oauth/deployment/pom.xml
index eda921b..c4883bc 100644
--- a/extensions-jvm/mail-microsoft-oauth/deployment/pom.xml
+++ b/extensions-jvm/mail-microsoft-oauth/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-mail-microsoft-oauth-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/mail-microsoft-oauth/pom.xml b/extensions-jvm/mail-microsoft-oauth/pom.xml
index 26914ed..7884bd3 100644
--- a/extensions-jvm/mail-microsoft-oauth/pom.xml
+++ b/extensions-jvm/mail-microsoft-oauth/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-jvm</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/mail-microsoft-oauth/runtime/pom.xml b/extensions-jvm/mail-microsoft-oauth/runtime/pom.xml
index ab315c5..b5f584f 100644
--- a/extensions-jvm/mail-microsoft-oauth/runtime/pom.xml
+++ b/extensions-jvm/mail-microsoft-oauth/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-mail-microsoft-oauth-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/milvus/deployment/pom.xml b/extensions-jvm/milvus/deployment/pom.xml
index f0c9205..f1080ca 100644
--- a/extensions-jvm/milvus/deployment/pom.xml
+++ b/extensions-jvm/milvus/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-milvus-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/milvus/pom.xml b/extensions-jvm/milvus/pom.xml
index 9f92bf8..f862158 100644
--- a/extensions-jvm/milvus/pom.xml
+++ b/extensions-jvm/milvus/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-jvm</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/milvus/runtime/pom.xml b/extensions-jvm/milvus/runtime/pom.xml
index 4858b09..f4afaa5 100644
--- a/extensions-jvm/milvus/runtime/pom.xml
+++ b/extensions-jvm/milvus/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-milvus-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/mvel/deployment/pom.xml b/extensions-jvm/mvel/deployment/pom.xml
index c9f170e..7a483d0 100644
--- a/extensions-jvm/mvel/deployment/pom.xml
+++ b/extensions-jvm/mvel/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-mvel-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/mvel/pom.xml b/extensions-jvm/mvel/pom.xml
index cd0d18d..9b61503 100644
--- a/extensions-jvm/mvel/pom.xml
+++ b/extensions-jvm/mvel/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-jvm</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/mvel/runtime/pom.xml b/extensions-jvm/mvel/runtime/pom.xml
index 4f0bd0c..aad772b 100644
--- a/extensions-jvm/mvel/runtime/pom.xml
+++ b/extensions-jvm/mvel/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-mvel-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/opensearch/deployment/pom.xml b/extensions-jvm/opensearch/deployment/pom.xml
index 588e2fe..1cb6807 100644
--- a/extensions-jvm/opensearch/deployment/pom.xml
+++ b/extensions-jvm/opensearch/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-opensearch-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/opensearch/pom.xml b/extensions-jvm/opensearch/pom.xml
index 41eb647..27f0a55 100644
--- a/extensions-jvm/opensearch/pom.xml
+++ b/extensions-jvm/opensearch/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-jvm</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/opensearch/runtime/pom.xml b/extensions-jvm/opensearch/runtime/pom.xml
index c803446..e64c399 100644
--- a/extensions-jvm/opensearch/runtime/pom.xml
+++ b/extensions-jvm/opensearch/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-opensearch-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/pom.xml b/extensions-jvm/pom.xml
index a962857..eb95840 100644
--- a/extensions-jvm/pom.xml
+++ b/extensions-jvm/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../poms/build-parent/pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/printer/deployment/pom.xml b/extensions-jvm/printer/deployment/pom.xml
index eea2b59..5f2c09a 100644
--- a/extensions-jvm/printer/deployment/pom.xml
+++ b/extensions-jvm/printer/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-printer-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/printer/pom.xml b/extensions-jvm/printer/pom.xml
index 73b59fc..1f25523 100644
--- a/extensions-jvm/printer/pom.xml
+++ b/extensions-jvm/printer/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-jvm</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/printer/runtime/pom.xml b/extensions-jvm/printer/runtime/pom.xml
index a13f934..3364008 100644
--- a/extensions-jvm/printer/runtime/pom.xml
+++ b/extensions-jvm/printer/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-printer-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/pulsar/deployment/pom.xml b/extensions-jvm/pulsar/deployment/pom.xml
index 3b93305..daae933 100644
--- a/extensions-jvm/pulsar/deployment/pom.xml
+++ b/extensions-jvm/pulsar/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-pulsar-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/pulsar/pom.xml b/extensions-jvm/pulsar/pom.xml
index 4335c7f..b681d92 100644
--- a/extensions-jvm/pulsar/pom.xml
+++ b/extensions-jvm/pulsar/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-jvm</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/pulsar/runtime/pom.xml b/extensions-jvm/pulsar/runtime/pom.xml
index a585617..2ebf74f 100644
--- a/extensions-jvm/pulsar/runtime/pom.xml
+++ b/extensions-jvm/pulsar/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-pulsar-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/quickfix/deployment/pom.xml b/extensions-jvm/quickfix/deployment/pom.xml
index e4bd97b..b2a0d23 100644
--- a/extensions-jvm/quickfix/deployment/pom.xml
+++ b/extensions-jvm/quickfix/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-quickfix-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/quickfix/pom.xml b/extensions-jvm/quickfix/pom.xml
index 464b953..7a6c66d 100644
--- a/extensions-jvm/quickfix/pom.xml
+++ b/extensions-jvm/quickfix/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-jvm</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/quickfix/runtime/pom.xml b/extensions-jvm/quickfix/runtime/pom.xml
index 902788c..afaee77 100644
--- a/extensions-jvm/quickfix/runtime/pom.xml
+++ b/extensions-jvm/quickfix/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-quickfix-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/redis/deployment/pom.xml b/extensions-jvm/redis/deployment/pom.xml
index 40ede01..717b47c 100644
--- a/extensions-jvm/redis/deployment/pom.xml
+++ b/extensions-jvm/redis/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-redis-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/redis/pom.xml b/extensions-jvm/redis/pom.xml
index 474f3b5..11e4069 100644
--- a/extensions-jvm/redis/pom.xml
+++ b/extensions-jvm/redis/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-jvm</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/redis/runtime/pom.xml b/extensions-jvm/redis/runtime/pom.xml
index bdf67c6..44b477d 100644
--- a/extensions-jvm/redis/runtime/pom.xml
+++ b/extensions-jvm/redis/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-redis-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/robotframework/deployment/pom.xml b/extensions-jvm/robotframework/deployment/pom.xml
index 1ffb397..8601e44 100644
--- a/extensions-jvm/robotframework/deployment/pom.xml
+++ b/extensions-jvm/robotframework/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-robotframework-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/robotframework/pom.xml b/extensions-jvm/robotframework/pom.xml
index 05a48f8..4485ad4 100644
--- a/extensions-jvm/robotframework/pom.xml
+++ b/extensions-jvm/robotframework/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-jvm</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/robotframework/runtime/pom.xml b/extensions-jvm/robotframework/runtime/pom.xml
index 68fb117..a6f553f 100644
--- a/extensions-jvm/robotframework/runtime/pom.xml
+++ b/extensions-jvm/robotframework/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-robotframework-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/schematron/deployment/pom.xml b/extensions-jvm/schematron/deployment/pom.xml
index bb72c4b..abfd714 100644
--- a/extensions-jvm/schematron/deployment/pom.xml
+++ b/extensions-jvm/schematron/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-schematron-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/schematron/pom.xml b/extensions-jvm/schematron/pom.xml
index f6e5c05..a4e2a6a 100644
--- a/extensions-jvm/schematron/pom.xml
+++ b/extensions-jvm/schematron/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-jvm</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/schematron/runtime/pom.xml b/extensions-jvm/schematron/runtime/pom.xml
index 53d27ab..39cf34c 100644
--- a/extensions-jvm/schematron/runtime/pom.xml
+++ b/extensions-jvm/schematron/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-schematron-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/smpp/deployment/pom.xml b/extensions-jvm/smpp/deployment/pom.xml
index 1060756..cbc4ff1 100644
--- a/extensions-jvm/smpp/deployment/pom.xml
+++ b/extensions-jvm/smpp/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-smpp-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/smpp/pom.xml b/extensions-jvm/smpp/pom.xml
index d74e0b9..772f667 100644
--- a/extensions-jvm/smpp/pom.xml
+++ b/extensions-jvm/smpp/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-jvm</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/smpp/runtime/pom.xml b/extensions-jvm/smpp/runtime/pom.xml
index 58334b7..971a41d 100644
--- a/extensions-jvm/smpp/runtime/pom.xml
+++ b/extensions-jvm/smpp/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-smpp-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/snmp/deployment/pom.xml b/extensions-jvm/snmp/deployment/pom.xml
index 4eeb15f..0513c1f 100644
--- a/extensions-jvm/snmp/deployment/pom.xml
+++ b/extensions-jvm/snmp/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-snmp-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/snmp/pom.xml b/extensions-jvm/snmp/pom.xml
index 50305cc..28922f16 100644
--- a/extensions-jvm/snmp/pom.xml
+++ b/extensions-jvm/snmp/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-jvm</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/snmp/runtime/pom.xml b/extensions-jvm/snmp/runtime/pom.xml
index 34d1069..794689b 100644
--- a/extensions-jvm/snmp/runtime/pom.xml
+++ b/extensions-jvm/snmp/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-snmp-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/spring-redis/deployment/pom.xml b/extensions-jvm/spring-redis/deployment/pom.xml
index 4b42aa7..53d04f3 100644
--- a/extensions-jvm/spring-redis/deployment/pom.xml
+++ b/extensions-jvm/spring-redis/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-spring-redis-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/spring-redis/pom.xml b/extensions-jvm/spring-redis/pom.xml
index 8dea017..ac2c5c4 100644
--- a/extensions-jvm/spring-redis/pom.xml
+++ b/extensions-jvm/spring-redis/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-jvm</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/spring-redis/runtime/pom.xml b/extensions-jvm/spring-redis/runtime/pom.xml
index ce9515c..3e9ab83 100644
--- a/extensions-jvm/spring-redis/runtime/pom.xml
+++ b/extensions-jvm/spring-redis/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-spring-redis-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/stitch/deployment/pom.xml b/extensions-jvm/stitch/deployment/pom.xml
index 1820129..e2420ed 100644
--- a/extensions-jvm/stitch/deployment/pom.xml
+++ b/extensions-jvm/stitch/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-stitch-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/stitch/pom.xml b/extensions-jvm/stitch/pom.xml
index 7b62fcc..7f97c14 100644
--- a/extensions-jvm/stitch/pom.xml
+++ b/extensions-jvm/stitch/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-jvm</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/stitch/runtime/pom.xml b/extensions-jvm/stitch/runtime/pom.xml
index 7430a51..4f93bcc 100644
--- a/extensions-jvm/stitch/runtime/pom.xml
+++ b/extensions-jvm/stitch/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-stitch-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/stomp/deployment/pom.xml b/extensions-jvm/stomp/deployment/pom.xml
index fec4939..f8f0176 100644
--- a/extensions-jvm/stomp/deployment/pom.xml
+++ b/extensions-jvm/stomp/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-stomp-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/stomp/pom.xml b/extensions-jvm/stomp/pom.xml
index 45efafd..1211341 100644
--- a/extensions-jvm/stomp/pom.xml
+++ b/extensions-jvm/stomp/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-jvm</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/stomp/runtime/pom.xml b/extensions-jvm/stomp/runtime/pom.xml
index 0523bab..93e78bb 100644
--- a/extensions-jvm/stomp/runtime/pom.xml
+++ b/extensions-jvm/stomp/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-stomp-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/stub/deployment/pom.xml b/extensions-jvm/stub/deployment/pom.xml
index 46d1149..64eee89 100644
--- a/extensions-jvm/stub/deployment/pom.xml
+++ b/extensions-jvm/stub/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-stub-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/stub/pom.xml b/extensions-jvm/stub/pom.xml
index 0fa626f..6539f95 100644
--- a/extensions-jvm/stub/pom.xml
+++ b/extensions-jvm/stub/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-jvm</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/stub/runtime/pom.xml b/extensions-jvm/stub/runtime/pom.xml
index 41b4cd3..3d63448 100644
--- a/extensions-jvm/stub/runtime/pom.xml
+++ b/extensions-jvm/stub/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-stub-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/thrift/deployment/pom.xml b/extensions-jvm/thrift/deployment/pom.xml
index 4929ed0..2f0148f 100644
--- a/extensions-jvm/thrift/deployment/pom.xml
+++ b/extensions-jvm/thrift/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-thrift-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/thrift/pom.xml b/extensions-jvm/thrift/pom.xml
index 08d0e5f..afdd136 100644
--- a/extensions-jvm/thrift/pom.xml
+++ b/extensions-jvm/thrift/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-jvm</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/thrift/runtime/pom.xml b/extensions-jvm/thrift/runtime/pom.xml
index 76e1aca..0e7a69f 100644
--- a/extensions-jvm/thrift/runtime/pom.xml
+++ b/extensions-jvm/thrift/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-thrift-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/web3j/deployment/pom.xml b/extensions-jvm/web3j/deployment/pom.xml
index 122d14f..d0e87f2 100644
--- a/extensions-jvm/web3j/deployment/pom.xml
+++ b/extensions-jvm/web3j/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-web3j-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/web3j/pom.xml b/extensions-jvm/web3j/pom.xml
index d121b7a..50c2a41 100644
--- a/extensions-jvm/web3j/pom.xml
+++ b/extensions-jvm/web3j/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-jvm</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/web3j/runtime/pom.xml b/extensions-jvm/web3j/runtime/pom.xml
index 611235b..87ac5ae 100644
--- a/extensions-jvm/web3j/runtime/pom.xml
+++ b/extensions-jvm/web3j/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-web3j-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/wordpress/deployment/pom.xml b/extensions-jvm/wordpress/deployment/pom.xml
index d82c12c..77e5a18 100644
--- a/extensions-jvm/wordpress/deployment/pom.xml
+++ b/extensions-jvm/wordpress/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-wordpress-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/wordpress/pom.xml b/extensions-jvm/wordpress/pom.xml
index 02236c5..4a09320 100644
--- a/extensions-jvm/wordpress/pom.xml
+++ b/extensions-jvm/wordpress/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-jvm</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/wordpress/runtime/pom.xml b/extensions-jvm/wordpress/runtime/pom.xml
index 288b5b1..10429c5 100644
--- a/extensions-jvm/wordpress/runtime/pom.xml
+++ b/extensions-jvm/wordpress/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-wordpress-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/workday/deployment/pom.xml b/extensions-jvm/workday/deployment/pom.xml
index 92f54683..f8efd6e 100644
--- a/extensions-jvm/workday/deployment/pom.xml
+++ b/extensions-jvm/workday/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-workday-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/workday/pom.xml b/extensions-jvm/workday/pom.xml
index f22d36b..865f60c 100644
--- a/extensions-jvm/workday/pom.xml
+++ b/extensions-jvm/workday/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-jvm</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/workday/runtime/pom.xml b/extensions-jvm/workday/runtime/pom.xml
index 9f456ae..fc3845d 100644
--- a/extensions-jvm/workday/runtime/pom.xml
+++ b/extensions-jvm/workday/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-workday-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/xmpp/deployment/pom.xml b/extensions-jvm/xmpp/deployment/pom.xml
index 22d1fae..221a874 100644
--- a/extensions-jvm/xmpp/deployment/pom.xml
+++ b/extensions-jvm/xmpp/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-xmpp-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/xmpp/pom.xml b/extensions-jvm/xmpp/pom.xml
index e6f5168..3969530 100644
--- a/extensions-jvm/xmpp/pom.xml
+++ b/extensions-jvm/xmpp/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-jvm</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/xmpp/runtime/pom.xml b/extensions-jvm/xmpp/runtime/pom.xml
index d96f3ac..c772c8c 100644
--- a/extensions-jvm/xmpp/runtime/pom.xml
+++ b/extensions-jvm/xmpp/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-xmpp-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/zookeeper-master/deployment/pom.xml b/extensions-jvm/zookeeper-master/deployment/pom.xml
index 5bc7853..ee73362 100644
--- a/extensions-jvm/zookeeper-master/deployment/pom.xml
+++ b/extensions-jvm/zookeeper-master/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-zookeeper-master-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/zookeeper-master/pom.xml b/extensions-jvm/zookeeper-master/pom.xml
index 17f7a604..4f475ec 100644
--- a/extensions-jvm/zookeeper-master/pom.xml
+++ b/extensions-jvm/zookeeper-master/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-jvm</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/zookeeper-master/runtime/pom.xml b/extensions-jvm/zookeeper-master/runtime/pom.xml
index 7cd143d..e139a90 100644
--- a/extensions-jvm/zookeeper-master/runtime/pom.xml
+++ b/extensions-jvm/zookeeper-master/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-zookeeper-master-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/zookeeper/deployment/pom.xml b/extensions-jvm/zookeeper/deployment/pom.xml
index 3d687c8..fba1a74 100644
--- a/extensions-jvm/zookeeper/deployment/pom.xml
+++ b/extensions-jvm/zookeeper/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-zookeeper-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/zookeeper/pom.xml b/extensions-jvm/zookeeper/pom.xml
index 6322834..45a0941 100644
--- a/extensions-jvm/zookeeper/pom.xml
+++ b/extensions-jvm/zookeeper/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-jvm</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-jvm/zookeeper/runtime/pom.xml b/extensions-jvm/zookeeper/runtime/pom.xml
index 1ad8b7c..bfd8515 100644
--- a/extensions-jvm/zookeeper/runtime/pom.xml
+++ b/extensions-jvm/zookeeper/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-zookeeper-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-support/ahc/deployment/pom.xml b/extensions-support/ahc/deployment/pom.xml
index f4b292b..ced95a2 100644
--- a/extensions-support/ahc/deployment/pom.xml
+++ b/extensions-support/ahc/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-support-ahc-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-support/ahc/pom.xml b/extensions-support/ahc/pom.xml
index 27d2e54..b359b61 100644
--- a/extensions-support/ahc/pom.xml
+++ b/extensions-support/ahc/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-support</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-support/ahc/runtime/pom.xml b/extensions-support/ahc/runtime/pom.xml
index 3b9066c..07407b3 100644
--- a/extensions-support/ahc/runtime/pom.xml
+++ b/extensions-support/ahc/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-support-ahc-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-support/aws/deployment/pom.xml b/extensions-support/aws/deployment/pom.xml
index 7cc7a64..80c9d1f 100644
--- a/extensions-support/aws/deployment/pom.xml
+++ b/extensions-support/aws/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-support-aws-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
</parent>
<artifactId>camel-quarkus-support-aws-deployment</artifactId>
diff --git a/extensions-support/aws/pom.xml b/extensions-support/aws/pom.xml
index 9ee0028..e99103e 100644
--- a/extensions-support/aws/pom.xml
+++ b/extensions-support/aws/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-support</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-support/aws/runtime/pom.xml b/extensions-support/aws/runtime/pom.xml
index 1974a02..7a0243b 100644
--- a/extensions-support/aws/runtime/pom.xml
+++ b/extensions-support/aws/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-support-aws-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
</parent>
<artifactId>camel-quarkus-support-aws</artifactId>
diff --git a/extensions-support/aws2/deployment/pom.xml b/extensions-support/aws2/deployment/pom.xml
index 82adb06..7f8a30f 100644
--- a/extensions-support/aws2/deployment/pom.xml
+++ b/extensions-support/aws2/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-support-aws2-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
</parent>
<artifactId>camel-quarkus-support-aws2-deployment</artifactId>
diff --git a/extensions-support/aws2/pom.xml b/extensions-support/aws2/pom.xml
index 94b237a..602519d 100644
--- a/extensions-support/aws2/pom.xml
+++ b/extensions-support/aws2/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-support</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-support/aws2/runtime/pom.xml b/extensions-support/aws2/runtime/pom.xml
index 578b7ee..ce21ac7 100644
--- a/extensions-support/aws2/runtime/pom.xml
+++ b/extensions-support/aws2/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-support-aws2-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
</parent>
<artifactId>camel-quarkus-support-aws2</artifactId>
diff --git a/extensions-support/azure-core-http-client-vertx/deployment/pom.xml b/extensions-support/azure-core-http-client-vertx/deployment/pom.xml
index 4dcd30a..302befc 100644
--- a/extensions-support/azure-core-http-client-vertx/deployment/pom.xml
+++ b/extensions-support/azure-core-http-client-vertx/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-support-azure-core-http-client-vertx-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-support/azure-core-http-client-vertx/pom.xml b/extensions-support/azure-core-http-client-vertx/pom.xml
index ff8813b..097bf6a 100644
--- a/extensions-support/azure-core-http-client-vertx/pom.xml
+++ b/extensions-support/azure-core-http-client-vertx/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-support</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-support/azure-core-http-client-vertx/runtime/pom.xml b/extensions-support/azure-core-http-client-vertx/runtime/pom.xml
index 9a70ce4..26fe4c6 100644
--- a/extensions-support/azure-core-http-client-vertx/runtime/pom.xml
+++ b/extensions-support/azure-core-http-client-vertx/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-support-azure-core-http-client-vertx-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-support/azure-core/deployment/pom.xml b/extensions-support/azure-core/deployment/pom.xml
index e72c214..08ed36b 100644
--- a/extensions-support/azure-core/deployment/pom.xml
+++ b/extensions-support/azure-core/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-support-azure-core-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-support/azure-core/pom.xml b/extensions-support/azure-core/pom.xml
index 54db6a8..9255fce 100644
--- a/extensions-support/azure-core/pom.xml
+++ b/extensions-support/azure-core/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-support</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-support/azure-core/runtime/pom.xml b/extensions-support/azure-core/runtime/pom.xml
index 14f6d66..c9ab5ef 100644
--- a/extensions-support/azure-core/runtime/pom.xml
+++ b/extensions-support/azure-core/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-support-azure-core-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-support/bouncycastle/deployment/pom.xml b/extensions-support/bouncycastle/deployment/pom.xml
index 07a56f9..ef9c66b 100644
--- a/extensions-support/bouncycastle/deployment/pom.xml
+++ b/extensions-support/bouncycastle/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-support-bouncycastle-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-support/bouncycastle/pom.xml b/extensions-support/bouncycastle/pom.xml
index 1acdbd1..b258cac 100644
--- a/extensions-support/bouncycastle/pom.xml
+++ b/extensions-support/bouncycastle/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-support</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-support/bouncycastle/runtime/pom.xml b/extensions-support/bouncycastle/runtime/pom.xml
index 5b669d7..124eb69 100644
--- a/extensions-support/bouncycastle/runtime/pom.xml
+++ b/extensions-support/bouncycastle/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-support-bouncycastle-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-support/commons-logging/deployment/pom.xml b/extensions-support/commons-logging/deployment/pom.xml
index 0af705c..8ca52e4 100644
--- a/extensions-support/commons-logging/deployment/pom.xml
+++ b/extensions-support/commons-logging/deployment/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-support-commons-logging-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/extensions-support/commons-logging/pom.xml b/extensions-support/commons-logging/pom.xml
index ddd0ff4..27e0efa 100644
--- a/extensions-support/commons-logging/pom.xml
+++ b/extensions-support/commons-logging/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-support</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-support/commons-logging/runtime/pom.xml b/extensions-support/commons-logging/runtime/pom.xml
index 3ded3b1..77aacff 100644
--- a/extensions-support/commons-logging/runtime/pom.xml
+++ b/extensions-support/commons-logging/runtime/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-support-commons-logging-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/extensions-support/consul-client/deployment/pom.xml b/extensions-support/consul-client/deployment/pom.xml
index 1e2ed88..0ae1aff 100644
--- a/extensions-support/consul-client/deployment/pom.xml
+++ b/extensions-support/consul-client/deployment/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-support-consul-client-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/extensions-support/consul-client/pom.xml b/extensions-support/consul-client/pom.xml
index 0b5e257..359f835 100644
--- a/extensions-support/consul-client/pom.xml
+++ b/extensions-support/consul-client/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-support</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-support/consul-client/runtime/pom.xml b/extensions-support/consul-client/runtime/pom.xml
index 6badb78..54fc632 100644
--- a/extensions-support/consul-client/runtime/pom.xml
+++ b/extensions-support/consul-client/runtime/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-support-consul-client-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/extensions-support/debezium/deployment/pom.xml b/extensions-support/debezium/deployment/pom.xml
index 9c20345..ec94abc 100644
--- a/extensions-support/debezium/deployment/pom.xml
+++ b/extensions-support/debezium/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-support-debezium-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-support/debezium/pom.xml b/extensions-support/debezium/pom.xml
index 70bcd20..373011a 100644
--- a/extensions-support/debezium/pom.xml
+++ b/extensions-support/debezium/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-support</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-support/debezium/runtime/pom.xml b/extensions-support/debezium/runtime/pom.xml
index 06df65f..8162e9f 100644
--- a/extensions-support/debezium/runtime/pom.xml
+++ b/extensions-support/debezium/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-support-debezium-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-support/dsl/deployment/pom.xml b/extensions-support/dsl/deployment/pom.xml
index f5c5eab..2092e09 100644
--- a/extensions-support/dsl/deployment/pom.xml
+++ b/extensions-support/dsl/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-support-dsl-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-support/dsl/pom.xml b/extensions-support/dsl/pom.xml
index 4432d23..eb1eb8c 100644
--- a/extensions-support/dsl/pom.xml
+++ b/extensions-support/dsl/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-support</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-support/dsl/runtime/pom.xml b/extensions-support/dsl/runtime/pom.xml
index c6a73fc..00cad98 100644
--- a/extensions-support/dsl/runtime/pom.xml
+++ b/extensions-support/dsl/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-support-dsl-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-support/google-cloud/deployment/pom.xml b/extensions-support/google-cloud/deployment/pom.xml
index 777924d..21be72b 100644
--- a/extensions-support/google-cloud/deployment/pom.xml
+++ b/extensions-support/google-cloud/deployment/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-support-google-cloud-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/extensions-support/google-cloud/pom.xml b/extensions-support/google-cloud/pom.xml
index 00b801a..ee84fbd 100644
--- a/extensions-support/google-cloud/pom.xml
+++ b/extensions-support/google-cloud/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-support</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-support/google-cloud/runtime/pom.xml b/extensions-support/google-cloud/runtime/pom.xml
index ac2abe4..8b11268 100644
--- a/extensions-support/google-cloud/runtime/pom.xml
+++ b/extensions-support/google-cloud/runtime/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-support-google-cloud-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/extensions-support/google-http-client/deployment/pom.xml b/extensions-support/google-http-client/deployment/pom.xml
index bc2e0aa..a4ccca2 100644
--- a/extensions-support/google-http-client/deployment/pom.xml
+++ b/extensions-support/google-http-client/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-support-google-http-client-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-support/google-http-client/pom.xml b/extensions-support/google-http-client/pom.xml
index ea16e07..0e90c4a 100644
--- a/extensions-support/google-http-client/pom.xml
+++ b/extensions-support/google-http-client/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-support</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-support/google-http-client/runtime/pom.xml b/extensions-support/google-http-client/runtime/pom.xml
index 09f1b69..2ac14ae 100644
--- a/extensions-support/google-http-client/runtime/pom.xml
+++ b/extensions-support/google-http-client/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-support-google-http-client-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-support/httpclient/deployment/pom.xml b/extensions-support/httpclient/deployment/pom.xml
index c8d54f6..91f7892 100644
--- a/extensions-support/httpclient/deployment/pom.xml
+++ b/extensions-support/httpclient/deployment/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-support-httpclient-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/extensions-support/httpclient/pom.xml b/extensions-support/httpclient/pom.xml
index 5f0da85..16e010a 100644
--- a/extensions-support/httpclient/pom.xml
+++ b/extensions-support/httpclient/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-support</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-support/httpclient/runtime/pom.xml b/extensions-support/httpclient/runtime/pom.xml
index 051acde..16185d0 100644
--- a/extensions-support/httpclient/runtime/pom.xml
+++ b/extensions-support/httpclient/runtime/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-support-httpclient-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/extensions-support/httpclient5/deployment/pom.xml b/extensions-support/httpclient5/deployment/pom.xml
index 65eb3c6..ffe9ac0 100644
--- a/extensions-support/httpclient5/deployment/pom.xml
+++ b/extensions-support/httpclient5/deployment/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-support-httpclient5-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/extensions-support/httpclient5/pom.xml b/extensions-support/httpclient5/pom.xml
index 64f93c3..674ace7 100644
--- a/extensions-support/httpclient5/pom.xml
+++ b/extensions-support/httpclient5/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-support</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-support/httpclient5/runtime/pom.xml b/extensions-support/httpclient5/runtime/pom.xml
index 7eb5e7f..849d674 100644
--- a/extensions-support/httpclient5/runtime/pom.xml
+++ b/extensions-support/httpclient5/runtime/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-support-httpclient5-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/extensions-support/jackson-dataformat-xml/deployment/pom.xml b/extensions-support/jackson-dataformat-xml/deployment/pom.xml
index b51ac87..90e0f74 100644
--- a/extensions-support/jackson-dataformat-xml/deployment/pom.xml
+++ b/extensions-support/jackson-dataformat-xml/deployment/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-support-jackson-dataformat-xml-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/extensions-support/jackson-dataformat-xml/pom.xml b/extensions-support/jackson-dataformat-xml/pom.xml
index f14ce02..cf9c4f4 100644
--- a/extensions-support/jackson-dataformat-xml/pom.xml
+++ b/extensions-support/jackson-dataformat-xml/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-support</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-support/jackson-dataformat-xml/runtime/pom.xml b/extensions-support/jackson-dataformat-xml/runtime/pom.xml
index 42bd21c..763295f 100644
--- a/extensions-support/jackson-dataformat-xml/runtime/pom.xml
+++ b/extensions-support/jackson-dataformat-xml/runtime/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-support-jackson-dataformat-xml-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/extensions-support/jdbc/deployment/pom.xml b/extensions-support/jdbc/deployment/pom.xml
index 454c809..f4c15c4 100644
--- a/extensions-support/jdbc/deployment/pom.xml
+++ b/extensions-support/jdbc/deployment/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-support-jdbc-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/extensions-support/jdbc/pom.xml b/extensions-support/jdbc/pom.xml
index 6c97900..1b304d0 100644
--- a/extensions-support/jdbc/pom.xml
+++ b/extensions-support/jdbc/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-support</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-support/jdbc/runtime/pom.xml b/extensions-support/jdbc/runtime/pom.xml
index 0427638..00781ac 100644
--- a/extensions-support/jdbc/runtime/pom.xml
+++ b/extensions-support/jdbc/runtime/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-support-jdbc-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/extensions-support/jetty/deployment/pom.xml b/extensions-support/jetty/deployment/pom.xml
index 7efc77f..27a74f7 100644
--- a/extensions-support/jetty/deployment/pom.xml
+++ b/extensions-support/jetty/deployment/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-support-jetty-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/extensions-support/jetty/pom.xml b/extensions-support/jetty/pom.xml
index 4a48544..69b0c37 100644
--- a/extensions-support/jetty/pom.xml
+++ b/extensions-support/jetty/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-support</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-support/jetty/runtime/pom.xml b/extensions-support/jetty/runtime/pom.xml
index 4d9fde8..cea67c5 100644
--- a/extensions-support/jetty/runtime/pom.xml
+++ b/extensions-support/jetty/runtime/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-support-jetty-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/extensions-support/language/deployment/pom.xml b/extensions-support/language/deployment/pom.xml
index f3ec032..eb19149 100644
--- a/extensions-support/language/deployment/pom.xml
+++ b/extensions-support/language/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-support-language-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-support/language/pom.xml b/extensions-support/language/pom.xml
index e6d44f9..a1446bc 100644
--- a/extensions-support/language/pom.xml
+++ b/extensions-support/language/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-support</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-support/language/runtime/pom.xml b/extensions-support/language/runtime/pom.xml
index 4b2de75..64ab5e7 100644
--- a/extensions-support/language/runtime/pom.xml
+++ b/extensions-support/language/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-support-language-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-support/mail/deployment/pom.xml b/extensions-support/mail/deployment/pom.xml
index 339a0f0..8d8b8cc 100644
--- a/extensions-support/mail/deployment/pom.xml
+++ b/extensions-support/mail/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-support-mail-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-support/mail/pom.xml b/extensions-support/mail/pom.xml
index 5640ad9..763430e 100644
--- a/extensions-support/mail/pom.xml
+++ b/extensions-support/mail/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-support</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-support/mail/runtime/pom.xml b/extensions-support/mail/runtime/pom.xml
index 2b2de4f..ae3d5e5 100644
--- a/extensions-support/mail/runtime/pom.xml
+++ b/extensions-support/mail/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-support-mail-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-support/mongodb/deployment/pom.xml b/extensions-support/mongodb/deployment/pom.xml
index 3c1ade3..d623d6a 100644
--- a/extensions-support/mongodb/deployment/pom.xml
+++ b/extensions-support/mongodb/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-support-mongodb-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-support/mongodb/pom.xml b/extensions-support/mongodb/pom.xml
index 51475c9..8a4223f 100644
--- a/extensions-support/mongodb/pom.xml
+++ b/extensions-support/mongodb/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-support</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-support/mongodb/runtime/pom.xml b/extensions-support/mongodb/runtime/pom.xml
index 79b97dc..64c618d 100644
--- a/extensions-support/mongodb/runtime/pom.xml
+++ b/extensions-support/mongodb/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-support-mongodb-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-support/pom.xml b/extensions-support/pom.xml
index bbe43dc..5767353 100644
--- a/extensions-support/pom.xml
+++ b/extensions-support/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../poms/build-parent/pom.xml</relativePath>
</parent>
diff --git a/extensions-support/reactor-netty/deployment/pom.xml b/extensions-support/reactor-netty/deployment/pom.xml
index 5e273f6..69880a1 100644
--- a/extensions-support/reactor-netty/deployment/pom.xml
+++ b/extensions-support/reactor-netty/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-support-reactor-netty-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-support/reactor-netty/pom.xml b/extensions-support/reactor-netty/pom.xml
index 6804681..22571c3 100644
--- a/extensions-support/reactor-netty/pom.xml
+++ b/extensions-support/reactor-netty/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-support</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-support/reactor-netty/runtime/pom.xml b/extensions-support/reactor-netty/runtime/pom.xml
index 6befff2..3143f78 100644
--- a/extensions-support/reactor-netty/runtime/pom.xml
+++ b/extensions-support/reactor-netty/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-support-reactor-netty-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-support/retrofit/deployment/pom.xml b/extensions-support/retrofit/deployment/pom.xml
index 1fe25d8..3507c7b 100644
--- a/extensions-support/retrofit/deployment/pom.xml
+++ b/extensions-support/retrofit/deployment/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-support-retrofit-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/extensions-support/retrofit/pom.xml b/extensions-support/retrofit/pom.xml
index d35136d..2f95ff9 100644
--- a/extensions-support/retrofit/pom.xml
+++ b/extensions-support/retrofit/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-support</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-support/retrofit/runtime/pom.xml b/extensions-support/retrofit/runtime/pom.xml
index 2ff7019..ca682fa 100644
--- a/extensions-support/retrofit/runtime/pom.xml
+++ b/extensions-support/retrofit/runtime/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-support-retrofit-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/extensions-support/spring/deployment/pom.xml b/extensions-support/spring/deployment/pom.xml
index e82faa4..0f81fbe 100644
--- a/extensions-support/spring/deployment/pom.xml
+++ b/extensions-support/spring/deployment/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-support-spring-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/extensions-support/spring/integration-test/pom.xml b/extensions-support/spring/integration-test/pom.xml
index 1fbf503..dcb9143 100644
--- a/extensions-support/spring/integration-test/pom.xml
+++ b/extensions-support/spring/integration-test/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../../poms/build-parent-it/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/extensions-support/spring/pom.xml b/extensions-support/spring/pom.xml
index 5aeac5e..fb3889c 100644
--- a/extensions-support/spring/pom.xml
+++ b/extensions-support/spring/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-support</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-support/spring/runtime/pom.xml b/extensions-support/spring/runtime/pom.xml
index 9aaa866..310c77e 100644
--- a/extensions-support/spring/runtime/pom.xml
+++ b/extensions-support/spring/runtime/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-support-spring-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/extensions-support/spring/shade/beans/pom.xml b/extensions-support/spring/shade/beans/pom.xml
index a73b0d6..c234d34 100644
--- a/extensions-support/spring/shade/beans/pom.xml
+++ b/extensions-support/spring/shade/beans/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-support-spring-shade</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/extensions-support/spring/shade/context/pom.xml b/extensions-support/spring/shade/context/pom.xml
index 02fadb5..ae92677 100644
--- a/extensions-support/spring/shade/context/pom.xml
+++ b/extensions-support/spring/shade/context/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-support-spring-shade</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/extensions-support/spring/shade/core/pom.xml b/extensions-support/spring/shade/core/pom.xml
index 500b645..2f5aadb 100644
--- a/extensions-support/spring/shade/core/pom.xml
+++ b/extensions-support/spring/shade/core/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-support-spring-shade</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/extensions-support/spring/shade/pom.xml b/extensions-support/spring/shade/pom.xml
index 42db07e..3a79654 100644
--- a/extensions-support/spring/shade/pom.xml
+++ b/extensions-support/spring/shade/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-support-spring-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-support/swagger/deployment/pom.xml b/extensions-support/swagger/deployment/pom.xml
index f2739e4..238e68d 100644
--- a/extensions-support/swagger/deployment/pom.xml
+++ b/extensions-support/swagger/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-support-swagger-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-support/swagger/pom.xml b/extensions-support/swagger/pom.xml
index f2b7769..b9e00b3 100644
--- a/extensions-support/swagger/pom.xml
+++ b/extensions-support/swagger/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-support</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-support/swagger/runtime/pom.xml b/extensions-support/swagger/runtime/pom.xml
index 1b7a362..4f1b1dc 100644
--- a/extensions-support/swagger/runtime/pom.xml
+++ b/extensions-support/swagger/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-support-swagger-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-support/webhook/deployment/pom.xml b/extensions-support/webhook/deployment/pom.xml
index 2e89ea7..acec031 100644
--- a/extensions-support/webhook/deployment/pom.xml
+++ b/extensions-support/webhook/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-support-webhook-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-support/webhook/pom.xml b/extensions-support/webhook/pom.xml
index f0178d8..08a96b4 100644
--- a/extensions-support/webhook/pom.xml
+++ b/extensions-support/webhook/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-support</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-support/webhook/runtime/pom.xml b/extensions-support/webhook/runtime/pom.xml
index 006ac68..848c95f 100644
--- a/extensions-support/webhook/runtime/pom.xml
+++ b/extensions-support/webhook/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-support-webhook-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-support/xalan/deployment/pom.xml b/extensions-support/xalan/deployment/pom.xml
index d0f85e9..3972c91 100644
--- a/extensions-support/xalan/deployment/pom.xml
+++ b/extensions-support/xalan/deployment/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-support-xalan-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/extensions-support/xalan/pom.xml b/extensions-support/xalan/pom.xml
index 7783f66..5ebbd9a 100644
--- a/extensions-support/xalan/pom.xml
+++ b/extensions-support/xalan/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-support</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions-support/xalan/runtime/pom.xml b/extensions-support/xalan/runtime/pom.xml
index a9ae3c2..51eabd0 100644
--- a/extensions-support/xalan/runtime/pom.xml
+++ b/extensions-support/xalan/runtime/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-support-xalan-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/extensions/activemq/deployment/pom.xml b/extensions/activemq/deployment/pom.xml
index 00bd5fe..44c555b 100644
--- a/extensions/activemq/deployment/pom.xml
+++ b/extensions/activemq/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-activemq-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/activemq/pom.xml b/extensions/activemq/pom.xml
index 892eac8..6083949 100644
--- a/extensions/activemq/pom.xml
+++ b/extensions/activemq/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/activemq/runtime/pom.xml b/extensions/activemq/runtime/pom.xml
index 39fe222..11b6f11 100644
--- a/extensions/activemq/runtime/pom.xml
+++ b/extensions/activemq/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-activemq-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/amqp/deployment/pom.xml b/extensions/amqp/deployment/pom.xml
index 568d5fc..7af49c5 100644
--- a/extensions/amqp/deployment/pom.xml
+++ b/extensions/amqp/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-amqp-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/amqp/pom.xml b/extensions/amqp/pom.xml
index 69f25f3..beb3646 100644
--- a/extensions/amqp/pom.xml
+++ b/extensions/amqp/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/amqp/runtime/pom.xml b/extensions/amqp/runtime/pom.xml
index 8a0b541..101df70 100644
--- a/extensions/amqp/runtime/pom.xml
+++ b/extensions/amqp/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-amqp-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/arangodb/deployment/pom.xml b/extensions/arangodb/deployment/pom.xml
index ca31352..206d234 100644
--- a/extensions/arangodb/deployment/pom.xml
+++ b/extensions/arangodb/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-arangodb-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/arangodb/pom.xml b/extensions/arangodb/pom.xml
index 2c8e620..53b4d5f 100644
--- a/extensions/arangodb/pom.xml
+++ b/extensions/arangodb/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/arangodb/runtime/pom.xml b/extensions/arangodb/runtime/pom.xml
index dc4fc1a..3c93be9 100644
--- a/extensions/arangodb/runtime/pom.xml
+++ b/extensions/arangodb/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-arangodb-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/as2/deployment/pom.xml b/extensions/as2/deployment/pom.xml
index 9ec0790..01ab48d 100644
--- a/extensions/as2/deployment/pom.xml
+++ b/extensions/as2/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-as2-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/as2/pom.xml b/extensions/as2/pom.xml
index 68d5ab8..2dcd72a 100644
--- a/extensions/as2/pom.xml
+++ b/extensions/as2/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/as2/runtime/pom.xml b/extensions/as2/runtime/pom.xml
index 9840d39..7d337f6 100644
--- a/extensions/as2/runtime/pom.xml
+++ b/extensions/as2/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-as2-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/atom/deployment/pom.xml b/extensions/atom/deployment/pom.xml
index b4f5d64..691edef 100644
--- a/extensions/atom/deployment/pom.xml
+++ b/extensions/atom/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-atom-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/atom/pom.xml b/extensions/atom/pom.xml
index 208e209..5234f10 100644
--- a/extensions/atom/pom.xml
+++ b/extensions/atom/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/atom/runtime/pom.xml b/extensions/atom/runtime/pom.xml
index cae0f39..45674f5 100644
--- a/extensions/atom/runtime/pom.xml
+++ b/extensions/atom/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-atom-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/attachments/deployment/pom.xml b/extensions/attachments/deployment/pom.xml
index 2d52468..fe68b09 100644
--- a/extensions/attachments/deployment/pom.xml
+++ b/extensions/attachments/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-attachments-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/attachments/pom.xml b/extensions/attachments/pom.xml
index 3857fd4..7d90aa7 100644
--- a/extensions/attachments/pom.xml
+++ b/extensions/attachments/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/attachments/runtime/pom.xml b/extensions/attachments/runtime/pom.xml
index 16c8353..95f8784 100644
--- a/extensions/attachments/runtime/pom.xml
+++ b/extensions/attachments/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-attachments-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/avro/deployment/pom.xml b/extensions/avro/deployment/pom.xml
index 5795e7d..25a9bd0 100644
--- a/extensions/avro/deployment/pom.xml
+++ b/extensions/avro/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-avro-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/avro/pom.xml b/extensions/avro/pom.xml
index 583036b..6236ab4 100644
--- a/extensions/avro/pom.xml
+++ b/extensions/avro/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/avro/runtime/pom.xml b/extensions/avro/runtime/pom.xml
index a879d70..166c4da 100644
--- a/extensions/avro/runtime/pom.xml
+++ b/extensions/avro/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-avro-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/aws-bedrock/deployment/pom.xml b/extensions/aws-bedrock/deployment/pom.xml
index fb476ea..9dcfe4e 100644
--- a/extensions/aws-bedrock/deployment/pom.xml
+++ b/extensions/aws-bedrock/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-aws-bedrock-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/aws-bedrock/pom.xml b/extensions/aws-bedrock/pom.xml
index fdd496e..e60024c 100644
--- a/extensions/aws-bedrock/pom.xml
+++ b/extensions/aws-bedrock/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/aws-bedrock/runtime/pom.xml b/extensions/aws-bedrock/runtime/pom.xml
index 4672701..44168ef 100644
--- a/extensions/aws-bedrock/runtime/pom.xml
+++ b/extensions/aws-bedrock/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-aws-bedrock-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/aws2-athena/deployment/pom.xml b/extensions/aws2-athena/deployment/pom.xml
index e34412f..498afaa 100644
--- a/extensions/aws2-athena/deployment/pom.xml
+++ b/extensions/aws2-athena/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-aws2-athena-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/aws2-athena/pom.xml b/extensions/aws2-athena/pom.xml
index 21226d2..b57173a 100644
--- a/extensions/aws2-athena/pom.xml
+++ b/extensions/aws2-athena/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/aws2-athena/runtime/pom.xml b/extensions/aws2-athena/runtime/pom.xml
index fcbd3b6..0f1a5c4 100644
--- a/extensions/aws2-athena/runtime/pom.xml
+++ b/extensions/aws2-athena/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-aws2-athena-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/aws2-cw/deployment/pom.xml b/extensions/aws2-cw/deployment/pom.xml
index fe6ccba..fee93c9 100644
--- a/extensions/aws2-cw/deployment/pom.xml
+++ b/extensions/aws2-cw/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-aws2-cw-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/aws2-cw/pom.xml b/extensions/aws2-cw/pom.xml
index cef0504..b7269f9 100644
--- a/extensions/aws2-cw/pom.xml
+++ b/extensions/aws2-cw/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/aws2-cw/runtime/pom.xml b/extensions/aws2-cw/runtime/pom.xml
index 6298206..2b98547 100644
--- a/extensions/aws2-cw/runtime/pom.xml
+++ b/extensions/aws2-cw/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-aws2-cw-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/aws2-ddb/deployment/pom.xml b/extensions/aws2-ddb/deployment/pom.xml
index 828b2a4..7c99554 100644
--- a/extensions/aws2-ddb/deployment/pom.xml
+++ b/extensions/aws2-ddb/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-aws2-ddb-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/aws2-ddb/pom.xml b/extensions/aws2-ddb/pom.xml
index aa28d2d..7253d26 100644
--- a/extensions/aws2-ddb/pom.xml
+++ b/extensions/aws2-ddb/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/aws2-ddb/runtime/pom.xml b/extensions/aws2-ddb/runtime/pom.xml
index c81569a..4600b6c 100644
--- a/extensions/aws2-ddb/runtime/pom.xml
+++ b/extensions/aws2-ddb/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-aws2-ddb-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/aws2-ec2/deployment/pom.xml b/extensions/aws2-ec2/deployment/pom.xml
index 18834e8..8ab94fb 100644
--- a/extensions/aws2-ec2/deployment/pom.xml
+++ b/extensions/aws2-ec2/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-aws2-ec2-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/aws2-ec2/pom.xml b/extensions/aws2-ec2/pom.xml
index 2d4aa4f..8fe02db 100644
--- a/extensions/aws2-ec2/pom.xml
+++ b/extensions/aws2-ec2/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/aws2-ec2/runtime/pom.xml b/extensions/aws2-ec2/runtime/pom.xml
index 5baf30b..1d93106 100644
--- a/extensions/aws2-ec2/runtime/pom.xml
+++ b/extensions/aws2-ec2/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-aws2-ec2-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/aws2-ecs/deployment/pom.xml b/extensions/aws2-ecs/deployment/pom.xml
index b003846..832f595 100644
--- a/extensions/aws2-ecs/deployment/pom.xml
+++ b/extensions/aws2-ecs/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-aws2-ecs-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/aws2-ecs/pom.xml b/extensions/aws2-ecs/pom.xml
index 65517e0..af29959 100644
--- a/extensions/aws2-ecs/pom.xml
+++ b/extensions/aws2-ecs/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/aws2-ecs/runtime/pom.xml b/extensions/aws2-ecs/runtime/pom.xml
index dd2f096..2b42b6a 100644
--- a/extensions/aws2-ecs/runtime/pom.xml
+++ b/extensions/aws2-ecs/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-aws2-ecs-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/aws2-eks/deployment/pom.xml b/extensions/aws2-eks/deployment/pom.xml
index 9ad9837..1938782 100644
--- a/extensions/aws2-eks/deployment/pom.xml
+++ b/extensions/aws2-eks/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-aws2-eks-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/aws2-eks/pom.xml b/extensions/aws2-eks/pom.xml
index bd22590..30beed6 100644
--- a/extensions/aws2-eks/pom.xml
+++ b/extensions/aws2-eks/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/aws2-eks/runtime/pom.xml b/extensions/aws2-eks/runtime/pom.xml
index a083d1f..af26c35 100644
--- a/extensions/aws2-eks/runtime/pom.xml
+++ b/extensions/aws2-eks/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-aws2-eks-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/aws2-eventbridge/deployment/pom.xml b/extensions/aws2-eventbridge/deployment/pom.xml
index e3eb97b..76514f1 100644
--- a/extensions/aws2-eventbridge/deployment/pom.xml
+++ b/extensions/aws2-eventbridge/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-aws2-eventbridge-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/aws2-eventbridge/pom.xml b/extensions/aws2-eventbridge/pom.xml
index b755e89..a55d218 100644
--- a/extensions/aws2-eventbridge/pom.xml
+++ b/extensions/aws2-eventbridge/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/aws2-eventbridge/runtime/pom.xml b/extensions/aws2-eventbridge/runtime/pom.xml
index 032f132..aaebfdb 100644
--- a/extensions/aws2-eventbridge/runtime/pom.xml
+++ b/extensions/aws2-eventbridge/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-aws2-eventbridge-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/aws2-iam/deployment/pom.xml b/extensions/aws2-iam/deployment/pom.xml
index bbecb8d..7ccb746 100644
--- a/extensions/aws2-iam/deployment/pom.xml
+++ b/extensions/aws2-iam/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-aws2-iam-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/aws2-iam/pom.xml b/extensions/aws2-iam/pom.xml
index dc60b04..ae610e4 100644
--- a/extensions/aws2-iam/pom.xml
+++ b/extensions/aws2-iam/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/aws2-iam/runtime/pom.xml b/extensions/aws2-iam/runtime/pom.xml
index a0127e8..1e9e9af 100644
--- a/extensions/aws2-iam/runtime/pom.xml
+++ b/extensions/aws2-iam/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-aws2-iam-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/aws2-kinesis/deployment/pom.xml b/extensions/aws2-kinesis/deployment/pom.xml
index a6e6eed..e078dcf 100644
--- a/extensions/aws2-kinesis/deployment/pom.xml
+++ b/extensions/aws2-kinesis/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-aws2-kinesis-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/aws2-kinesis/pom.xml b/extensions/aws2-kinesis/pom.xml
index 822dd92..0a36b46 100644
--- a/extensions/aws2-kinesis/pom.xml
+++ b/extensions/aws2-kinesis/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/aws2-kinesis/runtime/pom.xml b/extensions/aws2-kinesis/runtime/pom.xml
index 8a1f4bf..6ad0da2 100644
--- a/extensions/aws2-kinesis/runtime/pom.xml
+++ b/extensions/aws2-kinesis/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-aws2-kinesis-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/aws2-kms/deployment/pom.xml b/extensions/aws2-kms/deployment/pom.xml
index b0ba914..f7c9131 100644
--- a/extensions/aws2-kms/deployment/pom.xml
+++ b/extensions/aws2-kms/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-aws2-kms-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/aws2-kms/pom.xml b/extensions/aws2-kms/pom.xml
index 2117d11..b8a3b95 100644
--- a/extensions/aws2-kms/pom.xml
+++ b/extensions/aws2-kms/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/aws2-kms/runtime/pom.xml b/extensions/aws2-kms/runtime/pom.xml
index 93fec05..0853f28 100644
--- a/extensions/aws2-kms/runtime/pom.xml
+++ b/extensions/aws2-kms/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-aws2-kms-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/aws2-lambda/deployment/pom.xml b/extensions/aws2-lambda/deployment/pom.xml
index 1b9e06c..40b578e 100644
--- a/extensions/aws2-lambda/deployment/pom.xml
+++ b/extensions/aws2-lambda/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-aws2-lambda-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/aws2-lambda/pom.xml b/extensions/aws2-lambda/pom.xml
index 6d06fed..d7c1a39 100644
--- a/extensions/aws2-lambda/pom.xml
+++ b/extensions/aws2-lambda/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/aws2-lambda/runtime/pom.xml b/extensions/aws2-lambda/runtime/pom.xml
index 0f8b1d6..84af22e 100644
--- a/extensions/aws2-lambda/runtime/pom.xml
+++ b/extensions/aws2-lambda/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-aws2-lambda-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/aws2-mq/deployment/pom.xml b/extensions/aws2-mq/deployment/pom.xml
index 07cb055..3e0edb7 100644
--- a/extensions/aws2-mq/deployment/pom.xml
+++ b/extensions/aws2-mq/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-aws2-mq-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/aws2-mq/pom.xml b/extensions/aws2-mq/pom.xml
index 331ae8b..1349c02 100644
--- a/extensions/aws2-mq/pom.xml
+++ b/extensions/aws2-mq/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/aws2-mq/runtime/pom.xml b/extensions/aws2-mq/runtime/pom.xml
index b4e116a..f9f5d6b 100644
--- a/extensions/aws2-mq/runtime/pom.xml
+++ b/extensions/aws2-mq/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-aws2-mq-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/aws2-msk/deployment/pom.xml b/extensions/aws2-msk/deployment/pom.xml
index 8eef30d..c720fe5 100644
--- a/extensions/aws2-msk/deployment/pom.xml
+++ b/extensions/aws2-msk/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-aws2-msk-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/aws2-msk/pom.xml b/extensions/aws2-msk/pom.xml
index a2a2740..5ea3cb6 100644
--- a/extensions/aws2-msk/pom.xml
+++ b/extensions/aws2-msk/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/aws2-msk/runtime/pom.xml b/extensions/aws2-msk/runtime/pom.xml
index 301a070..153ad6b 100644
--- a/extensions/aws2-msk/runtime/pom.xml
+++ b/extensions/aws2-msk/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-aws2-msk-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/aws2-s3/deployment/pom.xml b/extensions/aws2-s3/deployment/pom.xml
index 5b706e9..bec4f67 100644
--- a/extensions/aws2-s3/deployment/pom.xml
+++ b/extensions/aws2-s3/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-aws2-s3-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/aws2-s3/pom.xml b/extensions/aws2-s3/pom.xml
index d395b0e..3659782 100644
--- a/extensions/aws2-s3/pom.xml
+++ b/extensions/aws2-s3/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/aws2-s3/runtime/pom.xml b/extensions/aws2-s3/runtime/pom.xml
index 955f0fe..f37dfa6 100644
--- a/extensions/aws2-s3/runtime/pom.xml
+++ b/extensions/aws2-s3/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-aws2-s3-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/aws2-ses/deployment/pom.xml b/extensions/aws2-ses/deployment/pom.xml
index ee923ed..1329c59 100644
--- a/extensions/aws2-ses/deployment/pom.xml
+++ b/extensions/aws2-ses/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-aws2-ses-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/aws2-ses/pom.xml b/extensions/aws2-ses/pom.xml
index db5cbd9..106dca6 100644
--- a/extensions/aws2-ses/pom.xml
+++ b/extensions/aws2-ses/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/aws2-ses/runtime/pom.xml b/extensions/aws2-ses/runtime/pom.xml
index c06b929..7725a18 100644
--- a/extensions/aws2-ses/runtime/pom.xml
+++ b/extensions/aws2-ses/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-aws2-ses-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/aws2-sns/deployment/pom.xml b/extensions/aws2-sns/deployment/pom.xml
index 5d5ba48..a7d9e31 100644
--- a/extensions/aws2-sns/deployment/pom.xml
+++ b/extensions/aws2-sns/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-aws2-sns-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/aws2-sns/pom.xml b/extensions/aws2-sns/pom.xml
index fd609e4..783cfe7 100644
--- a/extensions/aws2-sns/pom.xml
+++ b/extensions/aws2-sns/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/aws2-sns/runtime/pom.xml b/extensions/aws2-sns/runtime/pom.xml
index a9d5ffc..e2abde4 100644
--- a/extensions/aws2-sns/runtime/pom.xml
+++ b/extensions/aws2-sns/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-aws2-sns-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/aws2-sqs/deployment/pom.xml b/extensions/aws2-sqs/deployment/pom.xml
index 6726a62..cabc942 100644
--- a/extensions/aws2-sqs/deployment/pom.xml
+++ b/extensions/aws2-sqs/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-aws2-sqs-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/aws2-sqs/pom.xml b/extensions/aws2-sqs/pom.xml
index 3caf334..8a4c005 100644
--- a/extensions/aws2-sqs/pom.xml
+++ b/extensions/aws2-sqs/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/aws2-sqs/runtime/pom.xml b/extensions/aws2-sqs/runtime/pom.xml
index ca672cf..784beef 100644
--- a/extensions/aws2-sqs/runtime/pom.xml
+++ b/extensions/aws2-sqs/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-aws2-sqs-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/aws2-sts/deployment/pom.xml b/extensions/aws2-sts/deployment/pom.xml
index c1cd78a..285794c 100644
--- a/extensions/aws2-sts/deployment/pom.xml
+++ b/extensions/aws2-sts/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-aws2-sts-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/aws2-sts/pom.xml b/extensions/aws2-sts/pom.xml
index 17911d7..20b01ea 100644
--- a/extensions/aws2-sts/pom.xml
+++ b/extensions/aws2-sts/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/aws2-sts/runtime/pom.xml b/extensions/aws2-sts/runtime/pom.xml
index 305f623..c18a51d 100644
--- a/extensions/aws2-sts/runtime/pom.xml
+++ b/extensions/aws2-sts/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-aws2-sts-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/aws2-translate/deployment/pom.xml b/extensions/aws2-translate/deployment/pom.xml
index 38bf296..03f865a 100644
--- a/extensions/aws2-translate/deployment/pom.xml
+++ b/extensions/aws2-translate/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-aws2-translate-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/aws2-translate/pom.xml b/extensions/aws2-translate/pom.xml
index 0d5cb4a..d9f46d1 100644
--- a/extensions/aws2-translate/pom.xml
+++ b/extensions/aws2-translate/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/aws2-translate/runtime/pom.xml b/extensions/aws2-translate/runtime/pom.xml
index dc0f917..4542657 100644
--- a/extensions/aws2-translate/runtime/pom.xml
+++ b/extensions/aws2-translate/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-aws2-translate-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/azure-eventhubs/deployment/pom.xml b/extensions/azure-eventhubs/deployment/pom.xml
index 822d37e..15f4e24 100644
--- a/extensions/azure-eventhubs/deployment/pom.xml
+++ b/extensions/azure-eventhubs/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-azure-eventhubs-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/azure-eventhubs/pom.xml b/extensions/azure-eventhubs/pom.xml
index c27168a..e1ea9ac 100644
--- a/extensions/azure-eventhubs/pom.xml
+++ b/extensions/azure-eventhubs/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/azure-eventhubs/runtime/pom.xml b/extensions/azure-eventhubs/runtime/pom.xml
index ca5f90e..bd1521e 100644
--- a/extensions/azure-eventhubs/runtime/pom.xml
+++ b/extensions/azure-eventhubs/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-azure-eventhubs-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/azure-key-vault/deployment/pom.xml b/extensions/azure-key-vault/deployment/pom.xml
index aa24199..91b999e 100644
--- a/extensions/azure-key-vault/deployment/pom.xml
+++ b/extensions/azure-key-vault/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-azure-key-vault-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/azure-key-vault/pom.xml b/extensions/azure-key-vault/pom.xml
index a432da1..49d8c88 100644
--- a/extensions/azure-key-vault/pom.xml
+++ b/extensions/azure-key-vault/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/azure-key-vault/runtime/pom.xml b/extensions/azure-key-vault/runtime/pom.xml
index 17fcd66..5556ebe 100644
--- a/extensions/azure-key-vault/runtime/pom.xml
+++ b/extensions/azure-key-vault/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-azure-key-vault-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/azure-storage-blob/deployment/pom.xml b/extensions/azure-storage-blob/deployment/pom.xml
index f97760a..481374e 100644
--- a/extensions/azure-storage-blob/deployment/pom.xml
+++ b/extensions/azure-storage-blob/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-azure-storage-blob-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/azure-storage-blob/pom.xml b/extensions/azure-storage-blob/pom.xml
index 26c4ec0..7e25c60 100644
--- a/extensions/azure-storage-blob/pom.xml
+++ b/extensions/azure-storage-blob/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/azure-storage-blob/runtime/pom.xml b/extensions/azure-storage-blob/runtime/pom.xml
index edbc95a..ebcac63 100644
--- a/extensions/azure-storage-blob/runtime/pom.xml
+++ b/extensions/azure-storage-blob/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-azure-storage-blob-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/azure-storage-queue/deployment/pom.xml b/extensions/azure-storage-queue/deployment/pom.xml
index fbc5173..9900055 100644
--- a/extensions/azure-storage-queue/deployment/pom.xml
+++ b/extensions/azure-storage-queue/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-azure-storage-queue-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/azure-storage-queue/pom.xml b/extensions/azure-storage-queue/pom.xml
index 3756f75..5aadc50 100644
--- a/extensions/azure-storage-queue/pom.xml
+++ b/extensions/azure-storage-queue/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/azure-storage-queue/runtime/pom.xml b/extensions/azure-storage-queue/runtime/pom.xml
index 8686911..9317938 100644
--- a/extensions/azure-storage-queue/runtime/pom.xml
+++ b/extensions/azure-storage-queue/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-azure-storage-queue-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/base64/deployment/pom.xml b/extensions/base64/deployment/pom.xml
index dda539f..4d831b8 100644
--- a/extensions/base64/deployment/pom.xml
+++ b/extensions/base64/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-base64-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/base64/pom.xml b/extensions/base64/pom.xml
index a629ee3..b5661b4 100644
--- a/extensions/base64/pom.xml
+++ b/extensions/base64/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/base64/runtime/pom.xml b/extensions/base64/runtime/pom.xml
index 0285b92..c414a49 100644
--- a/extensions/base64/runtime/pom.xml
+++ b/extensions/base64/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-base64-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/bean-validator/deployment/pom.xml b/extensions/bean-validator/deployment/pom.xml
index c411a08..694c792 100644
--- a/extensions/bean-validator/deployment/pom.xml
+++ b/extensions/bean-validator/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-bean-validator-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/bean-validator/pom.xml b/extensions/bean-validator/pom.xml
index 16a78aa..b13a3b2 100644
--- a/extensions/bean-validator/pom.xml
+++ b/extensions/bean-validator/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/bean-validator/runtime/pom.xml b/extensions/bean-validator/runtime/pom.xml
index 735b9a0..cfc8282 100644
--- a/extensions/bean-validator/runtime/pom.xml
+++ b/extensions/bean-validator/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-bean-validator-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/bean/deployment/pom.xml b/extensions/bean/deployment/pom.xml
index 96889af..5c5d90a 100644
--- a/extensions/bean/deployment/pom.xml
+++ b/extensions/bean/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-bean-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/bean/pom.xml b/extensions/bean/pom.xml
index 4b6e034..4d175bf 100644
--- a/extensions/bean/pom.xml
+++ b/extensions/bean/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/bean/runtime/pom.xml b/extensions/bean/runtime/pom.xml
index 6bad390..8703dac 100644
--- a/extensions/bean/runtime/pom.xml
+++ b/extensions/bean/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-bean-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/bindy/deployment/pom.xml b/extensions/bindy/deployment/pom.xml
index 230ba80..a7937cb 100644
--- a/extensions/bindy/deployment/pom.xml
+++ b/extensions/bindy/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-bindy-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/bindy/pom.xml b/extensions/bindy/pom.xml
index daa75ce..683e862 100644
--- a/extensions/bindy/pom.xml
+++ b/extensions/bindy/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/bindy/runtime/pom.xml b/extensions/bindy/runtime/pom.xml
index a18dcab..ade0b72 100644
--- a/extensions/bindy/runtime/pom.xml
+++ b/extensions/bindy/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-bindy-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/box/deployment/pom.xml b/extensions/box/deployment/pom.xml
index 4683abe..fefa99b 100644
--- a/extensions/box/deployment/pom.xml
+++ b/extensions/box/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-box-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/box/pom.xml b/extensions/box/pom.xml
index 176df03..d3f20e5 100644
--- a/extensions/box/pom.xml
+++ b/extensions/box/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/box/runtime/pom.xml b/extensions/box/runtime/pom.xml
index 7b02b22..26c21aa 100644
--- a/extensions/box/runtime/pom.xml
+++ b/extensions/box/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-box-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/braintree/deployment/pom.xml b/extensions/braintree/deployment/pom.xml
index a6ebf63..d328d64 100644
--- a/extensions/braintree/deployment/pom.xml
+++ b/extensions/braintree/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-braintree-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/braintree/pom.xml b/extensions/braintree/pom.xml
index 6437452..e3a9f02 100644
--- a/extensions/braintree/pom.xml
+++ b/extensions/braintree/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/braintree/runtime/pom.xml b/extensions/braintree/runtime/pom.xml
index 54a9608..df84d8c 100644
--- a/extensions/braintree/runtime/pom.xml
+++ b/extensions/braintree/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-braintree-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/browse/deployment/pom.xml b/extensions/browse/deployment/pom.xml
index aab7c7e..801aff6 100644
--- a/extensions/browse/deployment/pom.xml
+++ b/extensions/browse/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-browse-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/browse/pom.xml b/extensions/browse/pom.xml
index bf3d69b..5f55d13 100644
--- a/extensions/browse/pom.xml
+++ b/extensions/browse/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/browse/runtime/pom.xml b/extensions/browse/runtime/pom.xml
index 4c9288f..7b4e1ac 100644
--- a/extensions/browse/runtime/pom.xml
+++ b/extensions/browse/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-browse-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/caffeine/deployment/pom.xml b/extensions/caffeine/deployment/pom.xml
index df3e2d2..3bf585e 100644
--- a/extensions/caffeine/deployment/pom.xml
+++ b/extensions/caffeine/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-caffeine-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/caffeine/pom.xml b/extensions/caffeine/pom.xml
index 69c2288..1221a75 100644
--- a/extensions/caffeine/pom.xml
+++ b/extensions/caffeine/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/caffeine/runtime/pom.xml b/extensions/caffeine/runtime/pom.xml
index 59100cf..955ef1d 100644
--- a/extensions/caffeine/runtime/pom.xml
+++ b/extensions/caffeine/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-caffeine-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/cassandraql/deployment/pom.xml b/extensions/cassandraql/deployment/pom.xml
index c812edf..7796c3e 100644
--- a/extensions/cassandraql/deployment/pom.xml
+++ b/extensions/cassandraql/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-cassandraql-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/cassandraql/pom.xml b/extensions/cassandraql/pom.xml
index 82568de..fc223af 100644
--- a/extensions/cassandraql/pom.xml
+++ b/extensions/cassandraql/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/cassandraql/runtime/pom.xml b/extensions/cassandraql/runtime/pom.xml
index cd1ace2..e5da652 100644
--- a/extensions/cassandraql/runtime/pom.xml
+++ b/extensions/cassandraql/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-cassandraql-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/cbor/deployment/pom.xml b/extensions/cbor/deployment/pom.xml
index 2aa96e6..887c1ad 100644
--- a/extensions/cbor/deployment/pom.xml
+++ b/extensions/cbor/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-cbor-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/cbor/pom.xml b/extensions/cbor/pom.xml
index 5bfd56b..9883d82 100644
--- a/extensions/cbor/pom.xml
+++ b/extensions/cbor/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/cbor/runtime/pom.xml b/extensions/cbor/runtime/pom.xml
index 99f81c4..7e40f4e 100644
--- a/extensions/cbor/runtime/pom.xml
+++ b/extensions/cbor/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-cbor-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/cloudevents/deployment/pom.xml b/extensions/cloudevents/deployment/pom.xml
index 764b872..dfcb6b0 100644
--- a/extensions/cloudevents/deployment/pom.xml
+++ b/extensions/cloudevents/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-cloudevents-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/cloudevents/pom.xml b/extensions/cloudevents/pom.xml
index be9cf8a..1d77383 100644
--- a/extensions/cloudevents/pom.xml
+++ b/extensions/cloudevents/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/cloudevents/runtime/pom.xml b/extensions/cloudevents/runtime/pom.xml
index 86d724a..5d0d1f9 100644
--- a/extensions/cloudevents/runtime/pom.xml
+++ b/extensions/cloudevents/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-cloudevents-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/consul/deployment/pom.xml b/extensions/consul/deployment/pom.xml
index 0fc8f4c..2b43dba 100644
--- a/extensions/consul/deployment/pom.xml
+++ b/extensions/consul/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-consul-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/consul/pom.xml b/extensions/consul/pom.xml
index 4a4c7ab..ecd8fd8 100644
--- a/extensions/consul/pom.xml
+++ b/extensions/consul/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/consul/runtime/pom.xml b/extensions/consul/runtime/pom.xml
index f4df41f..0f812cc 100644
--- a/extensions/consul/runtime/pom.xml
+++ b/extensions/consul/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-consul-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/controlbus/deployment/pom.xml b/extensions/controlbus/deployment/pom.xml
index e5b4dc2..73d0b69 100644
--- a/extensions/controlbus/deployment/pom.xml
+++ b/extensions/controlbus/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-controlbus-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/controlbus/pom.xml b/extensions/controlbus/pom.xml
index 9435377..76bbb49 100644
--- a/extensions/controlbus/pom.xml
+++ b/extensions/controlbus/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/controlbus/runtime/pom.xml b/extensions/controlbus/runtime/pom.xml
index 9cb97fb..5437134 100644
--- a/extensions/controlbus/runtime/pom.xml
+++ b/extensions/controlbus/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-controlbus-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/couchdb/deployment/pom.xml b/extensions/couchdb/deployment/pom.xml
index 5141b69..bda11ff 100644
--- a/extensions/couchdb/deployment/pom.xml
+++ b/extensions/couchdb/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-couchdb-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/couchdb/pom.xml b/extensions/couchdb/pom.xml
index 547c035..8d689c4 100644
--- a/extensions/couchdb/pom.xml
+++ b/extensions/couchdb/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/couchdb/runtime/pom.xml b/extensions/couchdb/runtime/pom.xml
index 85a0d06..491db6c 100644
--- a/extensions/couchdb/runtime/pom.xml
+++ b/extensions/couchdb/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-couchdb-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/cron/deployment/pom.xml b/extensions/cron/deployment/pom.xml
index 3f899ee..3118198 100644
--- a/extensions/cron/deployment/pom.xml
+++ b/extensions/cron/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-cron-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/cron/pom.xml b/extensions/cron/pom.xml
index 0505e92..6645409 100644
--- a/extensions/cron/pom.xml
+++ b/extensions/cron/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/cron/runtime/pom.xml b/extensions/cron/runtime/pom.xml
index 05845bd..4d064fc 100644
--- a/extensions/cron/runtime/pom.xml
+++ b/extensions/cron/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-cron-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/crypto-pgp/deployment/pom.xml b/extensions/crypto-pgp/deployment/pom.xml
index 40d212e..891b014 100644
--- a/extensions/crypto-pgp/deployment/pom.xml
+++ b/extensions/crypto-pgp/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-crypto-pgp-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/crypto-pgp/pom.xml b/extensions/crypto-pgp/pom.xml
index e115fad..c290958 100644
--- a/extensions/crypto-pgp/pom.xml
+++ b/extensions/crypto-pgp/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/crypto-pgp/runtime/pom.xml b/extensions/crypto-pgp/runtime/pom.xml
index ff84864..c825d59 100644
--- a/extensions/crypto-pgp/runtime/pom.xml
+++ b/extensions/crypto-pgp/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-crypto-pgp-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/crypto/deployment/pom.xml b/extensions/crypto/deployment/pom.xml
index 640961c..80586ec 100644
--- a/extensions/crypto/deployment/pom.xml
+++ b/extensions/crypto/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-crypto-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/crypto/pom.xml b/extensions/crypto/pom.xml
index 054165d..6cc4348 100644
--- a/extensions/crypto/pom.xml
+++ b/extensions/crypto/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/crypto/runtime/pom.xml b/extensions/crypto/runtime/pom.xml
index 8e1fd03..47f6851 100644
--- a/extensions/crypto/runtime/pom.xml
+++ b/extensions/crypto/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-crypto-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/csimple/deployment/pom.xml b/extensions/csimple/deployment/pom.xml
index 54a5e4c..660c1e7 100644
--- a/extensions/csimple/deployment/pom.xml
+++ b/extensions/csimple/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-csimple-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/csimple/pom.xml b/extensions/csimple/pom.xml
index 0deae73..4881935 100644
--- a/extensions/csimple/pom.xml
+++ b/extensions/csimple/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/csimple/runtime/pom.xml b/extensions/csimple/runtime/pom.xml
index ba0fa86..935fc3f 100644
--- a/extensions/csimple/runtime/pom.xml
+++ b/extensions/csimple/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-csimple-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/csv/deployment/pom.xml b/extensions/csv/deployment/pom.xml
index 6e7395e..3350152 100644
--- a/extensions/csv/deployment/pom.xml
+++ b/extensions/csv/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-csv-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/csv/pom.xml b/extensions/csv/pom.xml
index 5beb1bb..483f2e9 100644
--- a/extensions/csv/pom.xml
+++ b/extensions/csv/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/csv/runtime/pom.xml b/extensions/csv/runtime/pom.xml
index 9b528c3..fe8367a 100644
--- a/extensions/csv/runtime/pom.xml
+++ b/extensions/csv/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-csv-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/cxf-soap/deployment/pom.xml b/extensions/cxf-soap/deployment/pom.xml
index 0674a39..41eee5f 100644
--- a/extensions/cxf-soap/deployment/pom.xml
+++ b/extensions/cxf-soap/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-cxf-soap-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/cxf-soap/pom.xml b/extensions/cxf-soap/pom.xml
index e19f806..d9eac3a 100644
--- a/extensions/cxf-soap/pom.xml
+++ b/extensions/cxf-soap/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/cxf-soap/runtime/pom.xml b/extensions/cxf-soap/runtime/pom.xml
index a2134d8..b25c4ee 100644
--- a/extensions/cxf-soap/runtime/pom.xml
+++ b/extensions/cxf-soap/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-cxf-soap-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/dataformat/deployment/pom.xml b/extensions/dataformat/deployment/pom.xml
index 428b672..9bc0851 100644
--- a/extensions/dataformat/deployment/pom.xml
+++ b/extensions/dataformat/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-dataformat-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/dataformat/pom.xml b/extensions/dataformat/pom.xml
index c891ec1..3794c36 100644
--- a/extensions/dataformat/pom.xml
+++ b/extensions/dataformat/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/dataformat/runtime/pom.xml b/extensions/dataformat/runtime/pom.xml
index cfb864c..3681c49 100644
--- a/extensions/dataformat/runtime/pom.xml
+++ b/extensions/dataformat/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-dataformat-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/dataset/deployment/pom.xml b/extensions/dataset/deployment/pom.xml
index 85761a2..4fdc796 100644
--- a/extensions/dataset/deployment/pom.xml
+++ b/extensions/dataset/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-dataset-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/dataset/pom.xml b/extensions/dataset/pom.xml
index 0c274c8..94293df 100644
--- a/extensions/dataset/pom.xml
+++ b/extensions/dataset/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/dataset/runtime/pom.xml b/extensions/dataset/runtime/pom.xml
index 68eb235..80b54e0 100644
--- a/extensions/dataset/runtime/pom.xml
+++ b/extensions/dataset/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-dataset-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/datasonnet/deployment/pom.xml b/extensions/datasonnet/deployment/pom.xml
index 573771c..5091116 100644
--- a/extensions/datasonnet/deployment/pom.xml
+++ b/extensions/datasonnet/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-datasonnet-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/datasonnet/pom.xml b/extensions/datasonnet/pom.xml
index a4b7cfc..17b8288 100644
--- a/extensions/datasonnet/pom.xml
+++ b/extensions/datasonnet/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/datasonnet/runtime/pom.xml b/extensions/datasonnet/runtime/pom.xml
index e2c612e..174a1e9 100644
--- a/extensions/datasonnet/runtime/pom.xml
+++ b/extensions/datasonnet/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-datasonnet-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/debezium-mongodb/deployment/pom.xml b/extensions/debezium-mongodb/deployment/pom.xml
index fbfb837..a76e4f8 100644
--- a/extensions/debezium-mongodb/deployment/pom.xml
+++ b/extensions/debezium-mongodb/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-debezium-mongodb-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/debezium-mongodb/pom.xml b/extensions/debezium-mongodb/pom.xml
index 228e8da..fa60a1b 100644
--- a/extensions/debezium-mongodb/pom.xml
+++ b/extensions/debezium-mongodb/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/debezium-mongodb/runtime/pom.xml b/extensions/debezium-mongodb/runtime/pom.xml
index c8e138c..baa7532 100644
--- a/extensions/debezium-mongodb/runtime/pom.xml
+++ b/extensions/debezium-mongodb/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-debezium-mongodb-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/debezium-mysql/deployment/pom.xml b/extensions/debezium-mysql/deployment/pom.xml
index 4df0689..feee0a9 100644
--- a/extensions/debezium-mysql/deployment/pom.xml
+++ b/extensions/debezium-mysql/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-debezium-mysql-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/debezium-mysql/pom.xml b/extensions/debezium-mysql/pom.xml
index b63ff7a..afa7fb8 100644
--- a/extensions/debezium-mysql/pom.xml
+++ b/extensions/debezium-mysql/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/debezium-mysql/runtime/pom.xml b/extensions/debezium-mysql/runtime/pom.xml
index 31e47d3..a599902 100644
--- a/extensions/debezium-mysql/runtime/pom.xml
+++ b/extensions/debezium-mysql/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-debezium-mysql-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/debezium-postgres/deployment/pom.xml b/extensions/debezium-postgres/deployment/pom.xml
index a936761..f2e6bbb 100644
--- a/extensions/debezium-postgres/deployment/pom.xml
+++ b/extensions/debezium-postgres/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-debezium-postgres-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/debezium-postgres/pom.xml b/extensions/debezium-postgres/pom.xml
index accb5c5..28397f0 100644
--- a/extensions/debezium-postgres/pom.xml
+++ b/extensions/debezium-postgres/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/debezium-postgres/runtime/pom.xml b/extensions/debezium-postgres/runtime/pom.xml
index 5a3d474..c710bd0 100644
--- a/extensions/debezium-postgres/runtime/pom.xml
+++ b/extensions/debezium-postgres/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-debezium-postgres-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/debezium-sqlserver/deployment/pom.xml b/extensions/debezium-sqlserver/deployment/pom.xml
index f580cf7..d227ca2 100644
--- a/extensions/debezium-sqlserver/deployment/pom.xml
+++ b/extensions/debezium-sqlserver/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-debezium-sqlserver-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/debezium-sqlserver/pom.xml b/extensions/debezium-sqlserver/pom.xml
index d3cc5e7..ec3a444 100644
--- a/extensions/debezium-sqlserver/pom.xml
+++ b/extensions/debezium-sqlserver/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/debezium-sqlserver/runtime/pom.xml b/extensions/debezium-sqlserver/runtime/pom.xml
index 1e4134f..1827e4a 100644
--- a/extensions/debezium-sqlserver/runtime/pom.xml
+++ b/extensions/debezium-sqlserver/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-debezium-sqlserver-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/debug/deployment/pom.xml b/extensions/debug/deployment/pom.xml
index 5dec548..69bef65 100644
--- a/extensions/debug/deployment/pom.xml
+++ b/extensions/debug/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-debug-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/debug/pom.xml b/extensions/debug/pom.xml
index b7fbeb0..ca9556d 100644
--- a/extensions/debug/pom.xml
+++ b/extensions/debug/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/debug/runtime/pom.xml b/extensions/debug/runtime/pom.xml
index 4461d76..48c9a0d 100644
--- a/extensions/debug/runtime/pom.xml
+++ b/extensions/debug/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-debug-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/digitalocean/deployment/pom.xml b/extensions/digitalocean/deployment/pom.xml
index 1cabfd1..0f53b19 100644
--- a/extensions/digitalocean/deployment/pom.xml
+++ b/extensions/digitalocean/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-digitalocean-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/digitalocean/pom.xml b/extensions/digitalocean/pom.xml
index 9fd985f..b8c0ce8 100644
--- a/extensions/digitalocean/pom.xml
+++ b/extensions/digitalocean/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/digitalocean/runtime/pom.xml b/extensions/digitalocean/runtime/pom.xml
index ed5b45d..80f5c18 100644
--- a/extensions/digitalocean/runtime/pom.xml
+++ b/extensions/digitalocean/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-digitalocean-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/direct/deployment/pom.xml b/extensions/direct/deployment/pom.xml
index c78cb87..aef8203 100644
--- a/extensions/direct/deployment/pom.xml
+++ b/extensions/direct/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-direct-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/direct/pom.xml b/extensions/direct/pom.xml
index fe529c2..4944423 100644
--- a/extensions/direct/pom.xml
+++ b/extensions/direct/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/direct/runtime/pom.xml b/extensions/direct/runtime/pom.xml
index aaf0cc8..74054f2 100644
--- a/extensions/direct/runtime/pom.xml
+++ b/extensions/direct/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-direct-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/disruptor/deployment/pom.xml b/extensions/disruptor/deployment/pom.xml
index 329fa57..0259186 100644
--- a/extensions/disruptor/deployment/pom.xml
+++ b/extensions/disruptor/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-disruptor-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/disruptor/pom.xml b/extensions/disruptor/pom.xml
index fdf650f..c532307 100644
--- a/extensions/disruptor/pom.xml
+++ b/extensions/disruptor/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/disruptor/runtime/pom.xml b/extensions/disruptor/runtime/pom.xml
index e578180..c39273a 100644
--- a/extensions/disruptor/runtime/pom.xml
+++ b/extensions/disruptor/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-disruptor-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/dropbox/deployment/pom.xml b/extensions/dropbox/deployment/pom.xml
index 8c5313b..eb1d635 100644
--- a/extensions/dropbox/deployment/pom.xml
+++ b/extensions/dropbox/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-dropbox-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/dropbox/pom.xml b/extensions/dropbox/pom.xml
index d8c638e..1600b1b 100644
--- a/extensions/dropbox/pom.xml
+++ b/extensions/dropbox/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/dropbox/runtime/pom.xml b/extensions/dropbox/runtime/pom.xml
index 71f1e21..e8e537d 100644
--- a/extensions/dropbox/runtime/pom.xml
+++ b/extensions/dropbox/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-dropbox-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/elasticsearch-rest-client/deployment/pom.xml b/extensions/elasticsearch-rest-client/deployment/pom.xml
index d5f6a58..a07816e 100644
--- a/extensions/elasticsearch-rest-client/deployment/pom.xml
+++ b/extensions/elasticsearch-rest-client/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-elasticsearch-rest-client-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/elasticsearch-rest-client/pom.xml b/extensions/elasticsearch-rest-client/pom.xml
index 19d9c53..32a0161 100644
--- a/extensions/elasticsearch-rest-client/pom.xml
+++ b/extensions/elasticsearch-rest-client/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/elasticsearch-rest-client/runtime/pom.xml b/extensions/elasticsearch-rest-client/runtime/pom.xml
index 3230016..a8780c6 100644
--- a/extensions/elasticsearch-rest-client/runtime/pom.xml
+++ b/extensions/elasticsearch-rest-client/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-elasticsearch-rest-client-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/exec/deployment/pom.xml b/extensions/exec/deployment/pom.xml
index 68648c7..b3a8116 100644
--- a/extensions/exec/deployment/pom.xml
+++ b/extensions/exec/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-exec-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/exec/pom.xml b/extensions/exec/pom.xml
index 93d0ed6..98c5262 100644
--- a/extensions/exec/pom.xml
+++ b/extensions/exec/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/exec/runtime/pom.xml b/extensions/exec/runtime/pom.xml
index db911e1..a80a40c 100644
--- a/extensions/exec/runtime/pom.xml
+++ b/extensions/exec/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-exec-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/fhir/deployment/pom.xml b/extensions/fhir/deployment/pom.xml
index 12926b9..06fbb23 100644
--- a/extensions/fhir/deployment/pom.xml
+++ b/extensions/fhir/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-fhir-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/fhir/pom.xml b/extensions/fhir/pom.xml
index 95f8639..fccab3d 100644
--- a/extensions/fhir/pom.xml
+++ b/extensions/fhir/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/fhir/runtime/pom.xml b/extensions/fhir/runtime/pom.xml
index be39cd5..c52f2ac 100644
--- a/extensions/fhir/runtime/pom.xml
+++ b/extensions/fhir/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-fhir-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/file-cluster-service/deployment/pom.xml b/extensions/file-cluster-service/deployment/pom.xml
index a24f90e..d4f21aa 100644
--- a/extensions/file-cluster-service/deployment/pom.xml
+++ b/extensions/file-cluster-service/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-file-cluster-service-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/file-cluster-service/pom.xml b/extensions/file-cluster-service/pom.xml
index 59dcba2..a214cf6 100644
--- a/extensions/file-cluster-service/pom.xml
+++ b/extensions/file-cluster-service/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/file-cluster-service/runtime/pom.xml b/extensions/file-cluster-service/runtime/pom.xml
index e79b9ed..f5bc4ef 100644
--- a/extensions/file-cluster-service/runtime/pom.xml
+++ b/extensions/file-cluster-service/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-file-cluster-service-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/file-watch/deployment/pom.xml b/extensions/file-watch/deployment/pom.xml
index b868a02..87d0307 100644
--- a/extensions/file-watch/deployment/pom.xml
+++ b/extensions/file-watch/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-file-watch-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/file-watch/pom.xml b/extensions/file-watch/pom.xml
index 3208951..25f51d5 100644
--- a/extensions/file-watch/pom.xml
+++ b/extensions/file-watch/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/file-watch/runtime/pom.xml b/extensions/file-watch/runtime/pom.xml
index a8e46cf..cb30b09 100644
--- a/extensions/file-watch/runtime/pom.xml
+++ b/extensions/file-watch/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-file-watch-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/file/deployment/pom.xml b/extensions/file/deployment/pom.xml
index 3bf7ccf..928598e 100644
--- a/extensions/file/deployment/pom.xml
+++ b/extensions/file/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-file-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/file/pom.xml b/extensions/file/pom.xml
index b56c050..9dcc4a6 100644
--- a/extensions/file/pom.xml
+++ b/extensions/file/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/file/runtime/pom.xml b/extensions/file/runtime/pom.xml
index dd0e2a0..e28c051 100644
--- a/extensions/file/runtime/pom.xml
+++ b/extensions/file/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-file-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/flatpack/deployment/pom.xml b/extensions/flatpack/deployment/pom.xml
index 5d315be..522ab71 100644
--- a/extensions/flatpack/deployment/pom.xml
+++ b/extensions/flatpack/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-flatpack-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/flatpack/pom.xml b/extensions/flatpack/pom.xml
index 9fdbc97..99584a8 100644
--- a/extensions/flatpack/pom.xml
+++ b/extensions/flatpack/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/flatpack/runtime/pom.xml b/extensions/flatpack/runtime/pom.xml
index 68df55f..080eccd 100644
--- a/extensions/flatpack/runtime/pom.xml
+++ b/extensions/flatpack/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-flatpack-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/fop/deployment/pom.xml b/extensions/fop/deployment/pom.xml
index b3d1556..34292ad 100644
--- a/extensions/fop/deployment/pom.xml
+++ b/extensions/fop/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-fop-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/fop/pom.xml b/extensions/fop/pom.xml
index 4392e94..e071a07 100644
--- a/extensions/fop/pom.xml
+++ b/extensions/fop/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/fop/runtime/pom.xml b/extensions/fop/runtime/pom.xml
index c8450a4..e55bb52 100644
--- a/extensions/fop/runtime/pom.xml
+++ b/extensions/fop/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-fop-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/freemarker/deployment/pom.xml b/extensions/freemarker/deployment/pom.xml
index 344e940..f048e24 100644
--- a/extensions/freemarker/deployment/pom.xml
+++ b/extensions/freemarker/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-freemarker-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/freemarker/pom.xml b/extensions/freemarker/pom.xml
index ed403a2..5aa0877 100644
--- a/extensions/freemarker/pom.xml
+++ b/extensions/freemarker/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/freemarker/runtime/pom.xml b/extensions/freemarker/runtime/pom.xml
index 4e2811b..174c5de 100644
--- a/extensions/freemarker/runtime/pom.xml
+++ b/extensions/freemarker/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-freemarker-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/ftp/deployment/pom.xml b/extensions/ftp/deployment/pom.xml
index fa875d5..4bfe16f 100644
--- a/extensions/ftp/deployment/pom.xml
+++ b/extensions/ftp/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-ftp-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/ftp/pom.xml b/extensions/ftp/pom.xml
index a17c168..c19932f 100644
--- a/extensions/ftp/pom.xml
+++ b/extensions/ftp/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/ftp/runtime/pom.xml b/extensions/ftp/runtime/pom.xml
index 8bb1377..07aa17b 100644
--- a/extensions/ftp/runtime/pom.xml
+++ b/extensions/ftp/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-ftp-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/geocoder/deployment/pom.xml b/extensions/geocoder/deployment/pom.xml
index db66d29..f5dcffa 100644
--- a/extensions/geocoder/deployment/pom.xml
+++ b/extensions/geocoder/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-geocoder-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/geocoder/pom.xml b/extensions/geocoder/pom.xml
index 82ed2e3..bcda680 100644
--- a/extensions/geocoder/pom.xml
+++ b/extensions/geocoder/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/geocoder/runtime/pom.xml b/extensions/geocoder/runtime/pom.xml
index b79479c..e82af46 100644
--- a/extensions/geocoder/runtime/pom.xml
+++ b/extensions/geocoder/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-geocoder-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/git/deployment/pom.xml b/extensions/git/deployment/pom.xml
index 479b1e9..717c5a4 100644
--- a/extensions/git/deployment/pom.xml
+++ b/extensions/git/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-git-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/git/pom.xml b/extensions/git/pom.xml
index 0a4ed77..93269ec 100644
--- a/extensions/git/pom.xml
+++ b/extensions/git/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/git/runtime/pom.xml b/extensions/git/runtime/pom.xml
index c1b5052..53454ae 100644
--- a/extensions/git/runtime/pom.xml
+++ b/extensions/git/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-git-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/github/deployment/pom.xml b/extensions/github/deployment/pom.xml
index 6fec3e4..dc773e3 100644
--- a/extensions/github/deployment/pom.xml
+++ b/extensions/github/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-github-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/github/pom.xml b/extensions/github/pom.xml
index 67f2125..57c2c8f 100644
--- a/extensions/github/pom.xml
+++ b/extensions/github/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/github/runtime/pom.xml b/extensions/github/runtime/pom.xml
index 7918658..2464fc1 100644
--- a/extensions/github/runtime/pom.xml
+++ b/extensions/github/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-github-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/google-bigquery/deployment/pom.xml b/extensions/google-bigquery/deployment/pom.xml
index 2c2d488..ff1ebd0 100644
--- a/extensions/google-bigquery/deployment/pom.xml
+++ b/extensions/google-bigquery/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-google-bigquery-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/google-bigquery/pom.xml b/extensions/google-bigquery/pom.xml
index 5cf491c..76f5611 100644
--- a/extensions/google-bigquery/pom.xml
+++ b/extensions/google-bigquery/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/google-bigquery/runtime/pom.xml b/extensions/google-bigquery/runtime/pom.xml
index 10b15c1..2ea7f0f 100644
--- a/extensions/google-bigquery/runtime/pom.xml
+++ b/extensions/google-bigquery/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-google-bigquery-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/google-calendar/deployment/pom.xml b/extensions/google-calendar/deployment/pom.xml
index 34431cd..7e1768a 100644
--- a/extensions/google-calendar/deployment/pom.xml
+++ b/extensions/google-calendar/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-google-calendar-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/google-calendar/pom.xml b/extensions/google-calendar/pom.xml
index be8de0d..938331c 100644
--- a/extensions/google-calendar/pom.xml
+++ b/extensions/google-calendar/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/google-calendar/runtime/pom.xml b/extensions/google-calendar/runtime/pom.xml
index a8c3fe7..55ac50c 100644
--- a/extensions/google-calendar/runtime/pom.xml
+++ b/extensions/google-calendar/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-google-calendar-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/google-drive/deployment/pom.xml b/extensions/google-drive/deployment/pom.xml
index acb926e..db5af25 100644
--- a/extensions/google-drive/deployment/pom.xml
+++ b/extensions/google-drive/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-google-drive-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/google-drive/pom.xml b/extensions/google-drive/pom.xml
index 971f47a..cb71167 100644
--- a/extensions/google-drive/pom.xml
+++ b/extensions/google-drive/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/google-drive/runtime/pom.xml b/extensions/google-drive/runtime/pom.xml
index dd53955..f434fe6 100644
--- a/extensions/google-drive/runtime/pom.xml
+++ b/extensions/google-drive/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-google-drive-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/google-mail/deployment/pom.xml b/extensions/google-mail/deployment/pom.xml
index bb90fbd..b6c4d1c 100644
--- a/extensions/google-mail/deployment/pom.xml
+++ b/extensions/google-mail/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-google-mail-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/google-mail/pom.xml b/extensions/google-mail/pom.xml
index 23ac6ab..af71b6c 100644
--- a/extensions/google-mail/pom.xml
+++ b/extensions/google-mail/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/google-mail/runtime/pom.xml b/extensions/google-mail/runtime/pom.xml
index 46696b6..e38f227 100644
--- a/extensions/google-mail/runtime/pom.xml
+++ b/extensions/google-mail/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-google-mail-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/google-pubsub/deployment/pom.xml b/extensions/google-pubsub/deployment/pom.xml
index eb6d32d..82574d8 100644
--- a/extensions/google-pubsub/deployment/pom.xml
+++ b/extensions/google-pubsub/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-google-pubsub-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/google-pubsub/pom.xml b/extensions/google-pubsub/pom.xml
index d183b1f..3d4265d 100644
--- a/extensions/google-pubsub/pom.xml
+++ b/extensions/google-pubsub/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/google-pubsub/runtime/pom.xml b/extensions/google-pubsub/runtime/pom.xml
index e7e56d3..1e0480d 100644
--- a/extensions/google-pubsub/runtime/pom.xml
+++ b/extensions/google-pubsub/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-google-pubsub-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/google-sheets/deployment/pom.xml b/extensions/google-sheets/deployment/pom.xml
index dfaa117..cac56b4 100644
--- a/extensions/google-sheets/deployment/pom.xml
+++ b/extensions/google-sheets/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-google-sheets-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/google-sheets/pom.xml b/extensions/google-sheets/pom.xml
index ba9e509..e0a793b 100644
--- a/extensions/google-sheets/pom.xml
+++ b/extensions/google-sheets/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/google-sheets/runtime/pom.xml b/extensions/google-sheets/runtime/pom.xml
index 5d03941..5f601e5 100644
--- a/extensions/google-sheets/runtime/pom.xml
+++ b/extensions/google-sheets/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-google-sheets-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/google-storage/deployment/pom.xml b/extensions/google-storage/deployment/pom.xml
index f26da9a..d40bf76 100644
--- a/extensions/google-storage/deployment/pom.xml
+++ b/extensions/google-storage/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-google-storage-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/google-storage/pom.xml b/extensions/google-storage/pom.xml
index d57e2d9..7436d04 100644
--- a/extensions/google-storage/pom.xml
+++ b/extensions/google-storage/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/google-storage/runtime/pom.xml b/extensions/google-storage/runtime/pom.xml
index 8efa954..cfa4a70 100644
--- a/extensions/google-storage/runtime/pom.xml
+++ b/extensions/google-storage/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-google-storage-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/graphql/deployment/pom.xml b/extensions/graphql/deployment/pom.xml
index 89d0a06..2ca4c2f 100644
--- a/extensions/graphql/deployment/pom.xml
+++ b/extensions/graphql/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-graphql-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/graphql/pom.xml b/extensions/graphql/pom.xml
index 1ebf5bc..f2f5864 100644
--- a/extensions/graphql/pom.xml
+++ b/extensions/graphql/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/graphql/runtime/pom.xml b/extensions/graphql/runtime/pom.xml
index 4b7aa7b0..9cd193a 100644
--- a/extensions/graphql/runtime/pom.xml
+++ b/extensions/graphql/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-graphql-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/grok/deployment/pom.xml b/extensions/grok/deployment/pom.xml
index 8a3af88..b301f4f 100644
--- a/extensions/grok/deployment/pom.xml
+++ b/extensions/grok/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-grok-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/grok/pom.xml b/extensions/grok/pom.xml
index 9923182..8275155 100644
--- a/extensions/grok/pom.xml
+++ b/extensions/grok/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/grok/runtime/pom.xml b/extensions/grok/runtime/pom.xml
index f1cb067..ed647ae 100644
--- a/extensions/grok/runtime/pom.xml
+++ b/extensions/grok/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-grok-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/groovy-dsl/deployment/pom.xml b/extensions/groovy-dsl/deployment/pom.xml
index e54cfb7..ab51138 100644
--- a/extensions/groovy-dsl/deployment/pom.xml
+++ b/extensions/groovy-dsl/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-groovy-dsl-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/groovy-dsl/pom.xml b/extensions/groovy-dsl/pom.xml
index e111dc1..a263286 100644
--- a/extensions/groovy-dsl/pom.xml
+++ b/extensions/groovy-dsl/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/groovy-dsl/runtime/pom.xml b/extensions/groovy-dsl/runtime/pom.xml
index c198729..bfc37cf 100644
--- a/extensions/groovy-dsl/runtime/pom.xml
+++ b/extensions/groovy-dsl/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-groovy-dsl-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/groovy/deployment/pom.xml b/extensions/groovy/deployment/pom.xml
index 28957d0..8f3eb3a 100644
--- a/extensions/groovy/deployment/pom.xml
+++ b/extensions/groovy/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-groovy-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/groovy/pom.xml b/extensions/groovy/pom.xml
index f3b305e..40ed6bb 100644
--- a/extensions/groovy/pom.xml
+++ b/extensions/groovy/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/groovy/runtime/pom.xml b/extensions/groovy/runtime/pom.xml
index 1fe0b30..35112e2 100644
--- a/extensions/groovy/runtime/pom.xml
+++ b/extensions/groovy/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-groovy-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/grpc/codegen/pom.xml b/extensions/grpc/codegen/pom.xml
index 2e8ce22..fc2f6ea 100644
--- a/extensions/grpc/codegen/pom.xml
+++ b/extensions/grpc/codegen/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-grpc-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/grpc/deployment/pom.xml b/extensions/grpc/deployment/pom.xml
index 79a5c5b..9f7ad8a 100644
--- a/extensions/grpc/deployment/pom.xml
+++ b/extensions/grpc/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-grpc-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/grpc/pom.xml b/extensions/grpc/pom.xml
index a124522..5c38baa 100644
--- a/extensions/grpc/pom.xml
+++ b/extensions/grpc/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/grpc/runtime/pom.xml b/extensions/grpc/runtime/pom.xml
index 1c6f93e..df057ef 100644
--- a/extensions/grpc/runtime/pom.xml
+++ b/extensions/grpc/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-grpc-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/gson/deployment/pom.xml b/extensions/gson/deployment/pom.xml
index 55bf204..8578c9a 100644
--- a/extensions/gson/deployment/pom.xml
+++ b/extensions/gson/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-gson-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/gson/pom.xml b/extensions/gson/pom.xml
index e8946dd..5ccdbac 100644
--- a/extensions/gson/pom.xml
+++ b/extensions/gson/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/gson/runtime/pom.xml b/extensions/gson/runtime/pom.xml
index 0b91393..8eed32f 100644
--- a/extensions/gson/runtime/pom.xml
+++ b/extensions/gson/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-gson-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/hashicorp-vault/deployment/pom.xml b/extensions/hashicorp-vault/deployment/pom.xml
index dbc7c2c..5ee8ff4 100644
--- a/extensions/hashicorp-vault/deployment/pom.xml
+++ b/extensions/hashicorp-vault/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-hashicorp-vault-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/hashicorp-vault/pom.xml b/extensions/hashicorp-vault/pom.xml
index f6b30ff..73b29f6 100644
--- a/extensions/hashicorp-vault/pom.xml
+++ b/extensions/hashicorp-vault/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/hashicorp-vault/runtime/pom.xml b/extensions/hashicorp-vault/runtime/pom.xml
index 2e7a0ee..d45d19a 100644
--- a/extensions/hashicorp-vault/runtime/pom.xml
+++ b/extensions/hashicorp-vault/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-hashicorp-vault-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/hazelcast/deployment/pom.xml b/extensions/hazelcast/deployment/pom.xml
index 0baba41..9df1983 100644
--- a/extensions/hazelcast/deployment/pom.xml
+++ b/extensions/hazelcast/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-hazelcast-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/hazelcast/pom.xml b/extensions/hazelcast/pom.xml
index b5fc8cc..3d4a820 100644
--- a/extensions/hazelcast/pom.xml
+++ b/extensions/hazelcast/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/hazelcast/runtime/pom.xml b/extensions/hazelcast/runtime/pom.xml
index 0687b23..a6fa3fa 100644
--- a/extensions/hazelcast/runtime/pom.xml
+++ b/extensions/hazelcast/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-hazelcast-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/headersmap/deployment/pom.xml b/extensions/headersmap/deployment/pom.xml
index 845ec28..4eda5cc69 100644
--- a/extensions/headersmap/deployment/pom.xml
+++ b/extensions/headersmap/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-headersmap-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/headersmap/pom.xml b/extensions/headersmap/pom.xml
index 03fdc55..d46ffbd 100644
--- a/extensions/headersmap/pom.xml
+++ b/extensions/headersmap/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/headersmap/runtime/pom.xml b/extensions/headersmap/runtime/pom.xml
index 7fb721e..2c41879 100644
--- a/extensions/headersmap/runtime/pom.xml
+++ b/extensions/headersmap/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-headersmap-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/hl7/deployment/pom.xml b/extensions/hl7/deployment/pom.xml
index 6ccae42..b169f35 100644
--- a/extensions/hl7/deployment/pom.xml
+++ b/extensions/hl7/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-hl7-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/hl7/pom.xml b/extensions/hl7/pom.xml
index 50cf67b..473355c 100644
--- a/extensions/hl7/pom.xml
+++ b/extensions/hl7/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/hl7/runtime/pom.xml b/extensions/hl7/runtime/pom.xml
index 44a26e6..079081f 100644
--- a/extensions/hl7/runtime/pom.xml
+++ b/extensions/hl7/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-hl7-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/http/deployment/pom.xml b/extensions/http/deployment/pom.xml
index f4a9865..4be3b87 100644
--- a/extensions/http/deployment/pom.xml
+++ b/extensions/http/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-http-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/http/pom.xml b/extensions/http/pom.xml
index 5a7cb07..cf0b553 100644
--- a/extensions/http/pom.xml
+++ b/extensions/http/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/http/runtime/pom.xml b/extensions/http/runtime/pom.xml
index 5cd0818..4a34ea6 100644
--- a/extensions/http/runtime/pom.xml
+++ b/extensions/http/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-http-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/ical/deployment/pom.xml b/extensions/ical/deployment/pom.xml
index 69e4799..3e5aa76 100644
--- a/extensions/ical/deployment/pom.xml
+++ b/extensions/ical/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-ical-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/ical/pom.xml b/extensions/ical/pom.xml
index ea2730c..7a6b268 100644
--- a/extensions/ical/pom.xml
+++ b/extensions/ical/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/ical/runtime/pom.xml b/extensions/ical/runtime/pom.xml
index fe85d20..d751d8a 100644
--- a/extensions/ical/runtime/pom.xml
+++ b/extensions/ical/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-ical-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/infinispan/deployment/pom.xml b/extensions/infinispan/deployment/pom.xml
index d45ac61..6d6a3a3 100644
--- a/extensions/infinispan/deployment/pom.xml
+++ b/extensions/infinispan/deployment/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-infinispan-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/extensions/infinispan/pom.xml b/extensions/infinispan/pom.xml
index 8be6349..970eb5a 100644
--- a/extensions/infinispan/pom.xml
+++ b/extensions/infinispan/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/infinispan/runtime/pom.xml b/extensions/infinispan/runtime/pom.xml
index 7c9e0ae..37acb67 100644
--- a/extensions/infinispan/runtime/pom.xml
+++ b/extensions/infinispan/runtime/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-infinispan-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/extensions/influxdb/deployment/pom.xml b/extensions/influxdb/deployment/pom.xml
index a0bfd6e..204095b 100644
--- a/extensions/influxdb/deployment/pom.xml
+++ b/extensions/influxdb/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-influxdb-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/influxdb/pom.xml b/extensions/influxdb/pom.xml
index 5a8d059..472ee52 100644
--- a/extensions/influxdb/pom.xml
+++ b/extensions/influxdb/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/influxdb/runtime/pom.xml b/extensions/influxdb/runtime/pom.xml
index dc01bd8..1c58271 100644
--- a/extensions/influxdb/runtime/pom.xml
+++ b/extensions/influxdb/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-influxdb-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/jackson-avro/deployment/pom.xml b/extensions/jackson-avro/deployment/pom.xml
index 57bd92a..312d116 100644
--- a/extensions/jackson-avro/deployment/pom.xml
+++ b/extensions/jackson-avro/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-jackson-avro-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/jackson-avro/pom.xml b/extensions/jackson-avro/pom.xml
index 1cff3c2..4d20a10 100644
--- a/extensions/jackson-avro/pom.xml
+++ b/extensions/jackson-avro/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/jackson-avro/runtime/pom.xml b/extensions/jackson-avro/runtime/pom.xml
index b37f1a4..8a669ba 100644
--- a/extensions/jackson-avro/runtime/pom.xml
+++ b/extensions/jackson-avro/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-jackson-avro-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/jackson-protobuf/deployment/pom.xml b/extensions/jackson-protobuf/deployment/pom.xml
index 799d6fa..e6353f0 100644
--- a/extensions/jackson-protobuf/deployment/pom.xml
+++ b/extensions/jackson-protobuf/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-jackson-protobuf-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/jackson-protobuf/pom.xml b/extensions/jackson-protobuf/pom.xml
index fea607f..076f45f 100644
--- a/extensions/jackson-protobuf/pom.xml
+++ b/extensions/jackson-protobuf/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/jackson-protobuf/runtime/pom.xml b/extensions/jackson-protobuf/runtime/pom.xml
index ee9990b..857fca4 100644
--- a/extensions/jackson-protobuf/runtime/pom.xml
+++ b/extensions/jackson-protobuf/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-jackson-protobuf-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/jackson/deployment/pom.xml b/extensions/jackson/deployment/pom.xml
index c5da47e..8eb4f35 100644
--- a/extensions/jackson/deployment/pom.xml
+++ b/extensions/jackson/deployment/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-jackson-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/extensions/jackson/pom.xml b/extensions/jackson/pom.xml
index 4621c4d..9bd6112 100644
--- a/extensions/jackson/pom.xml
+++ b/extensions/jackson/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/jackson/runtime/pom.xml b/extensions/jackson/runtime/pom.xml
index c41fb9f..e7996a7 100644
--- a/extensions/jackson/runtime/pom.xml
+++ b/extensions/jackson/runtime/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-jackson-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/extensions/jacksonxml/deployment/pom.xml b/extensions/jacksonxml/deployment/pom.xml
index 52635ad..892191b 100644
--- a/extensions/jacksonxml/deployment/pom.xml
+++ b/extensions/jacksonxml/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-jacksonxml-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/jacksonxml/pom.xml b/extensions/jacksonxml/pom.xml
index 9bf97ef..908496a 100644
--- a/extensions/jacksonxml/pom.xml
+++ b/extensions/jacksonxml/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/jacksonxml/runtime/pom.xml b/extensions/jacksonxml/runtime/pom.xml
index 69353e5..fd3b884 100644
--- a/extensions/jacksonxml/runtime/pom.xml
+++ b/extensions/jacksonxml/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-jacksonxml-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/jasypt/deployment/pom.xml b/extensions/jasypt/deployment/pom.xml
index 10c0ec9..579fab9 100644
--- a/extensions/jasypt/deployment/pom.xml
+++ b/extensions/jasypt/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-jasypt-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/jasypt/pom.xml b/extensions/jasypt/pom.xml
index dd5c2f6..bf38bda 100644
--- a/extensions/jasypt/pom.xml
+++ b/extensions/jasypt/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/jasypt/runtime/pom.xml b/extensions/jasypt/runtime/pom.xml
index 4eee3f8..4e0adb4 100644
--- a/extensions/jasypt/runtime/pom.xml
+++ b/extensions/jasypt/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-jasypt-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/java-joor-dsl/deployment/pom.xml b/extensions/java-joor-dsl/deployment/pom.xml
index 466ebee..ffd11f2 100644
--- a/extensions/java-joor-dsl/deployment/pom.xml
+++ b/extensions/java-joor-dsl/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-java-joor-dsl-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/java-joor-dsl/pom.xml b/extensions/java-joor-dsl/pom.xml
index bd2060e..1781004 100644
--- a/extensions/java-joor-dsl/pom.xml
+++ b/extensions/java-joor-dsl/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/java-joor-dsl/runtime/pom.xml b/extensions/java-joor-dsl/runtime/pom.xml
index e16cc09..ed04170 100644
--- a/extensions/java-joor-dsl/runtime/pom.xml
+++ b/extensions/java-joor-dsl/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-java-joor-dsl-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/jaxb/deployment/pom.xml b/extensions/jaxb/deployment/pom.xml
index f8780c6..f72c349 100644
--- a/extensions/jaxb/deployment/pom.xml
+++ b/extensions/jaxb/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-jaxb-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/jaxb/pom.xml b/extensions/jaxb/pom.xml
index fe0ebb2..c216f07 100644
--- a/extensions/jaxb/pom.xml
+++ b/extensions/jaxb/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/jaxb/runtime/pom.xml b/extensions/jaxb/runtime/pom.xml
index 663fdcb..9c07367 100644
--- a/extensions/jaxb/runtime/pom.xml
+++ b/extensions/jaxb/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-jaxb-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/jcache/deployment/pom.xml b/extensions/jcache/deployment/pom.xml
index 30ffaa0..2598945 100644
--- a/extensions/jcache/deployment/pom.xml
+++ b/extensions/jcache/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-jcache-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/jcache/pom.xml b/extensions/jcache/pom.xml
index 90a7208..3dfe2bf 100644
--- a/extensions/jcache/pom.xml
+++ b/extensions/jcache/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/jcache/runtime/pom.xml b/extensions/jcache/runtime/pom.xml
index 4b7aa7b1..2c4cebe 100644
--- a/extensions/jcache/runtime/pom.xml
+++ b/extensions/jcache/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-jcache-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/jdbc/deployment/pom.xml b/extensions/jdbc/deployment/pom.xml
index ac5a461..88e5181 100644
--- a/extensions/jdbc/deployment/pom.xml
+++ b/extensions/jdbc/deployment/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-jdbc-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/extensions/jdbc/pom.xml b/extensions/jdbc/pom.xml
index 5ea8d29..42cd34d 100644
--- a/extensions/jdbc/pom.xml
+++ b/extensions/jdbc/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/jdbc/runtime/pom.xml b/extensions/jdbc/runtime/pom.xml
index 0cca044..194ed59 100644
--- a/extensions/jdbc/runtime/pom.xml
+++ b/extensions/jdbc/runtime/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-jdbc-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/extensions/jfr/deployment/pom.xml b/extensions/jfr/deployment/pom.xml
index 7c0df62..47d3f2d 100644
--- a/extensions/jfr/deployment/pom.xml
+++ b/extensions/jfr/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-jfr-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/jfr/pom.xml b/extensions/jfr/pom.xml
index 837e88e..fa9ca7e 100644
--- a/extensions/jfr/pom.xml
+++ b/extensions/jfr/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/jfr/runtime/pom.xml b/extensions/jfr/runtime/pom.xml
index 5582be9..f44c544 100644
--- a/extensions/jfr/runtime/pom.xml
+++ b/extensions/jfr/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-jfr-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/jira/deployment/pom.xml b/extensions/jira/deployment/pom.xml
index 2077a90..d167d97 100644
--- a/extensions/jira/deployment/pom.xml
+++ b/extensions/jira/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-jira-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/jira/pom.xml b/extensions/jira/pom.xml
index 5803109..d18a6a4 100644
--- a/extensions/jira/pom.xml
+++ b/extensions/jira/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/jira/runtime/pom.xml b/extensions/jira/runtime/pom.xml
index 080b7a6..6d2c168 100644
--- a/extensions/jira/runtime/pom.xml
+++ b/extensions/jira/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-jira-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/jms/deployment/pom.xml b/extensions/jms/deployment/pom.xml
index ee65d1d..f410272 100644
--- a/extensions/jms/deployment/pom.xml
+++ b/extensions/jms/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-jms-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/jms/pom.xml b/extensions/jms/pom.xml
index f34e8a5..6fac2ad 100644
--- a/extensions/jms/pom.xml
+++ b/extensions/jms/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/jms/runtime/pom.xml b/extensions/jms/runtime/pom.xml
index 9f861a8..690bfab 100644
--- a/extensions/jms/runtime/pom.xml
+++ b/extensions/jms/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-jms-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/jolt/deployment/pom.xml b/extensions/jolt/deployment/pom.xml
index 66db523..bf126ac 100644
--- a/extensions/jolt/deployment/pom.xml
+++ b/extensions/jolt/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-jolt-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/jolt/pom.xml b/extensions/jolt/pom.xml
index 3f56d64..d550744 100644
--- a/extensions/jolt/pom.xml
+++ b/extensions/jolt/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/jolt/runtime/pom.xml b/extensions/jolt/runtime/pom.xml
index 7cc2b59..359b065 100644
--- a/extensions/jolt/runtime/pom.xml
+++ b/extensions/jolt/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-jolt-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/joor/deployment/pom.xml b/extensions/joor/deployment/pom.xml
index 9e0fbd6..c7f4ff3 100644
--- a/extensions/joor/deployment/pom.xml
+++ b/extensions/joor/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-joor-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/joor/pom.xml b/extensions/joor/pom.xml
index b1a5eff..741b52c 100644
--- a/extensions/joor/pom.xml
+++ b/extensions/joor/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/joor/runtime/pom.xml b/extensions/joor/runtime/pom.xml
index aeac687..21d2b1b 100644
--- a/extensions/joor/runtime/pom.xml
+++ b/extensions/joor/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-joor-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/jpa/deployment/pom.xml b/extensions/jpa/deployment/pom.xml
index 786d3ad..54b5016 100644
--- a/extensions/jpa/deployment/pom.xml
+++ b/extensions/jpa/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-jpa-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/jpa/pom.xml b/extensions/jpa/pom.xml
index 33e7fbb..eafdd61 100644
--- a/extensions/jpa/pom.xml
+++ b/extensions/jpa/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/jpa/runtime/pom.xml b/extensions/jpa/runtime/pom.xml
index 4c0e9d3..2d1014e 100644
--- a/extensions/jpa/runtime/pom.xml
+++ b/extensions/jpa/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-jpa-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/jq/deployment/pom.xml b/extensions/jq/deployment/pom.xml
index 16130e7..19c3e57 100644
--- a/extensions/jq/deployment/pom.xml
+++ b/extensions/jq/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-jq-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/jq/pom.xml b/extensions/jq/pom.xml
index f339275..74fac81 100644
--- a/extensions/jq/pom.xml
+++ b/extensions/jq/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/jq/runtime/pom.xml b/extensions/jq/runtime/pom.xml
index 64c4295..32fc0a4 100644
--- a/extensions/jq/runtime/pom.xml
+++ b/extensions/jq/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-jq-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/js-dsl/deployment/pom.xml b/extensions/js-dsl/deployment/pom.xml
index 66197cf..19ceac3 100644
--- a/extensions/js-dsl/deployment/pom.xml
+++ b/extensions/js-dsl/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-js-dsl-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/js-dsl/pom.xml b/extensions/js-dsl/pom.xml
index 7128b19..ad174d9 100644
--- a/extensions/js-dsl/pom.xml
+++ b/extensions/js-dsl/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/js-dsl/runtime/pom.xml b/extensions/js-dsl/runtime/pom.xml
index 9eeb71b..aebf51f 100644
--- a/extensions/js-dsl/runtime/pom.xml
+++ b/extensions/js-dsl/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-js-dsl-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/jsch/deployment/pom.xml b/extensions/jsch/deployment/pom.xml
index 4f25b46..935e9bd 100644
--- a/extensions/jsch/deployment/pom.xml
+++ b/extensions/jsch/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-jsch-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/jsch/pom.xml b/extensions/jsch/pom.xml
index d8fce0c..c817755 100644
--- a/extensions/jsch/pom.xml
+++ b/extensions/jsch/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/jsch/runtime/pom.xml b/extensions/jsch/runtime/pom.xml
index fee0215..67f294d 100644
--- a/extensions/jsch/runtime/pom.xml
+++ b/extensions/jsch/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-jsch-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/jsh-dsl/deployment/pom.xml b/extensions/jsh-dsl/deployment/pom.xml
index 671a5c1..1f1c810 100644
--- a/extensions/jsh-dsl/deployment/pom.xml
+++ b/extensions/jsh-dsl/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-jsh-dsl-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/jsh-dsl/pom.xml b/extensions/jsh-dsl/pom.xml
index ec8a634..aa07422 100644
--- a/extensions/jsh-dsl/pom.xml
+++ b/extensions/jsh-dsl/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/jsh-dsl/runtime/pom.xml b/extensions/jsh-dsl/runtime/pom.xml
index acdd4b4..fe5a6ad 100644
--- a/extensions/jsh-dsl/runtime/pom.xml
+++ b/extensions/jsh-dsl/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-jsh-dsl-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/jslt/deployment/pom.xml b/extensions/jslt/deployment/pom.xml
index 82c6e27..b7adabf 100644
--- a/extensions/jslt/deployment/pom.xml
+++ b/extensions/jslt/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-jslt-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/jslt/pom.xml b/extensions/jslt/pom.xml
index 213d7e7..934898c 100644
--- a/extensions/jslt/pom.xml
+++ b/extensions/jslt/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/jslt/runtime/pom.xml b/extensions/jslt/runtime/pom.xml
index 4176c48..e6bb2fa 100644
--- a/extensions/jslt/runtime/pom.xml
+++ b/extensions/jslt/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-jslt-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/json-validator/deployment/pom.xml b/extensions/json-validator/deployment/pom.xml
index f13e136..6549941 100644
--- a/extensions/json-validator/deployment/pom.xml
+++ b/extensions/json-validator/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-json-validator-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/json-validator/pom.xml b/extensions/json-validator/pom.xml
index 8667bc9..2f43d23 100644
--- a/extensions/json-validator/pom.xml
+++ b/extensions/json-validator/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/json-validator/runtime/pom.xml b/extensions/json-validator/runtime/pom.xml
index 56d1e36..a5a0ad9 100644
--- a/extensions/json-validator/runtime/pom.xml
+++ b/extensions/json-validator/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-json-validator-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/jsonata/deployment/pom.xml b/extensions/jsonata/deployment/pom.xml
index 66c96b0..09cda36 100644
--- a/extensions/jsonata/deployment/pom.xml
+++ b/extensions/jsonata/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-jsonata-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/jsonata/pom.xml b/extensions/jsonata/pom.xml
index d93197c..b9f380a 100644
--- a/extensions/jsonata/pom.xml
+++ b/extensions/jsonata/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/jsonata/runtime/pom.xml b/extensions/jsonata/runtime/pom.xml
index f54d642..0a65d3d 100644
--- a/extensions/jsonata/runtime/pom.xml
+++ b/extensions/jsonata/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-jsonata-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/jsonb/deployment/pom.xml b/extensions/jsonb/deployment/pom.xml
index c30d07b..5c25f43 100644
--- a/extensions/jsonb/deployment/pom.xml
+++ b/extensions/jsonb/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-jsonb-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/jsonb/pom.xml b/extensions/jsonb/pom.xml
index 4efabeb..155d6c1 100644
--- a/extensions/jsonb/pom.xml
+++ b/extensions/jsonb/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/jsonb/runtime/pom.xml b/extensions/jsonb/runtime/pom.xml
index ec223ec..fbbcb1a 100644
--- a/extensions/jsonb/runtime/pom.xml
+++ b/extensions/jsonb/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-jsonb-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/jsonpath/deployment/pom.xml b/extensions/jsonpath/deployment/pom.xml
index dc6e1fe..eb88f12 100644
--- a/extensions/jsonpath/deployment/pom.xml
+++ b/extensions/jsonpath/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-jsonpath-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/jsonpath/pom.xml b/extensions/jsonpath/pom.xml
index e3870dd..6cb257d 100644
--- a/extensions/jsonpath/pom.xml
+++ b/extensions/jsonpath/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/jsonpath/runtime/pom.xml b/extensions/jsonpath/runtime/pom.xml
index cdc1625..2bc98db 100644
--- a/extensions/jsonpath/runtime/pom.xml
+++ b/extensions/jsonpath/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-jsonpath-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/jt400/deployment/pom.xml b/extensions/jt400/deployment/pom.xml
index 27da979..08b86f1 100644
--- a/extensions/jt400/deployment/pom.xml
+++ b/extensions/jt400/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-jt400-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/jt400/pom.xml b/extensions/jt400/pom.xml
index bdc8265..3552e38 100644
--- a/extensions/jt400/pom.xml
+++ b/extensions/jt400/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/jt400/runtime/pom.xml b/extensions/jt400/runtime/pom.xml
index 54fe6aa..ae51a00 100644
--- a/extensions/jt400/runtime/pom.xml
+++ b/extensions/jt400/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-jt400-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/jta/deployment/pom.xml b/extensions/jta/deployment/pom.xml
index 2868c20..5391a64 100644
--- a/extensions/jta/deployment/pom.xml
+++ b/extensions/jta/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-jta-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/jta/pom.xml b/extensions/jta/pom.xml
index 6baecbb..ad6b01f 100644
--- a/extensions/jta/pom.xml
+++ b/extensions/jta/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/jta/runtime/pom.xml b/extensions/jta/runtime/pom.xml
index fbceba4..99d351f 100644
--- a/extensions/jta/runtime/pom.xml
+++ b/extensions/jta/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-jta-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/kafka/deployment/pom.xml b/extensions/kafka/deployment/pom.xml
index 496b32c..373d8ed 100644
--- a/extensions/kafka/deployment/pom.xml
+++ b/extensions/kafka/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-kafka-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/kafka/pom.xml b/extensions/kafka/pom.xml
index f22b094..b2b6564 100644
--- a/extensions/kafka/pom.xml
+++ b/extensions/kafka/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/kafka/runtime/pom.xml b/extensions/kafka/runtime/pom.xml
index 0735bd2..a701d76 100644
--- a/extensions/kafka/runtime/pom.xml
+++ b/extensions/kafka/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-kafka-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/kamelet/deployment/pom.xml b/extensions/kamelet/deployment/pom.xml
index 28fc4e8..27bb3e9 100644
--- a/extensions/kamelet/deployment/pom.xml
+++ b/extensions/kamelet/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-kamelet-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/kamelet/pom.xml b/extensions/kamelet/pom.xml
index a03fc67..fa57b57 100644
--- a/extensions/kamelet/pom.xml
+++ b/extensions/kamelet/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/kamelet/runtime/pom.xml b/extensions/kamelet/runtime/pom.xml
index 730ec02..55a8771 100644
--- a/extensions/kamelet/runtime/pom.xml
+++ b/extensions/kamelet/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-kamelet-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/knative-consumer/deployment/pom.xml b/extensions/knative-consumer/deployment/pom.xml
index f9dbc94..3b01a1a 100644
--- a/extensions/knative-consumer/deployment/pom.xml
+++ b/extensions/knative-consumer/deployment/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-knative-consumer-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/extensions/knative-consumer/pom.xml b/extensions/knative-consumer/pom.xml
index 1298557..cd3dfeb 100644
--- a/extensions/knative-consumer/pom.xml
+++ b/extensions/knative-consumer/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/knative-consumer/runtime/pom.xml b/extensions/knative-consumer/runtime/pom.xml
index 286b843..14517bb 100644
--- a/extensions/knative-consumer/runtime/pom.xml
+++ b/extensions/knative-consumer/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-knative-consumer-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/knative-producer/deployment/pom.xml b/extensions/knative-producer/deployment/pom.xml
index 2249dca..9980944 100644
--- a/extensions/knative-producer/deployment/pom.xml
+++ b/extensions/knative-producer/deployment/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-knative-producer-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/extensions/knative-producer/pom.xml b/extensions/knative-producer/pom.xml
index da5311a..f33b228 100644
--- a/extensions/knative-producer/pom.xml
+++ b/extensions/knative-producer/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/extensions/knative-producer/runtime/pom.xml b/extensions/knative-producer/runtime/pom.xml
index 8990357..cbd66b1 100644
--- a/extensions/knative-producer/runtime/pom.xml
+++ b/extensions/knative-producer/runtime/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-knative-producer-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/extensions/knative/deployment/pom.xml b/extensions/knative/deployment/pom.xml
index afedcc8..87d31cf 100644
--- a/extensions/knative/deployment/pom.xml
+++ b/extensions/knative/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-knative-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/knative/pom.xml b/extensions/knative/pom.xml
index e72b5eb..5d27e32 100644
--- a/extensions/knative/pom.xml
+++ b/extensions/knative/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/knative/runtime/pom.xml b/extensions/knative/runtime/pom.xml
index 2487edb..8e29a95 100644
--- a/extensions/knative/runtime/pom.xml
+++ b/extensions/knative/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-knative-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/kotlin-dsl/deployment/pom.xml b/extensions/kotlin-dsl/deployment/pom.xml
index 82f2701..934a305 100644
--- a/extensions/kotlin-dsl/deployment/pom.xml
+++ b/extensions/kotlin-dsl/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-kotlin-dsl-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/kotlin-dsl/pom.xml b/extensions/kotlin-dsl/pom.xml
index 449799d..fa96678 100644
--- a/extensions/kotlin-dsl/pom.xml
+++ b/extensions/kotlin-dsl/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/kotlin-dsl/runtime/pom.xml b/extensions/kotlin-dsl/runtime/pom.xml
index b38d198..2ab815e 100644
--- a/extensions/kotlin-dsl/runtime/pom.xml
+++ b/extensions/kotlin-dsl/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-kotlin-dsl-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/kotlin/deployment/pom.xml b/extensions/kotlin/deployment/pom.xml
index 831c146..e7a927f 100644
--- a/extensions/kotlin/deployment/pom.xml
+++ b/extensions/kotlin/deployment/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-kotlin-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/extensions/kotlin/pom.xml b/extensions/kotlin/pom.xml
index 457e29d..56d654b 100644
--- a/extensions/kotlin/pom.xml
+++ b/extensions/kotlin/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/kotlin/runtime/pom.xml b/extensions/kotlin/runtime/pom.xml
index 91888db..2d1f2b0 100644
--- a/extensions/kotlin/runtime/pom.xml
+++ b/extensions/kotlin/runtime/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-kotlin-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/extensions/kubernetes-cluster-service/deployment/pom.xml b/extensions/kubernetes-cluster-service/deployment/pom.xml
index fd7c47f..c9bafc7 100644
--- a/extensions/kubernetes-cluster-service/deployment/pom.xml
+++ b/extensions/kubernetes-cluster-service/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-kubernetes-cluster-service-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/kubernetes-cluster-service/pom.xml b/extensions/kubernetes-cluster-service/pom.xml
index 1e6830f..5bf6dbb 100644
--- a/extensions/kubernetes-cluster-service/pom.xml
+++ b/extensions/kubernetes-cluster-service/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/kubernetes-cluster-service/runtime/pom.xml b/extensions/kubernetes-cluster-service/runtime/pom.xml
index 1b4573e..b88adae 100644
--- a/extensions/kubernetes-cluster-service/runtime/pom.xml
+++ b/extensions/kubernetes-cluster-service/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-kubernetes-cluster-service-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/kubernetes/deployment/pom.xml b/extensions/kubernetes/deployment/pom.xml
index ec3eb96..53deb3b 100644
--- a/extensions/kubernetes/deployment/pom.xml
+++ b/extensions/kubernetes/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-kubernetes-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/kubernetes/pom.xml b/extensions/kubernetes/pom.xml
index 3674b30..4ff2ffc 100644
--- a/extensions/kubernetes/pom.xml
+++ b/extensions/kubernetes/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/kubernetes/runtime/pom.xml b/extensions/kubernetes/runtime/pom.xml
index 1018146..d6d764a 100644
--- a/extensions/kubernetes/runtime/pom.xml
+++ b/extensions/kubernetes/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-kubernetes-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/kudu/client/pom.xml b/extensions/kudu/client/pom.xml
index c8e6386..0dfc83c 100644
--- a/extensions/kudu/client/pom.xml
+++ b/extensions/kudu/client/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-kudu-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/kudu/deployment/pom.xml b/extensions/kudu/deployment/pom.xml
index 2a2e8fa..260ed4c 100644
--- a/extensions/kudu/deployment/pom.xml
+++ b/extensions/kudu/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-kudu-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/kudu/pom.xml b/extensions/kudu/pom.xml
index 83b4ab8..099cb99 100644
--- a/extensions/kudu/pom.xml
+++ b/extensions/kudu/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/kudu/runtime/pom.xml b/extensions/kudu/runtime/pom.xml
index 8124d46..c13cc81 100644
--- a/extensions/kudu/runtime/pom.xml
+++ b/extensions/kudu/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-kudu-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/langchain4j-chat/deployment/pom.xml b/extensions/langchain4j-chat/deployment/pom.xml
index 47ee924..d4a1c6e 100644
--- a/extensions/langchain4j-chat/deployment/pom.xml
+++ b/extensions/langchain4j-chat/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-langchain4j-chat-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/langchain4j-chat/pom.xml b/extensions/langchain4j-chat/pom.xml
index 4aff5a6..6388180 100644
--- a/extensions/langchain4j-chat/pom.xml
+++ b/extensions/langchain4j-chat/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/langchain4j-chat/runtime/pom.xml b/extensions/langchain4j-chat/runtime/pom.xml
index ba96849..621d7c1 100644
--- a/extensions/langchain4j-chat/runtime/pom.xml
+++ b/extensions/langchain4j-chat/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-langchain4j-chat-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/language/deployment/pom.xml b/extensions/language/deployment/pom.xml
index f7d7bf5..3f8d6b7 100644
--- a/extensions/language/deployment/pom.xml
+++ b/extensions/language/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-language-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/language/pom.xml b/extensions/language/pom.xml
index e4bd971..5311fb4 100644
--- a/extensions/language/pom.xml
+++ b/extensions/language/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/language/runtime/pom.xml b/extensions/language/runtime/pom.xml
index 695d1fc..5c17df7 100644
--- a/extensions/language/runtime/pom.xml
+++ b/extensions/language/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-language-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/ldap/deployment/pom.xml b/extensions/ldap/deployment/pom.xml
index 6be25f0..1e12160 100644
--- a/extensions/ldap/deployment/pom.xml
+++ b/extensions/ldap/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-ldap-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/ldap/pom.xml b/extensions/ldap/pom.xml
index f0e45b3..227ff82 100644
--- a/extensions/ldap/pom.xml
+++ b/extensions/ldap/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/ldap/runtime/pom.xml b/extensions/ldap/runtime/pom.xml
index 6e4e1ec..7197a29 100644
--- a/extensions/ldap/runtime/pom.xml
+++ b/extensions/ldap/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-ldap-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/leveldb/deployment/pom.xml b/extensions/leveldb/deployment/pom.xml
index 5048691..d71f7f5 100644
--- a/extensions/leveldb/deployment/pom.xml
+++ b/extensions/leveldb/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-leveldb-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/leveldb/pom.xml b/extensions/leveldb/pom.xml
index 2773ed8..4bc746e 100644
--- a/extensions/leveldb/pom.xml
+++ b/extensions/leveldb/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/leveldb/runtime/pom.xml b/extensions/leveldb/runtime/pom.xml
index adf10b5..9cf089f 100644
--- a/extensions/leveldb/runtime/pom.xml
+++ b/extensions/leveldb/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-leveldb-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/log/deployment/pom.xml b/extensions/log/deployment/pom.xml
index 5debdca..b6fc247 100644
--- a/extensions/log/deployment/pom.xml
+++ b/extensions/log/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-log-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/log/pom.xml b/extensions/log/pom.xml
index 24e8209..3098092 100644
--- a/extensions/log/pom.xml
+++ b/extensions/log/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/log/runtime/pom.xml b/extensions/log/runtime/pom.xml
index ddb2d96..687d494 100644
--- a/extensions/log/runtime/pom.xml
+++ b/extensions/log/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-log-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/lra/deployment/pom.xml b/extensions/lra/deployment/pom.xml
index 5bd637e..edc696d 100644
--- a/extensions/lra/deployment/pom.xml
+++ b/extensions/lra/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-lra-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/lra/pom.xml b/extensions/lra/pom.xml
index ef7a8f6..a0df579 100644
--- a/extensions/lra/pom.xml
+++ b/extensions/lra/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/lra/runtime/pom.xml b/extensions/lra/runtime/pom.xml
index 0a37699..ff0bc51 100644
--- a/extensions/lra/runtime/pom.xml
+++ b/extensions/lra/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-lra-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/lumberjack/deployment/pom.xml b/extensions/lumberjack/deployment/pom.xml
index 040e949..0df2fc4 100644
--- a/extensions/lumberjack/deployment/pom.xml
+++ b/extensions/lumberjack/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-lumberjack-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/lumberjack/pom.xml b/extensions/lumberjack/pom.xml
index 2523fa5..a4d8353 100644
--- a/extensions/lumberjack/pom.xml
+++ b/extensions/lumberjack/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/lumberjack/runtime/pom.xml b/extensions/lumberjack/runtime/pom.xml
index 2eed27b..f3eef58 100644
--- a/extensions/lumberjack/runtime/pom.xml
+++ b/extensions/lumberjack/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-lumberjack-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/lzf/deployment/pom.xml b/extensions/lzf/deployment/pom.xml
index 1322814..b5e374d 100644
--- a/extensions/lzf/deployment/pom.xml
+++ b/extensions/lzf/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-lzf-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/lzf/pom.xml b/extensions/lzf/pom.xml
index c6e78eb..5e8ed92 100644
--- a/extensions/lzf/pom.xml
+++ b/extensions/lzf/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/lzf/runtime/pom.xml b/extensions/lzf/runtime/pom.xml
index c9ccab1..efa0255 100644
--- a/extensions/lzf/runtime/pom.xml
+++ b/extensions/lzf/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-lzf-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/mail/deployment/pom.xml b/extensions/mail/deployment/pom.xml
index 7c721cc..ed0911c 100644
--- a/extensions/mail/deployment/pom.xml
+++ b/extensions/mail/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-mail-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/mail/pom.xml b/extensions/mail/pom.xml
index 6595cc6..22c68ca 100644
--- a/extensions/mail/pom.xml
+++ b/extensions/mail/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/mail/runtime/pom.xml b/extensions/mail/runtime/pom.xml
index fa78397..4176ebf 100644
--- a/extensions/mail/runtime/pom.xml
+++ b/extensions/mail/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-mail-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/management/deployment/pom.xml b/extensions/management/deployment/pom.xml
index 9b05f15..26a574f 100644
--- a/extensions/management/deployment/pom.xml
+++ b/extensions/management/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-management-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/management/pom.xml b/extensions/management/pom.xml
index 293d733..a30b8ec 100644
--- a/extensions/management/pom.xml
+++ b/extensions/management/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/management/runtime/pom.xml b/extensions/management/runtime/pom.xml
index e72a318..37cc9cc 100644
--- a/extensions/management/runtime/pom.xml
+++ b/extensions/management/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-management-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/mapstruct/deployment/pom.xml b/extensions/mapstruct/deployment/pom.xml
index 06050d1..36fc2b8 100644
--- a/extensions/mapstruct/deployment/pom.xml
+++ b/extensions/mapstruct/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-mapstruct-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/mapstruct/pom.xml b/extensions/mapstruct/pom.xml
index 694682e..8084cf7 100644
--- a/extensions/mapstruct/pom.xml
+++ b/extensions/mapstruct/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/mapstruct/runtime/pom.xml b/extensions/mapstruct/runtime/pom.xml
index ae5613c..802ff5f 100644
--- a/extensions/mapstruct/runtime/pom.xml
+++ b/extensions/mapstruct/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-mapstruct-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/master/deployment/pom.xml b/extensions/master/deployment/pom.xml
index ab1cdf9..fa411b7 100644
--- a/extensions/master/deployment/pom.xml
+++ b/extensions/master/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-master-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/master/pom.xml b/extensions/master/pom.xml
index 69f8744..6156bb3 100644
--- a/extensions/master/pom.xml
+++ b/extensions/master/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/master/runtime/pom.xml b/extensions/master/runtime/pom.xml
index 3a19dfe..145b35d 100644
--- a/extensions/master/runtime/pom.xml
+++ b/extensions/master/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-master-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/micrometer/deployment/pom.xml b/extensions/micrometer/deployment/pom.xml
index 13351a8..22d6c10 100644
--- a/extensions/micrometer/deployment/pom.xml
+++ b/extensions/micrometer/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-micrometer-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/micrometer/pom.xml b/extensions/micrometer/pom.xml
index 1be1723..f3afc25 100644
--- a/extensions/micrometer/pom.xml
+++ b/extensions/micrometer/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/micrometer/runtime/pom.xml b/extensions/micrometer/runtime/pom.xml
index 20384c7..81ef9f5 100644
--- a/extensions/micrometer/runtime/pom.xml
+++ b/extensions/micrometer/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-micrometer-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/microprofile-fault-tolerance/deployment/pom.xml b/extensions/microprofile-fault-tolerance/deployment/pom.xml
index b183b23..0c015f8 100644
--- a/extensions/microprofile-fault-tolerance/deployment/pom.xml
+++ b/extensions/microprofile-fault-tolerance/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-microprofile-fault-tolerance-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/microprofile-fault-tolerance/pom.xml b/extensions/microprofile-fault-tolerance/pom.xml
index 70bed1c..b70fc72 100644
--- a/extensions/microprofile-fault-tolerance/pom.xml
+++ b/extensions/microprofile-fault-tolerance/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/microprofile-fault-tolerance/runtime/pom.xml b/extensions/microprofile-fault-tolerance/runtime/pom.xml
index 3aadcbb..87eea83 100644
--- a/extensions/microprofile-fault-tolerance/runtime/pom.xml
+++ b/extensions/microprofile-fault-tolerance/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-microprofile-fault-tolerance-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/microprofile-health/deployment/pom.xml b/extensions/microprofile-health/deployment/pom.xml
index d4381a2..745d067 100644
--- a/extensions/microprofile-health/deployment/pom.xml
+++ b/extensions/microprofile-health/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-microprofile-health-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/microprofile-health/pom.xml b/extensions/microprofile-health/pom.xml
index 179f49d..a533466 100644
--- a/extensions/microprofile-health/pom.xml
+++ b/extensions/microprofile-health/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/microprofile-health/runtime/pom.xml b/extensions/microprofile-health/runtime/pom.xml
index c4bf059..5063ebb 100644
--- a/extensions/microprofile-health/runtime/pom.xml
+++ b/extensions/microprofile-health/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-microprofile-health-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/minio/deployment/pom.xml b/extensions/minio/deployment/pom.xml
index 51a1179..3e89294 100644
--- a/extensions/minio/deployment/pom.xml
+++ b/extensions/minio/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-minio-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/minio/pom.xml b/extensions/minio/pom.xml
index 157e43b..24f696e6b 100644
--- a/extensions/minio/pom.xml
+++ b/extensions/minio/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/minio/runtime/pom.xml b/extensions/minio/runtime/pom.xml
index e3d947c..6496579 100644
--- a/extensions/minio/runtime/pom.xml
+++ b/extensions/minio/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-minio-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/mllp/deployment/pom.xml b/extensions/mllp/deployment/pom.xml
index cb66d00..b7a2c9a 100644
--- a/extensions/mllp/deployment/pom.xml
+++ b/extensions/mllp/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-mllp-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/mllp/pom.xml b/extensions/mllp/pom.xml
index 493b3f6..5ace5d4 100644
--- a/extensions/mllp/pom.xml
+++ b/extensions/mllp/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/mllp/runtime/pom.xml b/extensions/mllp/runtime/pom.xml
index a59f208..19ae8ae 100644
--- a/extensions/mllp/runtime/pom.xml
+++ b/extensions/mllp/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-mllp-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/mock/deployment/pom.xml b/extensions/mock/deployment/pom.xml
index d232781..c99ab8c 100644
--- a/extensions/mock/deployment/pom.xml
+++ b/extensions/mock/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-mock-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/mock/pom.xml b/extensions/mock/pom.xml
index ee12968..3dffd91 100644
--- a/extensions/mock/pom.xml
+++ b/extensions/mock/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/mock/runtime/pom.xml b/extensions/mock/runtime/pom.xml
index 429a9a5..c69057e 100644
--- a/extensions/mock/runtime/pom.xml
+++ b/extensions/mock/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-mock-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/mongodb-gridfs/deployment/pom.xml b/extensions/mongodb-gridfs/deployment/pom.xml
index 88f98b2..f69716a 100644
--- a/extensions/mongodb-gridfs/deployment/pom.xml
+++ b/extensions/mongodb-gridfs/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-mongodb-gridfs-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/mongodb-gridfs/pom.xml b/extensions/mongodb-gridfs/pom.xml
index dd5b32f..ee52f33 100644
--- a/extensions/mongodb-gridfs/pom.xml
+++ b/extensions/mongodb-gridfs/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/mongodb-gridfs/runtime/pom.xml b/extensions/mongodb-gridfs/runtime/pom.xml
index 0ee1be6..1882b74 100644
--- a/extensions/mongodb-gridfs/runtime/pom.xml
+++ b/extensions/mongodb-gridfs/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-mongodb-gridfs-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/mongodb/deployment/pom.xml b/extensions/mongodb/deployment/pom.xml
index 7f61e59..aedfcfe 100644
--- a/extensions/mongodb/deployment/pom.xml
+++ b/extensions/mongodb/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-mongodb-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/mongodb/pom.xml b/extensions/mongodb/pom.xml
index 495c939..f57f423 100644
--- a/extensions/mongodb/pom.xml
+++ b/extensions/mongodb/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/mongodb/runtime/pom.xml b/extensions/mongodb/runtime/pom.xml
index a91b9dc..523775a 100644
--- a/extensions/mongodb/runtime/pom.xml
+++ b/extensions/mongodb/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-mongodb-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/mustache/deployment/pom.xml b/extensions/mustache/deployment/pom.xml
index 28dc425..e5f5058 100644
--- a/extensions/mustache/deployment/pom.xml
+++ b/extensions/mustache/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-mustache-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/mustache/pom.xml b/extensions/mustache/pom.xml
index 929d548..79cb620 100644
--- a/extensions/mustache/pom.xml
+++ b/extensions/mustache/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/mustache/runtime/pom.xml b/extensions/mustache/runtime/pom.xml
index f64b919..031e6ba 100644
--- a/extensions/mustache/runtime/pom.xml
+++ b/extensions/mustache/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-mustache-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/mybatis/deployment/pom.xml b/extensions/mybatis/deployment/pom.xml
index a1ab5fc..0c5d5f6 100644
--- a/extensions/mybatis/deployment/pom.xml
+++ b/extensions/mybatis/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-mybatis-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/mybatis/pom.xml b/extensions/mybatis/pom.xml
index a2020f2..fc011c6 100644
--- a/extensions/mybatis/pom.xml
+++ b/extensions/mybatis/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/mybatis/runtime/pom.xml b/extensions/mybatis/runtime/pom.xml
index b33f6ea..9c10fc0 100644
--- a/extensions/mybatis/runtime/pom.xml
+++ b/extensions/mybatis/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-mybatis-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/nats/deployment/pom.xml b/extensions/nats/deployment/pom.xml
index 310ddeb..bd7cc49 100644
--- a/extensions/nats/deployment/pom.xml
+++ b/extensions/nats/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-nats-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/nats/pom.xml b/extensions/nats/pom.xml
index 26257f9..357666e 100644
--- a/extensions/nats/pom.xml
+++ b/extensions/nats/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/nats/runtime/pom.xml b/extensions/nats/runtime/pom.xml
index 14c3219..c8cdd45 100644
--- a/extensions/nats/runtime/pom.xml
+++ b/extensions/nats/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-nats-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/netty-http/deployment/pom.xml b/extensions/netty-http/deployment/pom.xml
index fed5f37..b8a6817 100644
--- a/extensions/netty-http/deployment/pom.xml
+++ b/extensions/netty-http/deployment/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-netty-http-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/extensions/netty-http/pom.xml b/extensions/netty-http/pom.xml
index 2523a19..d89a804 100644
--- a/extensions/netty-http/pom.xml
+++ b/extensions/netty-http/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/netty-http/runtime/pom.xml b/extensions/netty-http/runtime/pom.xml
index b0cc268..a2921a8 100644
--- a/extensions/netty-http/runtime/pom.xml
+++ b/extensions/netty-http/runtime/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-netty-http-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/extensions/netty/deployment/pom.xml b/extensions/netty/deployment/pom.xml
index 2a3e2ac..95e6dc9 100644
--- a/extensions/netty/deployment/pom.xml
+++ b/extensions/netty/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-netty-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/netty/pom.xml b/extensions/netty/pom.xml
index 8136648..d812599 100644
--- a/extensions/netty/pom.xml
+++ b/extensions/netty/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/netty/runtime/pom.xml b/extensions/netty/runtime/pom.xml
index 39e6966..7d7e7ce 100644
--- a/extensions/netty/runtime/pom.xml
+++ b/extensions/netty/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-netty-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/nitrite/deployment/pom.xml b/extensions/nitrite/deployment/pom.xml
index 1559900..b74e702 100644
--- a/extensions/nitrite/deployment/pom.xml
+++ b/extensions/nitrite/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-nitrite-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/nitrite/pom.xml b/extensions/nitrite/pom.xml
index da919eb..9d21e46 100644
--- a/extensions/nitrite/pom.xml
+++ b/extensions/nitrite/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/nitrite/runtime/pom.xml b/extensions/nitrite/runtime/pom.xml
index 7920d68..7552bc6 100644
--- a/extensions/nitrite/runtime/pom.xml
+++ b/extensions/nitrite/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-nitrite-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/oaipmh/deployment/pom.xml b/extensions/oaipmh/deployment/pom.xml
index 9714c05..af5b49b 100644
--- a/extensions/oaipmh/deployment/pom.xml
+++ b/extensions/oaipmh/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-oaipmh-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/oaipmh/pom.xml b/extensions/oaipmh/pom.xml
index b948963..ff22c0b 100644
--- a/extensions/oaipmh/pom.xml
+++ b/extensions/oaipmh/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/oaipmh/runtime/pom.xml b/extensions/oaipmh/runtime/pom.xml
index 0d4ef4d..7368695 100644
--- a/extensions/oaipmh/runtime/pom.xml
+++ b/extensions/oaipmh/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-oaipmh-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/ognl/deployment/pom.xml b/extensions/ognl/deployment/pom.xml
index dc73ec9..d9ac154 100644
--- a/extensions/ognl/deployment/pom.xml
+++ b/extensions/ognl/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-ognl-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/ognl/pom.xml b/extensions/ognl/pom.xml
index 3f29b94..75bc873 100644
--- a/extensions/ognl/pom.xml
+++ b/extensions/ognl/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/ognl/runtime/pom.xml b/extensions/ognl/runtime/pom.xml
index 923f5ba..fdd2a91 100644
--- a/extensions/ognl/runtime/pom.xml
+++ b/extensions/ognl/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-ognl-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/olingo4/deployment/pom.xml b/extensions/olingo4/deployment/pom.xml
index 9ab81d6..56d13ea 100644
--- a/extensions/olingo4/deployment/pom.xml
+++ b/extensions/olingo4/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-olingo4-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/olingo4/pom.xml b/extensions/olingo4/pom.xml
index ebbc764..370d0dc 100644
--- a/extensions/olingo4/pom.xml
+++ b/extensions/olingo4/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/olingo4/runtime/pom.xml b/extensions/olingo4/runtime/pom.xml
index c251fb2..5eb5545 100644
--- a/extensions/olingo4/runtime/pom.xml
+++ b/extensions/olingo4/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-olingo4-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/openapi-java/deployment/pom.xml b/extensions/openapi-java/deployment/pom.xml
index 511803d..ae08231 100644
--- a/extensions/openapi-java/deployment/pom.xml
+++ b/extensions/openapi-java/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-openapi-java-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/openapi-java/pom.xml b/extensions/openapi-java/pom.xml
index 45c1c7c..3145051 100644
--- a/extensions/openapi-java/pom.xml
+++ b/extensions/openapi-java/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/openapi-java/runtime/pom.xml b/extensions/openapi-java/runtime/pom.xml
index e623032..317ad75 100644
--- a/extensions/openapi-java/runtime/pom.xml
+++ b/extensions/openapi-java/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-openapi-java-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/openstack/deployment/pom.xml b/extensions/openstack/deployment/pom.xml
index 880efa7..85e4373 100644
--- a/extensions/openstack/deployment/pom.xml
+++ b/extensions/openstack/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-openstack-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/openstack/pom.xml b/extensions/openstack/pom.xml
index a1591c2..2e9ffd3 100644
--- a/extensions/openstack/pom.xml
+++ b/extensions/openstack/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/openstack/runtime/pom.xml b/extensions/openstack/runtime/pom.xml
index 21792b6..d14d22e 100644
--- a/extensions/openstack/runtime/pom.xml
+++ b/extensions/openstack/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-openstack-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/opentelemetry/deployment/pom.xml b/extensions/opentelemetry/deployment/pom.xml
index 16c9c85..af7ff61 100644
--- a/extensions/opentelemetry/deployment/pom.xml
+++ b/extensions/opentelemetry/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-opentelemetry-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/opentelemetry/pom.xml b/extensions/opentelemetry/pom.xml
index d4c4915..ecfadee 100644
--- a/extensions/opentelemetry/pom.xml
+++ b/extensions/opentelemetry/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/opentelemetry/runtime/pom.xml b/extensions/opentelemetry/runtime/pom.xml
index aff4438..1707532 100644
--- a/extensions/opentelemetry/runtime/pom.xml
+++ b/extensions/opentelemetry/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-opentelemetry-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/optaplanner/deployment/pom.xml b/extensions/optaplanner/deployment/pom.xml
index 34ae312..a8cdfe1 100644
--- a/extensions/optaplanner/deployment/pom.xml
+++ b/extensions/optaplanner/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-optaplanner-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/optaplanner/pom.xml b/extensions/optaplanner/pom.xml
index 1d5ec23..15ab841 100644
--- a/extensions/optaplanner/pom.xml
+++ b/extensions/optaplanner/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/optaplanner/runtime/pom.xml b/extensions/optaplanner/runtime/pom.xml
index 7c92729..cf4ae25 100644
--- a/extensions/optaplanner/runtime/pom.xml
+++ b/extensions/optaplanner/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-optaplanner-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/paho-mqtt5/deployment/pom.xml b/extensions/paho-mqtt5/deployment/pom.xml
index 283e3f5..9938b98 100644
--- a/extensions/paho-mqtt5/deployment/pom.xml
+++ b/extensions/paho-mqtt5/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-paho-mqtt5-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/paho-mqtt5/pom.xml b/extensions/paho-mqtt5/pom.xml
index a3beb63..c986d64 100644
--- a/extensions/paho-mqtt5/pom.xml
+++ b/extensions/paho-mqtt5/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/paho-mqtt5/runtime/pom.xml b/extensions/paho-mqtt5/runtime/pom.xml
index 533c6b8..79d053e 100644
--- a/extensions/paho-mqtt5/runtime/pom.xml
+++ b/extensions/paho-mqtt5/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-paho-mqtt5-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/paho/deployment/pom.xml b/extensions/paho/deployment/pom.xml
index bd8ede3..5482ebb 100644
--- a/extensions/paho/deployment/pom.xml
+++ b/extensions/paho/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-paho-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/paho/pom.xml b/extensions/paho/pom.xml
index 25036d6..17d2c3c 100644
--- a/extensions/paho/pom.xml
+++ b/extensions/paho/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/paho/runtime/pom.xml b/extensions/paho/runtime/pom.xml
index 71c7e04..a418fa7 100644
--- a/extensions/paho/runtime/pom.xml
+++ b/extensions/paho/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-paho-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/pdf/deployment/pom.xml b/extensions/pdf/deployment/pom.xml
index ef506c0..ec9898a 100644
--- a/extensions/pdf/deployment/pom.xml
+++ b/extensions/pdf/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-pdf-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/pdf/pom.xml b/extensions/pdf/pom.xml
index 8a78ac4..e034b96 100644
--- a/extensions/pdf/pom.xml
+++ b/extensions/pdf/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/pdf/runtime/pom.xml b/extensions/pdf/runtime/pom.xml
index ed2c0e3..b769ce1 100644
--- a/extensions/pdf/runtime/pom.xml
+++ b/extensions/pdf/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-pdf-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/pg-replication-slot/deployment/pom.xml b/extensions/pg-replication-slot/deployment/pom.xml
index 595eff6..cf5448c 100644
--- a/extensions/pg-replication-slot/deployment/pom.xml
+++ b/extensions/pg-replication-slot/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-pg-replication-slot-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/pg-replication-slot/pom.xml b/extensions/pg-replication-slot/pom.xml
index 99398b4..e8127a0 100644
--- a/extensions/pg-replication-slot/pom.xml
+++ b/extensions/pg-replication-slot/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/pg-replication-slot/runtime/pom.xml b/extensions/pg-replication-slot/runtime/pom.xml
index 724cfb7..31163b9 100644
--- a/extensions/pg-replication-slot/runtime/pom.xml
+++ b/extensions/pg-replication-slot/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-pg-replication-slot-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/pgevent/deployment/pom.xml b/extensions/pgevent/deployment/pom.xml
index 5ada36d..afca009 100644
--- a/extensions/pgevent/deployment/pom.xml
+++ b/extensions/pgevent/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-pgevent-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/pgevent/pom.xml b/extensions/pgevent/pom.xml
index bf26e5a..03821ad 100644
--- a/extensions/pgevent/pom.xml
+++ b/extensions/pgevent/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/pgevent/runtime/pom.xml b/extensions/pgevent/runtime/pom.xml
index 50a28d5..6df70ef 100644
--- a/extensions/pgevent/runtime/pom.xml
+++ b/extensions/pgevent/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-pgevent-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/pinecone/deployment/pom.xml b/extensions/pinecone/deployment/pom.xml
index ec11cfb..5e67dc3 100644
--- a/extensions/pinecone/deployment/pom.xml
+++ b/extensions/pinecone/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-pinecone-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/pinecone/pom.xml b/extensions/pinecone/pom.xml
index e325343..c0da382 100644
--- a/extensions/pinecone/pom.xml
+++ b/extensions/pinecone/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/pinecone/runtime/pom.xml b/extensions/pinecone/runtime/pom.xml
index 3c16e52..cff9ab4 100644
--- a/extensions/pinecone/runtime/pom.xml
+++ b/extensions/pinecone/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-pinecone-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/platform-http/deployment/pom.xml b/extensions/platform-http/deployment/pom.xml
index 46a2bfc..45bc6fb 100644
--- a/extensions/platform-http/deployment/pom.xml
+++ b/extensions/platform-http/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-platform-http-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/platform-http/pom.xml b/extensions/platform-http/pom.xml
index 52f0387..adc0682 100644
--- a/extensions/platform-http/pom.xml
+++ b/extensions/platform-http/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/platform-http/runtime/pom.xml b/extensions/platform-http/runtime/pom.xml
index 9b08f5a..a4eecf8 100644
--- a/extensions/platform-http/runtime/pom.xml
+++ b/extensions/platform-http/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-platform-http-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/pom.xml b/extensions/pom.xml
index e40582e..89e3f77 100644
--- a/extensions/pom.xml
+++ b/extensions/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../poms/build-parent/pom.xml</relativePath>
</parent>
diff --git a/extensions/protobuf/deployment/pom.xml b/extensions/protobuf/deployment/pom.xml
index 5493f2d..0e98175 100644
--- a/extensions/protobuf/deployment/pom.xml
+++ b/extensions/protobuf/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-protobuf-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/protobuf/pom.xml b/extensions/protobuf/pom.xml
index b8b19d7..48165dd 100644
--- a/extensions/protobuf/pom.xml
+++ b/extensions/protobuf/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/protobuf/runtime/pom.xml b/extensions/protobuf/runtime/pom.xml
index 307f4a0..acb14bd 100644
--- a/extensions/protobuf/runtime/pom.xml
+++ b/extensions/protobuf/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-protobuf-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/pubnub/deployment/pom.xml b/extensions/pubnub/deployment/pom.xml
index 7b336e8..09af233 100644
--- a/extensions/pubnub/deployment/pom.xml
+++ b/extensions/pubnub/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-pubnub-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/pubnub/pom.xml b/extensions/pubnub/pom.xml
index df3fe41..53f833e 100644
--- a/extensions/pubnub/pom.xml
+++ b/extensions/pubnub/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/pubnub/runtime/pom.xml b/extensions/pubnub/runtime/pom.xml
index f2f5822..762fef7 100644
--- a/extensions/pubnub/runtime/pom.xml
+++ b/extensions/pubnub/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-pubnub-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/qdrant/deployment/pom.xml b/extensions/qdrant/deployment/pom.xml
index f13e236..5a084db 100644
--- a/extensions/qdrant/deployment/pom.xml
+++ b/extensions/qdrant/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-qdrant-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/qdrant/pom.xml b/extensions/qdrant/pom.xml
index 374d1cf..963b622 100644
--- a/extensions/qdrant/pom.xml
+++ b/extensions/qdrant/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/qdrant/runtime/pom.xml b/extensions/qdrant/runtime/pom.xml
index a920f6e..a3dbfd2 100644
--- a/extensions/qdrant/runtime/pom.xml
+++ b/extensions/qdrant/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-qdrant-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/quartz/deployment/pom.xml b/extensions/quartz/deployment/pom.xml
index 4aa8e1f..aebf345 100644
--- a/extensions/quartz/deployment/pom.xml
+++ b/extensions/quartz/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-quartz-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/quartz/pom.xml b/extensions/quartz/pom.xml
index 85879d8..a7b84b4 100644
--- a/extensions/quartz/pom.xml
+++ b/extensions/quartz/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/quartz/runtime/pom.xml b/extensions/quartz/runtime/pom.xml
index 7f749ca..e51b45e 100644
--- a/extensions/quartz/runtime/pom.xml
+++ b/extensions/quartz/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-quartz-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/qute/component/pom.xml b/extensions/qute/component/pom.xml
index 22bf285..a4e91a6 100644
--- a/extensions/qute/component/pom.xml
+++ b/extensions/qute/component/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-qute-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/qute/deployment/pom.xml b/extensions/qute/deployment/pom.xml
index 3baf47e..1b88334 100644
--- a/extensions/qute/deployment/pom.xml
+++ b/extensions/qute/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-qute-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/qute/pom.xml b/extensions/qute/pom.xml
index 800d6fa..da29b0f 100644
--- a/extensions/qute/pom.xml
+++ b/extensions/qute/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/qute/runtime/pom.xml b/extensions/qute/runtime/pom.xml
index f446479..34bfd0f 100644
--- a/extensions/qute/runtime/pom.xml
+++ b/extensions/qute/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-qute-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/reactive-streams/deployment/pom.xml b/extensions/reactive-streams/deployment/pom.xml
index a7c1428..7fff393 100644
--- a/extensions/reactive-streams/deployment/pom.xml
+++ b/extensions/reactive-streams/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-reactive-streams-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/reactive-streams/pom.xml b/extensions/reactive-streams/pom.xml
index e5fa231..416926b 100644
--- a/extensions/reactive-streams/pom.xml
+++ b/extensions/reactive-streams/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/reactive-streams/runtime/pom.xml b/extensions/reactive-streams/runtime/pom.xml
index 11a64fa..3e140c2 100644
--- a/extensions/reactive-streams/runtime/pom.xml
+++ b/extensions/reactive-streams/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-reactive-streams-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/ref/deployment/pom.xml b/extensions/ref/deployment/pom.xml
index 9c613e2..f48a79c 100644
--- a/extensions/ref/deployment/pom.xml
+++ b/extensions/ref/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-ref-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/ref/pom.xml b/extensions/ref/pom.xml
index 2d7506a..531bb77 100644
--- a/extensions/ref/pom.xml
+++ b/extensions/ref/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/ref/runtime/pom.xml b/extensions/ref/runtime/pom.xml
index aeb52e6..0198b57 100644
--- a/extensions/ref/runtime/pom.xml
+++ b/extensions/ref/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-ref-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/rest-openapi/deployment/pom.xml b/extensions/rest-openapi/deployment/pom.xml
index 62f91ad..3f18bcf 100644
--- a/extensions/rest-openapi/deployment/pom.xml
+++ b/extensions/rest-openapi/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-rest-openapi-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/rest-openapi/pom.xml b/extensions/rest-openapi/pom.xml
index 0f65976..7a2081f 100644
--- a/extensions/rest-openapi/pom.xml
+++ b/extensions/rest-openapi/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/rest-openapi/runtime/pom.xml b/extensions/rest-openapi/runtime/pom.xml
index cf3dfb3..178a089 100644
--- a/extensions/rest-openapi/runtime/pom.xml
+++ b/extensions/rest-openapi/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-rest-openapi-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/rest/deployment/pom.xml b/extensions/rest/deployment/pom.xml
index 7958f62..f17166e 100644
--- a/extensions/rest/deployment/pom.xml
+++ b/extensions/rest/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-rest-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/rest/pom.xml b/extensions/rest/pom.xml
index 185c050..a7adfb8 100644
--- a/extensions/rest/pom.xml
+++ b/extensions/rest/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/rest/runtime/pom.xml b/extensions/rest/runtime/pom.xml
index e1bb7d0..433dc84 100644
--- a/extensions/rest/runtime/pom.xml
+++ b/extensions/rest/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-rest-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/rss/deployment/pom.xml b/extensions/rss/deployment/pom.xml
index 8ea9072..8d4be98 100644
--- a/extensions/rss/deployment/pom.xml
+++ b/extensions/rss/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-rss-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/rss/pom.xml b/extensions/rss/pom.xml
index 2725efb..bd56822 100644
--- a/extensions/rss/pom.xml
+++ b/extensions/rss/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/rss/runtime/pom.xml b/extensions/rss/runtime/pom.xml
index f0f1925..1416e0d 100644
--- a/extensions/rss/runtime/pom.xml
+++ b/extensions/rss/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-rss-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/saga/deployment/pom.xml b/extensions/saga/deployment/pom.xml
index c8ecb6e..63baba8 100644
--- a/extensions/saga/deployment/pom.xml
+++ b/extensions/saga/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-saga-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/saga/pom.xml b/extensions/saga/pom.xml
index cfe52b6..e613e28 100644
--- a/extensions/saga/pom.xml
+++ b/extensions/saga/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/saga/runtime/pom.xml b/extensions/saga/runtime/pom.xml
index 1991664..cb01f1c 100644
--- a/extensions/saga/runtime/pom.xml
+++ b/extensions/saga/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-saga-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/salesforce/deployment/pom.xml b/extensions/salesforce/deployment/pom.xml
index bb7ae1c..606e474 100644
--- a/extensions/salesforce/deployment/pom.xml
+++ b/extensions/salesforce/deployment/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-salesforce-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/extensions/salesforce/pom.xml b/extensions/salesforce/pom.xml
index 2977b11..07f3095 100644
--- a/extensions/salesforce/pom.xml
+++ b/extensions/salesforce/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/salesforce/runtime/pom.xml b/extensions/salesforce/runtime/pom.xml
index 8efcc3f..63bd1bf 100644
--- a/extensions/salesforce/runtime/pom.xml
+++ b/extensions/salesforce/runtime/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-salesforce-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/extensions/sap-netweaver/deployment/pom.xml b/extensions/sap-netweaver/deployment/pom.xml
index 02c4b29..725fa6f 100644
--- a/extensions/sap-netweaver/deployment/pom.xml
+++ b/extensions/sap-netweaver/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-sap-netweaver-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/sap-netweaver/pom.xml b/extensions/sap-netweaver/pom.xml
index 0074473..776cbfd 100644
--- a/extensions/sap-netweaver/pom.xml
+++ b/extensions/sap-netweaver/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/sap-netweaver/runtime/pom.xml b/extensions/sap-netweaver/runtime/pom.xml
index b41fc52..24929b3 100644
--- a/extensions/sap-netweaver/runtime/pom.xml
+++ b/extensions/sap-netweaver/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-sap-netweaver-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/saxon/deployment/pom.xml b/extensions/saxon/deployment/pom.xml
index 9aee25d..89b3775 100644
--- a/extensions/saxon/deployment/pom.xml
+++ b/extensions/saxon/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-saxon-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/saxon/pom.xml b/extensions/saxon/pom.xml
index 51fe617..41c6c83 100644
--- a/extensions/saxon/pom.xml
+++ b/extensions/saxon/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/saxon/runtime/pom.xml b/extensions/saxon/runtime/pom.xml
index a688545..46035a6 100644
--- a/extensions/saxon/runtime/pom.xml
+++ b/extensions/saxon/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-saxon-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/scheduler/deployment/pom.xml b/extensions/scheduler/deployment/pom.xml
index cf2632c..22d8760 100644
--- a/extensions/scheduler/deployment/pom.xml
+++ b/extensions/scheduler/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-scheduler-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/scheduler/pom.xml b/extensions/scheduler/pom.xml
index ff07c1f..12d5b91 100644
--- a/extensions/scheduler/pom.xml
+++ b/extensions/scheduler/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/scheduler/runtime/pom.xml b/extensions/scheduler/runtime/pom.xml
index e507b03..b80809e 100644
--- a/extensions/scheduler/runtime/pom.xml
+++ b/extensions/scheduler/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-scheduler-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/seda/deployment/pom.xml b/extensions/seda/deployment/pom.xml
index c449f03..ad3e5f3 100644
--- a/extensions/seda/deployment/pom.xml
+++ b/extensions/seda/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-seda-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/seda/pom.xml b/extensions/seda/pom.xml
index 48edb73..8f3750d 100644
--- a/extensions/seda/pom.xml
+++ b/extensions/seda/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/seda/runtime/pom.xml b/extensions/seda/runtime/pom.xml
index 319d145..30add81 100644
--- a/extensions/seda/runtime/pom.xml
+++ b/extensions/seda/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-seda-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/servicenow/deployment/pom.xml b/extensions/servicenow/deployment/pom.xml
index 4762966..e66a038 100644
--- a/extensions/servicenow/deployment/pom.xml
+++ b/extensions/servicenow/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-servicenow-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/servicenow/pom.xml b/extensions/servicenow/pom.xml
index 24f1cdf..c592d67 100644
--- a/extensions/servicenow/pom.xml
+++ b/extensions/servicenow/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/servicenow/runtime/pom.xml b/extensions/servicenow/runtime/pom.xml
index 83c5e0d..6de6ea8 100644
--- a/extensions/servicenow/runtime/pom.xml
+++ b/extensions/servicenow/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-servicenow-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/servlet/deployment/pom.xml b/extensions/servlet/deployment/pom.xml
index 842a9a2..4759ea2 100644
--- a/extensions/servlet/deployment/pom.xml
+++ b/extensions/servlet/deployment/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-servlet-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/extensions/servlet/pom.xml b/extensions/servlet/pom.xml
index 8ec18ef..001848c 100644
--- a/extensions/servlet/pom.xml
+++ b/extensions/servlet/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/servlet/runtime/pom.xml b/extensions/servlet/runtime/pom.xml
index ea75c8d..db50ab5 100644
--- a/extensions/servlet/runtime/pom.xml
+++ b/extensions/servlet/runtime/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-servlet-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/extensions/shiro/deployment/pom.xml b/extensions/shiro/deployment/pom.xml
index d1e6c74..df65410 100644
--- a/extensions/shiro/deployment/pom.xml
+++ b/extensions/shiro/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-shiro-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/shiro/pom.xml b/extensions/shiro/pom.xml
index b13f1de..e85d37a 100644
--- a/extensions/shiro/pom.xml
+++ b/extensions/shiro/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/shiro/runtime/pom.xml b/extensions/shiro/runtime/pom.xml
index f25883f..a1e985a 100644
--- a/extensions/shiro/runtime/pom.xml
+++ b/extensions/shiro/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-shiro-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/sjms/deployment/pom.xml b/extensions/sjms/deployment/pom.xml
index df3aebe..fbcffff 100644
--- a/extensions/sjms/deployment/pom.xml
+++ b/extensions/sjms/deployment/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-sjms-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/extensions/sjms/pom.xml b/extensions/sjms/pom.xml
index c492eb2..9be1719 100644
--- a/extensions/sjms/pom.xml
+++ b/extensions/sjms/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/sjms/runtime/pom.xml b/extensions/sjms/runtime/pom.xml
index cab4e33..5d3e3ff 100644
--- a/extensions/sjms/runtime/pom.xml
+++ b/extensions/sjms/runtime/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-sjms-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/extensions/sjms2/deployment/pom.xml b/extensions/sjms2/deployment/pom.xml
index 123cf77..d20079b 100644
--- a/extensions/sjms2/deployment/pom.xml
+++ b/extensions/sjms2/deployment/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-sjms2-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/extensions/sjms2/pom.xml b/extensions/sjms2/pom.xml
index 313e80c..394cc62 100644
--- a/extensions/sjms2/pom.xml
+++ b/extensions/sjms2/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/sjms2/runtime/pom.xml b/extensions/sjms2/runtime/pom.xml
index 933ecdf..73428f5 100644
--- a/extensions/sjms2/runtime/pom.xml
+++ b/extensions/sjms2/runtime/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-sjms2-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/extensions/slack/deployment/pom.xml b/extensions/slack/deployment/pom.xml
index a2b07c3..857b3f1 100644
--- a/extensions/slack/deployment/pom.xml
+++ b/extensions/slack/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-slack-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/slack/pom.xml b/extensions/slack/pom.xml
index 5c0418c..de7ea2a 100644
--- a/extensions/slack/pom.xml
+++ b/extensions/slack/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/slack/runtime/pom.xml b/extensions/slack/runtime/pom.xml
index 876bd23..b149e5b 100644
--- a/extensions/slack/runtime/pom.xml
+++ b/extensions/slack/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-slack-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/smallrye-reactive-messaging/deployment/pom.xml b/extensions/smallrye-reactive-messaging/deployment/pom.xml
index 6f6c890..a7bcabc 100644
--- a/extensions/smallrye-reactive-messaging/deployment/pom.xml
+++ b/extensions/smallrye-reactive-messaging/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-smallrye-reactive-messaging-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/smallrye-reactive-messaging/pom.xml b/extensions/smallrye-reactive-messaging/pom.xml
index c21864a..e0b8141 100644
--- a/extensions/smallrye-reactive-messaging/pom.xml
+++ b/extensions/smallrye-reactive-messaging/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/smallrye-reactive-messaging/runtime/pom.xml b/extensions/smallrye-reactive-messaging/runtime/pom.xml
index db9b4e0..bb7f9c2 100644
--- a/extensions/smallrye-reactive-messaging/runtime/pom.xml
+++ b/extensions/smallrye-reactive-messaging/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-smallrye-reactive-messaging-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/smb/deployment/pom.xml b/extensions/smb/deployment/pom.xml
index ef6dd53..268d53e 100644
--- a/extensions/smb/deployment/pom.xml
+++ b/extensions/smb/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-smb-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/smb/pom.xml b/extensions/smb/pom.xml
index 216d52d..02eaeb7 100644
--- a/extensions/smb/pom.xml
+++ b/extensions/smb/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/smb/runtime/pom.xml b/extensions/smb/runtime/pom.xml
index c3045c2..4a6ad18 100644
--- a/extensions/smb/runtime/pom.xml
+++ b/extensions/smb/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-smb-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/snakeyaml/deployment/pom.xml b/extensions/snakeyaml/deployment/pom.xml
index a44b1a6..5692b88 100644
--- a/extensions/snakeyaml/deployment/pom.xml
+++ b/extensions/snakeyaml/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-snakeyaml-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/snakeyaml/pom.xml b/extensions/snakeyaml/pom.xml
index 662dd34..6bd8430 100644
--- a/extensions/snakeyaml/pom.xml
+++ b/extensions/snakeyaml/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/snakeyaml/runtime/pom.xml b/extensions/snakeyaml/runtime/pom.xml
index 96e5288..0fe4229 100644
--- a/extensions/snakeyaml/runtime/pom.xml
+++ b/extensions/snakeyaml/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-snakeyaml-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/soap/deployment/pom.xml b/extensions/soap/deployment/pom.xml
index 1e54f8e..0be2d93 100644
--- a/extensions/soap/deployment/pom.xml
+++ b/extensions/soap/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-soap-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/soap/pom.xml b/extensions/soap/pom.xml
index da6e994..31505b5 100644
--- a/extensions/soap/pom.xml
+++ b/extensions/soap/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/soap/runtime/pom.xml b/extensions/soap/runtime/pom.xml
index b050e6d..3185424 100644
--- a/extensions/soap/runtime/pom.xml
+++ b/extensions/soap/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-soap-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/splunk-hec/deployment/pom.xml b/extensions/splunk-hec/deployment/pom.xml
index b7926eb..449b4b7 100644
--- a/extensions/splunk-hec/deployment/pom.xml
+++ b/extensions/splunk-hec/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-splunk-hec-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/splunk-hec/pom.xml b/extensions/splunk-hec/pom.xml
index 7414b4c..132d177 100644
--- a/extensions/splunk-hec/pom.xml
+++ b/extensions/splunk-hec/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/splunk-hec/runtime/pom.xml b/extensions/splunk-hec/runtime/pom.xml
index 19140e0..a3c9b9c 100644
--- a/extensions/splunk-hec/runtime/pom.xml
+++ b/extensions/splunk-hec/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-splunk-hec-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/splunk/deployment/pom.xml b/extensions/splunk/deployment/pom.xml
index dbbd381..80907e8 100644
--- a/extensions/splunk/deployment/pom.xml
+++ b/extensions/splunk/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-splunk-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/splunk/pom.xml b/extensions/splunk/pom.xml
index 98697db..3b79cb2 100644
--- a/extensions/splunk/pom.xml
+++ b/extensions/splunk/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/splunk/runtime/pom.xml b/extensions/splunk/runtime/pom.xml
index 46cab95..4295e22 100644
--- a/extensions/splunk/runtime/pom.xml
+++ b/extensions/splunk/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-splunk-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/spring-rabbitmq/deployment/pom.xml b/extensions/spring-rabbitmq/deployment/pom.xml
index b7d1338..2fc15e4 100644
--- a/extensions/spring-rabbitmq/deployment/pom.xml
+++ b/extensions/spring-rabbitmq/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-spring-rabbitmq-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/spring-rabbitmq/pom.xml b/extensions/spring-rabbitmq/pom.xml
index e0dc023..2269d31 100644
--- a/extensions/spring-rabbitmq/pom.xml
+++ b/extensions/spring-rabbitmq/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/spring-rabbitmq/runtime/pom.xml b/extensions/spring-rabbitmq/runtime/pom.xml
index b72294c..f9fa6f8 100644
--- a/extensions/spring-rabbitmq/runtime/pom.xml
+++ b/extensions/spring-rabbitmq/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-spring-rabbitmq-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/sql/deployment/pom.xml b/extensions/sql/deployment/pom.xml
index d394a40..15bb024 100644
--- a/extensions/sql/deployment/pom.xml
+++ b/extensions/sql/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-sql-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/sql/pom.xml b/extensions/sql/pom.xml
index 8d4fef0..7646ee4 100644
--- a/extensions/sql/pom.xml
+++ b/extensions/sql/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/sql/runtime/pom.xml b/extensions/sql/runtime/pom.xml
index 8aecd44..c34a657 100644
--- a/extensions/sql/runtime/pom.xml
+++ b/extensions/sql/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-sql-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/ssh/deployment/pom.xml b/extensions/ssh/deployment/pom.xml
index bfbb68e..1d1bdb6 100644
--- a/extensions/ssh/deployment/pom.xml
+++ b/extensions/ssh/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-ssh-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/ssh/pom.xml b/extensions/ssh/pom.xml
index 3df9902..6eaa67f 100644
--- a/extensions/ssh/pom.xml
+++ b/extensions/ssh/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/ssh/runtime/pom.xml b/extensions/ssh/runtime/pom.xml
index a27a01c..5c2c961 100644
--- a/extensions/ssh/runtime/pom.xml
+++ b/extensions/ssh/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-ssh-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/stax/deployment/pom.xml b/extensions/stax/deployment/pom.xml
index 62fdd3a..1806ffc 100644
--- a/extensions/stax/deployment/pom.xml
+++ b/extensions/stax/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-stax-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/stax/pom.xml b/extensions/stax/pom.xml
index 55ee12c..7719bd6 100644
--- a/extensions/stax/pom.xml
+++ b/extensions/stax/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/stax/runtime/pom.xml b/extensions/stax/runtime/pom.xml
index 4300a74..492245b 100644
--- a/extensions/stax/runtime/pom.xml
+++ b/extensions/stax/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-stax-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/stream/deployment/pom.xml b/extensions/stream/deployment/pom.xml
index 9c83056..c5bbbc9 100644
--- a/extensions/stream/deployment/pom.xml
+++ b/extensions/stream/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-stream-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/stream/pom.xml b/extensions/stream/pom.xml
index 9e5ebcf..966ad33 100644
--- a/extensions/stream/pom.xml
+++ b/extensions/stream/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/stream/runtime/pom.xml b/extensions/stream/runtime/pom.xml
index 1f3408f..cc1c02f 100644
--- a/extensions/stream/runtime/pom.xml
+++ b/extensions/stream/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-stream-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/stringtemplate/deployment/pom.xml b/extensions/stringtemplate/deployment/pom.xml
index 8558518..82b71c6 100644
--- a/extensions/stringtemplate/deployment/pom.xml
+++ b/extensions/stringtemplate/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-stringtemplate-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/stringtemplate/pom.xml b/extensions/stringtemplate/pom.xml
index dd43eed..1e71db1 100644
--- a/extensions/stringtemplate/pom.xml
+++ b/extensions/stringtemplate/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/stringtemplate/runtime/pom.xml b/extensions/stringtemplate/runtime/pom.xml
index 36c4986..1cdb4b7 100644
--- a/extensions/stringtemplate/runtime/pom.xml
+++ b/extensions/stringtemplate/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-stringtemplate-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/swift/deployment/pom.xml b/extensions/swift/deployment/pom.xml
index 3d3eed3..107645f 100644
--- a/extensions/swift/deployment/pom.xml
+++ b/extensions/swift/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-swift-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/swift/pom.xml b/extensions/swift/pom.xml
index b7ab388..b5bdf9a 100644
--- a/extensions/swift/pom.xml
+++ b/extensions/swift/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/swift/runtime/pom.xml b/extensions/swift/runtime/pom.xml
index 558eb6c..91737d8 100644
--- a/extensions/swift/runtime/pom.xml
+++ b/extensions/swift/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-swift-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/syslog/deployment/pom.xml b/extensions/syslog/deployment/pom.xml
index fa17c35..9f05151 100644
--- a/extensions/syslog/deployment/pom.xml
+++ b/extensions/syslog/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-syslog-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/syslog/pom.xml b/extensions/syslog/pom.xml
index d7582d5..19dc36b 100644
--- a/extensions/syslog/pom.xml
+++ b/extensions/syslog/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/syslog/runtime/pom.xml b/extensions/syslog/runtime/pom.xml
index ecfdef9..97ccc4e 100644
--- a/extensions/syslog/runtime/pom.xml
+++ b/extensions/syslog/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-syslog-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/tarfile/deployment/pom.xml b/extensions/tarfile/deployment/pom.xml
index d1b686a..283e1d9 100644
--- a/extensions/tarfile/deployment/pom.xml
+++ b/extensions/tarfile/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-tarfile-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/tarfile/pom.xml b/extensions/tarfile/pom.xml
index c569f23..b5e70e3 100644
--- a/extensions/tarfile/pom.xml
+++ b/extensions/tarfile/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/tarfile/runtime/pom.xml b/extensions/tarfile/runtime/pom.xml
index 1a36976..49bd808 100644
--- a/extensions/tarfile/runtime/pom.xml
+++ b/extensions/tarfile/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-tarfile-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/telegram/deployment/pom.xml b/extensions/telegram/deployment/pom.xml
index 137d9c3..37bbc88 100644
--- a/extensions/telegram/deployment/pom.xml
+++ b/extensions/telegram/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-telegram-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/telegram/pom.xml b/extensions/telegram/pom.xml
index 73b3c58..c56e8c3 100644
--- a/extensions/telegram/pom.xml
+++ b/extensions/telegram/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/telegram/runtime/pom.xml b/extensions/telegram/runtime/pom.xml
index 6b1faf8..6d05ae2 100644
--- a/extensions/telegram/runtime/pom.xml
+++ b/extensions/telegram/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-telegram-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/tika/deployment/pom.xml b/extensions/tika/deployment/pom.xml
index 449ddc3..d8dcd6e 100644
--- a/extensions/tika/deployment/pom.xml
+++ b/extensions/tika/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-tika-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/tika/pom.xml b/extensions/tika/pom.xml
index bac4ce4..b7b7a99 100644
--- a/extensions/tika/pom.xml
+++ b/extensions/tika/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/tika/runtime/pom.xml b/extensions/tika/runtime/pom.xml
index 1d89322..0712412 100644
--- a/extensions/tika/runtime/pom.xml
+++ b/extensions/tika/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-tika-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/timer/deployment/pom.xml b/extensions/timer/deployment/pom.xml
index a11de95..0145c44 100644
--- a/extensions/timer/deployment/pom.xml
+++ b/extensions/timer/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-timer-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/timer/pom.xml b/extensions/timer/pom.xml
index 18a9f16..620c9b7 100644
--- a/extensions/timer/pom.xml
+++ b/extensions/timer/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/timer/runtime/pom.xml b/extensions/timer/runtime/pom.xml
index 9417b6a..cd3f5e4 100644
--- a/extensions/timer/runtime/pom.xml
+++ b/extensions/timer/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-timer-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/twilio/deployment/pom.xml b/extensions/twilio/deployment/pom.xml
index a0de284..7428fda 100644
--- a/extensions/twilio/deployment/pom.xml
+++ b/extensions/twilio/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-twilio-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/twilio/pom.xml b/extensions/twilio/pom.xml
index ee986df..297c4d7 100644
--- a/extensions/twilio/pom.xml
+++ b/extensions/twilio/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/twilio/runtime/pom.xml b/extensions/twilio/runtime/pom.xml
index 3dc1fe0..b1a236a 100644
--- a/extensions/twilio/runtime/pom.xml
+++ b/extensions/twilio/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-twilio-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/twitter/deployment/pom.xml b/extensions/twitter/deployment/pom.xml
index 2242905..c6f70b0 100644
--- a/extensions/twitter/deployment/pom.xml
+++ b/extensions/twitter/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-twitter-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/twitter/pom.xml b/extensions/twitter/pom.xml
index 286f068..f676117 100644
--- a/extensions/twitter/pom.xml
+++ b/extensions/twitter/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/twitter/runtime/pom.xml b/extensions/twitter/runtime/pom.xml
index fa7ceb0..9f1aeb7 100644
--- a/extensions/twitter/runtime/pom.xml
+++ b/extensions/twitter/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-twitter-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/univocity-parsers/deployment/pom.xml b/extensions/univocity-parsers/deployment/pom.xml
index 4a26e29..9180c27 100644
--- a/extensions/univocity-parsers/deployment/pom.xml
+++ b/extensions/univocity-parsers/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-univocity-parsers-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/univocity-parsers/pom.xml b/extensions/univocity-parsers/pom.xml
index 8d16b28..53e5161 100644
--- a/extensions/univocity-parsers/pom.xml
+++ b/extensions/univocity-parsers/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/univocity-parsers/runtime/pom.xml b/extensions/univocity-parsers/runtime/pom.xml
index 24ce913..af5e693 100644
--- a/extensions/univocity-parsers/runtime/pom.xml
+++ b/extensions/univocity-parsers/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-univocity-parsers-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/validator/deployment/pom.xml b/extensions/validator/deployment/pom.xml
index 856c4b8..928593b 100644
--- a/extensions/validator/deployment/pom.xml
+++ b/extensions/validator/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-validator-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/validator/pom.xml b/extensions/validator/pom.xml
index e2d0815..a233f76 100644
--- a/extensions/validator/pom.xml
+++ b/extensions/validator/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/validator/runtime/pom.xml b/extensions/validator/runtime/pom.xml
index bdefd23..d7c5406 100644
--- a/extensions/validator/runtime/pom.xml
+++ b/extensions/validator/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-validator-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/velocity/deployment/pom.xml b/extensions/velocity/deployment/pom.xml
index bef0012..55083f8 100644
--- a/extensions/velocity/deployment/pom.xml
+++ b/extensions/velocity/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-velocity-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/velocity/pom.xml b/extensions/velocity/pom.xml
index dd2b9e7..20c5587 100644
--- a/extensions/velocity/pom.xml
+++ b/extensions/velocity/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/velocity/runtime/pom.xml b/extensions/velocity/runtime/pom.xml
index ee56535..d402a57 100644
--- a/extensions/velocity/runtime/pom.xml
+++ b/extensions/velocity/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-velocity-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/vertx-http/deployment/pom.xml b/extensions/vertx-http/deployment/pom.xml
index 056c6df..9b5e33b 100644
--- a/extensions/vertx-http/deployment/pom.xml
+++ b/extensions/vertx-http/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-vertx-http-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/vertx-http/pom.xml b/extensions/vertx-http/pom.xml
index 82ed048..84eaec3 100644
--- a/extensions/vertx-http/pom.xml
+++ b/extensions/vertx-http/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/vertx-http/runtime/pom.xml b/extensions/vertx-http/runtime/pom.xml
index 80758da..8cb28fe 100644
--- a/extensions/vertx-http/runtime/pom.xml
+++ b/extensions/vertx-http/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-vertx-http-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/vertx-websocket/deployment/pom.xml b/extensions/vertx-websocket/deployment/pom.xml
index a73e01f..c8f0c71 100644
--- a/extensions/vertx-websocket/deployment/pom.xml
+++ b/extensions/vertx-websocket/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-vertx-websocket-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/vertx-websocket/pom.xml b/extensions/vertx-websocket/pom.xml
index 79e3b4c..2e814cc 100644
--- a/extensions/vertx-websocket/pom.xml
+++ b/extensions/vertx-websocket/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/vertx-websocket/runtime/pom.xml b/extensions/vertx-websocket/runtime/pom.xml
index 8809694..cf21d2c 100644
--- a/extensions/vertx-websocket/runtime/pom.xml
+++ b/extensions/vertx-websocket/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-vertx-websocket-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/vertx/deployment/pom.xml b/extensions/vertx/deployment/pom.xml
index 626000a..1d3bf8d 100644
--- a/extensions/vertx/deployment/pom.xml
+++ b/extensions/vertx/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-vertx-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/vertx/pom.xml b/extensions/vertx/pom.xml
index 5b2664b..9b140b0 100644
--- a/extensions/vertx/pom.xml
+++ b/extensions/vertx/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/vertx/runtime/pom.xml b/extensions/vertx/runtime/pom.xml
index 683ce1d..492b973 100644
--- a/extensions/vertx/runtime/pom.xml
+++ b/extensions/vertx/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-vertx-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/wasm/deployment/pom.xml b/extensions/wasm/deployment/pom.xml
index 40e1c4f..931d4bd 100644
--- a/extensions/wasm/deployment/pom.xml
+++ b/extensions/wasm/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-wasm-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/wasm/pom.xml b/extensions/wasm/pom.xml
index 0bcbeab..568197b 100644
--- a/extensions/wasm/pom.xml
+++ b/extensions/wasm/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/wasm/runtime/pom.xml b/extensions/wasm/runtime/pom.xml
index ff4c280..0179561 100644
--- a/extensions/wasm/runtime/pom.xml
+++ b/extensions/wasm/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-wasm-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/weather/deployment/pom.xml b/extensions/weather/deployment/pom.xml
index 60fa5ca..3af8c09 100644
--- a/extensions/weather/deployment/pom.xml
+++ b/extensions/weather/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-weather-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/weather/pom.xml b/extensions/weather/pom.xml
index 2a2eb37..05f2b68 100644
--- a/extensions/weather/pom.xml
+++ b/extensions/weather/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/weather/runtime/pom.xml b/extensions/weather/runtime/pom.xml
index cdeb14b..8eac4ba 100644
--- a/extensions/weather/runtime/pom.xml
+++ b/extensions/weather/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-weather-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/xchange/deployment/pom.xml b/extensions/xchange/deployment/pom.xml
index d348cf1..634ccc2 100644
--- a/extensions/xchange/deployment/pom.xml
+++ b/extensions/xchange/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-xchange-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/xchange/pom.xml b/extensions/xchange/pom.xml
index 0b001df..38236d5 100644
--- a/extensions/xchange/pom.xml
+++ b/extensions/xchange/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/xchange/runtime/pom.xml b/extensions/xchange/runtime/pom.xml
index d7bad81..e6ee4f0 100644
--- a/extensions/xchange/runtime/pom.xml
+++ b/extensions/xchange/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-xchange-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/xj/deployment/pom.xml b/extensions/xj/deployment/pom.xml
index 6cefeb6..a01497f 100644
--- a/extensions/xj/deployment/pom.xml
+++ b/extensions/xj/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-xj-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/xj/pom.xml b/extensions/xj/pom.xml
index 7ffcc3f..8b011e0 100644
--- a/extensions/xj/pom.xml
+++ b/extensions/xj/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/xj/runtime/pom.xml b/extensions/xj/runtime/pom.xml
index 11fa084..f9904e2 100644
--- a/extensions/xj/runtime/pom.xml
+++ b/extensions/xj/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-xj-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/xmlsecurity/deployment/pom.xml b/extensions/xmlsecurity/deployment/pom.xml
index 34d1947..35ca847 100644
--- a/extensions/xmlsecurity/deployment/pom.xml
+++ b/extensions/xmlsecurity/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-xmlsecurity-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/xmlsecurity/pom.xml b/extensions/xmlsecurity/pom.xml
index 487a557..58d96bd 100644
--- a/extensions/xmlsecurity/pom.xml
+++ b/extensions/xmlsecurity/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/xmlsecurity/runtime/pom.xml b/extensions/xmlsecurity/runtime/pom.xml
index fa413bd..52cfd70 100644
--- a/extensions/xmlsecurity/runtime/pom.xml
+++ b/extensions/xmlsecurity/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-xmlsecurity-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/xpath/deployment/pom.xml b/extensions/xpath/deployment/pom.xml
index 54377bf..451d80c 100644
--- a/extensions/xpath/deployment/pom.xml
+++ b/extensions/xpath/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-xpath-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/xpath/pom.xml b/extensions/xpath/pom.xml
index d5976cc..4c8a292 100644
--- a/extensions/xpath/pom.xml
+++ b/extensions/xpath/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/xpath/runtime/pom.xml b/extensions/xpath/runtime/pom.xml
index 04aac29..348b70e 100644
--- a/extensions/xpath/runtime/pom.xml
+++ b/extensions/xpath/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-xpath-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/xslt-saxon/deployment/pom.xml b/extensions/xslt-saxon/deployment/pom.xml
index b5cc3df..2d44c56 100644
--- a/extensions/xslt-saxon/deployment/pom.xml
+++ b/extensions/xslt-saxon/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-xslt-saxon-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/xslt-saxon/pom.xml b/extensions/xslt-saxon/pom.xml
index b00801f..bea3580 100644
--- a/extensions/xslt-saxon/pom.xml
+++ b/extensions/xslt-saxon/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/xslt-saxon/runtime/pom.xml b/extensions/xslt-saxon/runtime/pom.xml
index 3fae121..82e5ecd 100644
--- a/extensions/xslt-saxon/runtime/pom.xml
+++ b/extensions/xslt-saxon/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-xslt-saxon-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/xslt/deployment/pom.xml b/extensions/xslt/deployment/pom.xml
index e9987f0..52d0bf1 100644
--- a/extensions/xslt/deployment/pom.xml
+++ b/extensions/xslt/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-xslt-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/xslt/pom.xml b/extensions/xslt/pom.xml
index 94d192f..d09096b 100644
--- a/extensions/xslt/pom.xml
+++ b/extensions/xslt/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/xslt/runtime/pom.xml b/extensions/xslt/runtime/pom.xml
index 235b4e4..e2df9e8 100644
--- a/extensions/xslt/runtime/pom.xml
+++ b/extensions/xslt/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-xslt-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/zendesk/deployment/pom.xml b/extensions/zendesk/deployment/pom.xml
index 987f7a2..e4ea40d 100644
--- a/extensions/zendesk/deployment/pom.xml
+++ b/extensions/zendesk/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-zendesk-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/zendesk/pom.xml b/extensions/zendesk/pom.xml
index 286eeb0..1fd2ae2 100644
--- a/extensions/zendesk/pom.xml
+++ b/extensions/zendesk/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/zendesk/runtime/pom.xml b/extensions/zendesk/runtime/pom.xml
index 302e342..83d494b 100644
--- a/extensions/zendesk/runtime/pom.xml
+++ b/extensions/zendesk/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-zendesk-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/zip-deflater/deployment/pom.xml b/extensions/zip-deflater/deployment/pom.xml
index ac77ed6..b6d4a2b 100644
--- a/extensions/zip-deflater/deployment/pom.xml
+++ b/extensions/zip-deflater/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-zip-deflater-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/zip-deflater/pom.xml b/extensions/zip-deflater/pom.xml
index 31107f3..812629e 100644
--- a/extensions/zip-deflater/pom.xml
+++ b/extensions/zip-deflater/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/zip-deflater/runtime/pom.xml b/extensions/zip-deflater/runtime/pom.xml
index 940cd85..2dca3bc 100644
--- a/extensions/zip-deflater/runtime/pom.xml
+++ b/extensions/zip-deflater/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-zip-deflater-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/zipfile/deployment/pom.xml b/extensions/zipfile/deployment/pom.xml
index 913f3cb..43174ab 100644
--- a/extensions/zipfile/deployment/pom.xml
+++ b/extensions/zipfile/deployment/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-zipfile-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/zipfile/pom.xml b/extensions/zipfile/pom.xml
index 88853d4..9af5141 100644
--- a/extensions/zipfile/pom.xml
+++ b/extensions/zipfile/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/extensions/zipfile/runtime/pom.xml b/extensions/zipfile/runtime/pom.xml
index 0a2c5b7..28204af 100644
--- a/extensions/zipfile/runtime/pom.xml
+++ b/extensions/zipfile/runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-zipfile-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/integration-test-groups/aws2-quarkus-client/aws2-ddb/pom.xml b/integration-test-groups/aws2-quarkus-client/aws2-ddb/pom.xml
index f6c3e75..db56868 100644
--- a/integration-test-groups/aws2-quarkus-client/aws2-ddb/pom.xml
+++ b/integration-test-groups/aws2-quarkus-client/aws2-ddb/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-test-groups/aws2-quarkus-client/aws2-s3/pom.xml b/integration-test-groups/aws2-quarkus-client/aws2-s3/pom.xml
index 192c0ba..4cb0602 100644
--- a/integration-test-groups/aws2-quarkus-client/aws2-s3/pom.xml
+++ b/integration-test-groups/aws2-quarkus-client/aws2-s3/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-test-groups/aws2-quarkus-client/aws2-ses/pom.xml b/integration-test-groups/aws2-quarkus-client/aws2-ses/pom.xml
index 4bce616..c5b892d 100644
--- a/integration-test-groups/aws2-quarkus-client/aws2-ses/pom.xml
+++ b/integration-test-groups/aws2-quarkus-client/aws2-ses/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-test-groups/aws2-quarkus-client/aws2-sqs-sns/pom.xml b/integration-test-groups/aws2-quarkus-client/aws2-sqs-sns/pom.xml
index bcb6858..38827a7 100644
--- a/integration-test-groups/aws2-quarkus-client/aws2-sqs-sns/pom.xml
+++ b/integration-test-groups/aws2-quarkus-client/aws2-sqs-sns/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-test-groups/aws2-quarkus-client/aws2-sqs/pom.xml b/integration-test-groups/aws2-quarkus-client/aws2-sqs/pom.xml
index 277d6a0..3ca5532 100644
--- a/integration-test-groups/aws2-quarkus-client/aws2-sqs/pom.xml
+++ b/integration-test-groups/aws2-quarkus-client/aws2-sqs/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-test-groups/aws2-quarkus-client/pom.xml b/integration-test-groups/aws2-quarkus-client/pom.xml
index 081f225..e00d916 100644
--- a/integration-test-groups/aws2-quarkus-client/pom.xml
+++ b/integration-test-groups/aws2-quarkus-client/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-test-groups</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
</parent>
<artifactId>camel-quarkus-integration-tests-aws2-quarkus-client</artifactId>
diff --git a/integration-test-groups/aws2/aws2-cw/pom.xml b/integration-test-groups/aws2/aws2-cw/pom.xml
index 2a8b563..f4a325c 100644
--- a/integration-test-groups/aws2/aws2-cw/pom.xml
+++ b/integration-test-groups/aws2/aws2-cw/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-test-groups/aws2/aws2-ddb/pom.xml b/integration-test-groups/aws2/aws2-ddb/pom.xml
index 4eba8bb..8abd409 100644
--- a/integration-test-groups/aws2/aws2-ddb/pom.xml
+++ b/integration-test-groups/aws2/aws2-ddb/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-test-groups/aws2/aws2-kinesis/pom.xml b/integration-test-groups/aws2/aws2-kinesis/pom.xml
index 670e226..7665e19 100644
--- a/integration-test-groups/aws2/aws2-kinesis/pom.xml
+++ b/integration-test-groups/aws2/aws2-kinesis/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-test-groups/aws2/aws2-lambda/pom.xml b/integration-test-groups/aws2/aws2-lambda/pom.xml
index cfd9c19..3423b85 100644
--- a/integration-test-groups/aws2/aws2-lambda/pom.xml
+++ b/integration-test-groups/aws2/aws2-lambda/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-test-groups/aws2/aws2-s3/pom.xml b/integration-test-groups/aws2/aws2-s3/pom.xml
index 07c0a76..65e04bd 100644
--- a/integration-test-groups/aws2/aws2-s3/pom.xml
+++ b/integration-test-groups/aws2/aws2-s3/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-test-groups/aws2/aws2-ses/pom.xml b/integration-test-groups/aws2/aws2-ses/pom.xml
index c28e9e0..cbd7f5a 100644
--- a/integration-test-groups/aws2/aws2-ses/pom.xml
+++ b/integration-test-groups/aws2/aws2-ses/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-test-groups/aws2/aws2-sqs-sns/pom.xml b/integration-test-groups/aws2/aws2-sqs-sns/pom.xml
index 1b8aa88..4fd9924 100644
--- a/integration-test-groups/aws2/aws2-sqs-sns/pom.xml
+++ b/integration-test-groups/aws2/aws2-sqs-sns/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-test-groups/aws2/aws2-sqs/pom.xml b/integration-test-groups/aws2/aws2-sqs/pom.xml
index 78527d2..ab80c5b 100644
--- a/integration-test-groups/aws2/aws2-sqs/pom.xml
+++ b/integration-test-groups/aws2/aws2-sqs/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-test-groups/aws2/pom.xml b/integration-test-groups/aws2/pom.xml
index 8286736..03d6d7b 100644
--- a/integration-test-groups/aws2/pom.xml
+++ b/integration-test-groups/aws2/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-test-groups</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
</parent>
<artifactId>camel-quarkus-integration-tests-aws2</artifactId>
diff --git a/integration-test-groups/azure/azure-eventhubs/pom.xml b/integration-test-groups/azure/azure-eventhubs/pom.xml
index 166f530..76fd849 100644
--- a/integration-test-groups/azure/azure-eventhubs/pom.xml
+++ b/integration-test-groups/azure/azure-eventhubs/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-test-groups/azure/azure-key-vault/pom.xml b/integration-test-groups/azure/azure-key-vault/pom.xml
index ad74a06..a8b1fc2 100644
--- a/integration-test-groups/azure/azure-key-vault/pom.xml
+++ b/integration-test-groups/azure/azure-key-vault/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-test-groups/azure/azure-storage-blob/pom.xml b/integration-test-groups/azure/azure-storage-blob/pom.xml
index 3ff700a..c87d7b3 100644
--- a/integration-test-groups/azure/azure-storage-blob/pom.xml
+++ b/integration-test-groups/azure/azure-storage-blob/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-test-groups/azure/azure-storage-queue/pom.xml b/integration-test-groups/azure/azure-storage-queue/pom.xml
index 88c06d0..357f315 100644
--- a/integration-test-groups/azure/azure-storage-queue/pom.xml
+++ b/integration-test-groups/azure/azure-storage-queue/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-test-groups/azure/pom.xml b/integration-test-groups/azure/pom.xml
index 33f28f7..0181641 100644
--- a/integration-test-groups/azure/pom.xml
+++ b/integration-test-groups/azure/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-test-groups</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
</parent>
<artifactId>camel-quarkus-integration-tests-azure</artifactId>
diff --git a/integration-test-groups/compression/lzf/pom.xml b/integration-test-groups/compression/lzf/pom.xml
index 357f041..b57f6cf 100644
--- a/integration-test-groups/compression/lzf/pom.xml
+++ b/integration-test-groups/compression/lzf/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-test-groups/compression/pom.xml b/integration-test-groups/compression/pom.xml
index e57aa6b..d8b46b0 100644
--- a/integration-test-groups/compression/pom.xml
+++ b/integration-test-groups/compression/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-test-groups</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
</parent>
<artifactId>camel-quarkus-integration-tests-compression</artifactId>
diff --git a/integration-test-groups/compression/zip-deflater/pom.xml b/integration-test-groups/compression/zip-deflater/pom.xml
index c41e674..71ed9e0 100644
--- a/integration-test-groups/compression/zip-deflater/pom.xml
+++ b/integration-test-groups/compression/zip-deflater/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-test-groups/compression/zipfile/pom.xml b/integration-test-groups/compression/zipfile/pom.xml
index b968dd1..214f47e 100644
--- a/integration-test-groups/compression/zipfile/pom.xml
+++ b/integration-test-groups/compression/zipfile/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-test-groups/cxf-soap/cxf-soap-client/pom.xml b/integration-test-groups/cxf-soap/cxf-soap-client/pom.xml
index a885e4a..e6696e9 100644
--- a/integration-test-groups/cxf-soap/cxf-soap-client/pom.xml
+++ b/integration-test-groups/cxf-soap/cxf-soap-client/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-test-groups/cxf-soap/cxf-soap-converter/pom.xml b/integration-test-groups/cxf-soap/cxf-soap-converter/pom.xml
index 786b1aa..5757c73 100644
--- a/integration-test-groups/cxf-soap/cxf-soap-converter/pom.xml
+++ b/integration-test-groups/cxf-soap/cxf-soap-converter/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-test-groups/cxf-soap/cxf-soap-metrics/pom.xml b/integration-test-groups/cxf-soap/cxf-soap-metrics/pom.xml
index eb32ed2..575f8de 100644
--- a/integration-test-groups/cxf-soap/cxf-soap-metrics/pom.xml
+++ b/integration-test-groups/cxf-soap/cxf-soap-metrics/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-test-groups/cxf-soap/cxf-soap-mtom-awt/pom.xml b/integration-test-groups/cxf-soap/cxf-soap-mtom-awt/pom.xml
index 3b09eb5..d026300 100644
--- a/integration-test-groups/cxf-soap/cxf-soap-mtom-awt/pom.xml
+++ b/integration-test-groups/cxf-soap/cxf-soap-mtom-awt/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-test-groups/cxf-soap/cxf-soap-mtom/pom.xml b/integration-test-groups/cxf-soap/cxf-soap-mtom/pom.xml
index b5673a7..a39c96d 100644
--- a/integration-test-groups/cxf-soap/cxf-soap-mtom/pom.xml
+++ b/integration-test-groups/cxf-soap/cxf-soap-mtom/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-test-groups/cxf-soap/cxf-soap-rest/pom.xml b/integration-test-groups/cxf-soap/cxf-soap-rest/pom.xml
index c5ae083..b1478c9 100644
--- a/integration-test-groups/cxf-soap/cxf-soap-rest/pom.xml
+++ b/integration-test-groups/cxf-soap/cxf-soap-rest/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-test-groups/cxf-soap/cxf-soap-server/pom.xml b/integration-test-groups/cxf-soap/cxf-soap-server/pom.xml
index 1291f76..4874e91 100644
--- a/integration-test-groups/cxf-soap/cxf-soap-server/pom.xml
+++ b/integration-test-groups/cxf-soap/cxf-soap-server/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-test-groups/cxf-soap/cxf-soap-ssl/pom.xml b/integration-test-groups/cxf-soap/cxf-soap-ssl/pom.xml
index 104bb33..8821f0f 100644
--- a/integration-test-groups/cxf-soap/cxf-soap-ssl/pom.xml
+++ b/integration-test-groups/cxf-soap/cxf-soap-ssl/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-test-groups/cxf-soap/cxf-soap-ws-security-client/pom.xml b/integration-test-groups/cxf-soap/cxf-soap-ws-security-client/pom.xml
index 49ef221..16e5ef1 100644
--- a/integration-test-groups/cxf-soap/cxf-soap-ws-security-client/pom.xml
+++ b/integration-test-groups/cxf-soap/cxf-soap-ws-security-client/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-test-groups/cxf-soap/cxf-soap-ws-security-server/pom.xml b/integration-test-groups/cxf-soap/cxf-soap-ws-security-server/pom.xml
index e2782a3..a8874f8 100644
--- a/integration-test-groups/cxf-soap/cxf-soap-ws-security-server/pom.xml
+++ b/integration-test-groups/cxf-soap/cxf-soap-ws-security-server/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-test-groups/cxf-soap/cxf-soap-ws-trust/pom.xml b/integration-test-groups/cxf-soap/cxf-soap-ws-trust/pom.xml
index 021d6e0..2dc989f 100644
--- a/integration-test-groups/cxf-soap/cxf-soap-ws-trust/pom.xml
+++ b/integration-test-groups/cxf-soap/cxf-soap-ws-trust/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-test-groups/cxf-soap/pom.xml b/integration-test-groups/cxf-soap/pom.xml
index a8bb713..4a26fac 100644
--- a/integration-test-groups/cxf-soap/pom.xml
+++ b/integration-test-groups/cxf-soap/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-test-groups</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
</parent>
<artifactId>camel-quarkus-integration-tests-cxf-soap</artifactId>
diff --git a/integration-test-groups/dataformats-json/json-gson/pom.xml b/integration-test-groups/dataformats-json/json-gson/pom.xml
index 9878b69..298895f 100644
--- a/integration-test-groups/dataformats-json/json-gson/pom.xml
+++ b/integration-test-groups/dataformats-json/json-gson/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-test-groups/dataformats-json/json-jackson/pom.xml b/integration-test-groups/dataformats-json/json-jackson/pom.xml
index 15e7b96..2a2475a 100644
--- a/integration-test-groups/dataformats-json/json-jackson/pom.xml
+++ b/integration-test-groups/dataformats-json/json-jackson/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-test-groups/dataformats-json/json-jsonb/pom.xml b/integration-test-groups/dataformats-json/json-jsonb/pom.xml
index a26161a..3c42e67 100644
--- a/integration-test-groups/dataformats-json/json-jsonb/pom.xml
+++ b/integration-test-groups/dataformats-json/json-jsonb/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-test-groups/dataformats-json/pom.xml b/integration-test-groups/dataformats-json/pom.xml
index a021c15..c752ed2 100644
--- a/integration-test-groups/dataformats-json/pom.xml
+++ b/integration-test-groups/dataformats-json/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-test-groups</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
</parent>
<artifactId>camel-quarkus-integration-tests-dataformats-json</artifactId>
diff --git a/integration-test-groups/foundation/bean/pom.xml b/integration-test-groups/foundation/bean/pom.xml
index 04f6f63..2c7d0eb 100644
--- a/integration-test-groups/foundation/bean/pom.xml
+++ b/integration-test-groups/foundation/bean/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-test-groups/foundation/browse/pom.xml b/integration-test-groups/foundation/browse/pom.xml
index 1242274..504c97a 100644
--- a/integration-test-groups/foundation/browse/pom.xml
+++ b/integration-test-groups/foundation/browse/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-test-groups/foundation/component-name-resolver/pom.xml b/integration-test-groups/foundation/component-name-resolver/pom.xml
index b950b4d..564b2a7 100644
--- a/integration-test-groups/foundation/component-name-resolver/pom.xml
+++ b/integration-test-groups/foundation/component-name-resolver/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-test-groups/foundation/controlbus/pom.xml b/integration-test-groups/foundation/controlbus/pom.xml
index f102c64..a37fc3d 100644
--- a/integration-test-groups/foundation/controlbus/pom.xml
+++ b/integration-test-groups/foundation/controlbus/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-test-groups/foundation/core-annotations/pom.xml b/integration-test-groups/foundation/core-annotations/pom.xml
index 26d7037..a36c93c 100644
--- a/integration-test-groups/foundation/core-annotations/pom.xml
+++ b/integration-test-groups/foundation/core-annotations/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-test-groups/foundation/core-languages/pom.xml b/integration-test-groups/foundation/core-languages/pom.xml
index 13ca597..f4c7576 100644
--- a/integration-test-groups/foundation/core-languages/pom.xml
+++ b/integration-test-groups/foundation/core-languages/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-test-groups/foundation/core-thread-pools/pom.xml b/integration-test-groups/foundation/core-thread-pools/pom.xml
index 3d941a5..84f1543 100644
--- a/integration-test-groups/foundation/core-thread-pools/pom.xml
+++ b/integration-test-groups/foundation/core-thread-pools/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-test-groups/foundation/core/pom.xml b/integration-test-groups/foundation/core/pom.xml
index 9adf261..1706f2f 100644
--- a/integration-test-groups/foundation/core/pom.xml
+++ b/integration-test-groups/foundation/core/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-test-groups/foundation/customized-log-component/pom.xml b/integration-test-groups/foundation/customized-log-component/pom.xml
index 4e180f7..18f32b3 100644
--- a/integration-test-groups/foundation/customized-log-component/pom.xml
+++ b/integration-test-groups/foundation/customized-log-component/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-test-groups/foundation/dataset/pom.xml b/integration-test-groups/foundation/dataset/pom.xml
index 69ddb27..b4f21ba 100644
--- a/integration-test-groups/foundation/dataset/pom.xml
+++ b/integration-test-groups/foundation/dataset/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-test-groups/foundation/direct/pom.xml b/integration-test-groups/foundation/direct/pom.xml
index f4c0702..2af8141 100644
--- a/integration-test-groups/foundation/direct/pom.xml
+++ b/integration-test-groups/foundation/direct/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-test-groups/foundation/eip/pom.xml b/integration-test-groups/foundation/eip/pom.xml
index 22f3845..bf6f705 100644
--- a/integration-test-groups/foundation/eip/pom.xml
+++ b/integration-test-groups/foundation/eip/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-test-groups/foundation/language/pom.xml b/integration-test-groups/foundation/language/pom.xml
index 93700db..f1785b3 100644
--- a/integration-test-groups/foundation/language/pom.xml
+++ b/integration-test-groups/foundation/language/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-test-groups/foundation/log/pom.xml b/integration-test-groups/foundation/log/pom.xml
index 8979815..2e54764 100644
--- a/integration-test-groups/foundation/log/pom.xml
+++ b/integration-test-groups/foundation/log/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-test-groups/foundation/mock/pom.xml b/integration-test-groups/foundation/mock/pom.xml
index 3ce4a1a..8d084a5 100644
--- a/integration-test-groups/foundation/mock/pom.xml
+++ b/integration-test-groups/foundation/mock/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-test-groups/foundation/pom.xml b/integration-test-groups/foundation/pom.xml
index f62691c..83c44e0 100644
--- a/integration-test-groups/foundation/pom.xml
+++ b/integration-test-groups/foundation/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-test-groups</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
</parent>
<artifactId>camel-quarkus-integration-tests-foundation</artifactId>
diff --git a/integration-test-groups/foundation/ref/pom.xml b/integration-test-groups/foundation/ref/pom.xml
index 57b565f..db54400 100644
--- a/integration-test-groups/foundation/ref/pom.xml
+++ b/integration-test-groups/foundation/ref/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-test-groups/foundation/route-configurations/pom.xml b/integration-test-groups/foundation/route-configurations/pom.xml
index e5ab342..23a25b3 100644
--- a/integration-test-groups/foundation/route-configurations/pom.xml
+++ b/integration-test-groups/foundation/route-configurations/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-test-groups/foundation/scheduler/pom.xml b/integration-test-groups/foundation/scheduler/pom.xml
index 253d206..0b13263 100644
--- a/integration-test-groups/foundation/scheduler/pom.xml
+++ b/integration-test-groups/foundation/scheduler/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-test-groups/foundation/seda/pom.xml b/integration-test-groups/foundation/seda/pom.xml
index d5e29f9..28da7c9 100644
--- a/integration-test-groups/foundation/seda/pom.xml
+++ b/integration-test-groups/foundation/seda/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-test-groups/foundation/stream/pom.xml b/integration-test-groups/foundation/stream/pom.xml
index 85e83ff..60aaa09 100644
--- a/integration-test-groups/foundation/stream/pom.xml
+++ b/integration-test-groups/foundation/stream/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-test-groups/foundation/timer/pom.xml b/integration-test-groups/foundation/timer/pom.xml
index 43658e1..d8a3856 100644
--- a/integration-test-groups/foundation/timer/pom.xml
+++ b/integration-test-groups/foundation/timer/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-test-groups/foundation/transformer/pom.xml b/integration-test-groups/foundation/transformer/pom.xml
index c096333..1a4595c 100644
--- a/integration-test-groups/foundation/transformer/pom.xml
+++ b/integration-test-groups/foundation/transformer/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-test-groups/foundation/type-converter/pom.xml b/integration-test-groups/foundation/type-converter/pom.xml
index 3cf939a..9e9b8b4 100644
--- a/integration-test-groups/foundation/type-converter/pom.xml
+++ b/integration-test-groups/foundation/type-converter/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-test-groups/foundation/variables/pom.xml b/integration-test-groups/foundation/variables/pom.xml
index 500a47b..4d045d7 100644
--- a/integration-test-groups/foundation/variables/pom.xml
+++ b/integration-test-groups/foundation/variables/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-test-groups/http/common/pom.xml b/integration-test-groups/http/common/pom.xml
index 034b7d8..0199e27 100644
--- a/integration-test-groups/http/common/pom.xml
+++ b/integration-test-groups/http/common/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-test-groups/http/http/pom.xml b/integration-test-groups/http/http/pom.xml
index 6771012..9e9a4fd 100644
--- a/integration-test-groups/http/http/pom.xml
+++ b/integration-test-groups/http/http/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-test-groups/http/netty-http/pom.xml b/integration-test-groups/http/netty-http/pom.xml
index 490d4d0..ce6d536 100644
--- a/integration-test-groups/http/netty-http/pom.xml
+++ b/integration-test-groups/http/netty-http/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-test-groups/http/pom.xml b/integration-test-groups/http/pom.xml
index 9e9013c..38cd5d2 100644
--- a/integration-test-groups/http/pom.xml
+++ b/integration-test-groups/http/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-test-groups</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
</parent>
<artifactId>camel-quarkus-integration-tests-http</artifactId>
diff --git a/integration-test-groups/http/vertx-http/pom.xml b/integration-test-groups/http/vertx-http/pom.xml
index add6ea3..e380f14 100644
--- a/integration-test-groups/http/vertx-http/pom.xml
+++ b/integration-test-groups/http/vertx-http/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-test-groups/jdbc/db2/pom.xml b/integration-test-groups/jdbc/db2/pom.xml
index 0cdb66c..ce59e15 100644
--- a/integration-test-groups/jdbc/db2/pom.xml
+++ b/integration-test-groups/jdbc/db2/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-test-groups/jdbc/h2/pom.xml b/integration-test-groups/jdbc/h2/pom.xml
index 15e6251..91f5555 100644
--- a/integration-test-groups/jdbc/h2/pom.xml
+++ b/integration-test-groups/jdbc/h2/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-test-groups/jdbc/mariadb/pom.xml b/integration-test-groups/jdbc/mariadb/pom.xml
index 64ed07c..d600d97 100644
--- a/integration-test-groups/jdbc/mariadb/pom.xml
+++ b/integration-test-groups/jdbc/mariadb/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-test-groups/jdbc/mssql/pom.xml b/integration-test-groups/jdbc/mssql/pom.xml
index c98a9ca..b34ddba 100644
--- a/integration-test-groups/jdbc/mssql/pom.xml
+++ b/integration-test-groups/jdbc/mssql/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-test-groups/jdbc/mysql/pom.xml b/integration-test-groups/jdbc/mysql/pom.xml
index 2fd2346..395843e 100644
--- a/integration-test-groups/jdbc/mysql/pom.xml
+++ b/integration-test-groups/jdbc/mysql/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-test-groups/jdbc/oracle/pom.xml b/integration-test-groups/jdbc/oracle/pom.xml
index baeea84..1f4315d 100644
--- a/integration-test-groups/jdbc/oracle/pom.xml
+++ b/integration-test-groups/jdbc/oracle/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-test-groups/jdbc/pom.xml b/integration-test-groups/jdbc/pom.xml
index 9e542bf..82c5604 100644
--- a/integration-test-groups/jdbc/pom.xml
+++ b/integration-test-groups/jdbc/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-test-groups</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
</parent>
<artifactId>camel-quarkus-integration-tests-jdbc</artifactId>
diff --git a/integration-test-groups/jdbc/postgresql/pom.xml b/integration-test-groups/jdbc/postgresql/pom.xml
index d254cc7..ac22b06 100644
--- a/integration-test-groups/jdbc/postgresql/pom.xml
+++ b/integration-test-groups/jdbc/postgresql/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-test-groups/mongodb/mongodb-gridfs/pom.xml b/integration-test-groups/mongodb/mongodb-gridfs/pom.xml
index e4b6bc4..bfedf48 100644
--- a/integration-test-groups/mongodb/mongodb-gridfs/pom.xml
+++ b/integration-test-groups/mongodb/mongodb-gridfs/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-test-groups/mongodb/mongodb/pom.xml b/integration-test-groups/mongodb/mongodb/pom.xml
index 24543db..5a3dba1 100644
--- a/integration-test-groups/mongodb/mongodb/pom.xml
+++ b/integration-test-groups/mongodb/mongodb/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-test-groups/mongodb/pom.xml b/integration-test-groups/mongodb/pom.xml
index a6e6803..3892999 100644
--- a/integration-test-groups/mongodb/pom.xml
+++ b/integration-test-groups/mongodb/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-test-groups</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
</parent>
<artifactId>camel-quarkus-integration-tests-mongodb</artifactId>
diff --git a/integration-test-groups/pom.xml b/integration-test-groups/pom.xml
index 3b3c090..5f975f7 100644
--- a/integration-test-groups/pom.xml
+++ b/integration-test-groups/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/integration-test-groups/xml/jvm/xslt-aggregate/pom.xml b/integration-test-groups/xml/jvm/xslt-aggregate/pom.xml
index 7412266..deacbeb 100644
--- a/integration-test-groups/xml/jvm/xslt-aggregate/pom.xml
+++ b/integration-test-groups/xml/jvm/xslt-aggregate/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-test-groups/xml/jvm/xslt-bean/pom.xml b/integration-test-groups/xml/jvm/xslt-bean/pom.xml
index 3810447..b084fd2 100644
--- a/integration-test-groups/xml/jvm/xslt-bean/pom.xml
+++ b/integration-test-groups/xml/jvm/xslt-bean/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-test-groups/xml/jvm/xslt-file/pom.xml b/integration-test-groups/xml/jvm/xslt-file/pom.xml
index e63ac75..62a0b00 100644
--- a/integration-test-groups/xml/jvm/xslt-file/pom.xml
+++ b/integration-test-groups/xml/jvm/xslt-file/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-test-groups/xml/jvm/xslt-http/pom.xml b/integration-test-groups/xml/jvm/xslt-http/pom.xml
index 10fba92..ef9618b 100644
--- a/integration-test-groups/xml/jvm/xslt-http/pom.xml
+++ b/integration-test-groups/xml/jvm/xslt-http/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-test-groups/xml/jvm/xslt-ref/pom.xml b/integration-test-groups/xml/jvm/xslt-ref/pom.xml
index cf34928..f5ad012 100644
--- a/integration-test-groups/xml/jvm/xslt-ref/pom.xml
+++ b/integration-test-groups/xml/jvm/xslt-ref/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-test-groups/xml/native/xslt-classpath/pom.xml b/integration-test-groups/xml/native/xslt-classpath/pom.xml
index 3d761a2..e284c80 100644
--- a/integration-test-groups/xml/native/xslt-classpath/pom.xml
+++ b/integration-test-groups/xml/native/xslt-classpath/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-test-groups/xml/pom.xml b/integration-test-groups/xml/pom.xml
index 69c73af..b5b999f 100644
--- a/integration-test-groups/xml/pom.xml
+++ b/integration-test-groups/xml/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-test-groups</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
</parent>
<artifactId>camel-quarkus-integration-tests-xml</artifactId>
diff --git a/integration-tests-jvm/asn1/pom.xml b/integration-tests-jvm/asn1/pom.xml
index 2131ffe..d7a86b5 100644
--- a/integration-tests-jvm/asn1/pom.xml
+++ b/integration-tests-jvm/asn1/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests-jvm/asterisk/pom.xml b/integration-tests-jvm/asterisk/pom.xml
index e8a075c..c1e237c 100644
--- a/integration-tests-jvm/asterisk/pom.xml
+++ b/integration-tests-jvm/asterisk/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests-jvm/aws-secrets-manager/pom.xml b/integration-tests-jvm/aws-secrets-manager/pom.xml
index 559efd3..e74b7db 100644
--- a/integration-tests-jvm/aws-secrets-manager/pom.xml
+++ b/integration-tests-jvm/aws-secrets-manager/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests-jvm/aws-xray/pom.xml b/integration-tests-jvm/aws-xray/pom.xml
index fd30667..ad62f12 100644
--- a/integration-tests-jvm/aws-xray/pom.xml
+++ b/integration-tests-jvm/aws-xray/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests-jvm/azure-cosmosdb/pom.xml b/integration-tests-jvm/azure-cosmosdb/pom.xml
index ebe5d76..88023b3 100644
--- a/integration-tests-jvm/azure-cosmosdb/pom.xml
+++ b/integration-tests-jvm/azure-cosmosdb/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests-jvm/azure-servicebus/pom.xml b/integration-tests-jvm/azure-servicebus/pom.xml
index ddfa9ce..911f248 100644
--- a/integration-tests-jvm/azure-servicebus/pom.xml
+++ b/integration-tests-jvm/azure-servicebus/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests-jvm/azure-storage-datalake/pom.xml b/integration-tests-jvm/azure-storage-datalake/pom.xml
index 755a379..d4b822d 100644
--- a/integration-tests-jvm/azure-storage-datalake/pom.xml
+++ b/integration-tests-jvm/azure-storage-datalake/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests-jvm/barcode/pom.xml b/integration-tests-jvm/barcode/pom.xml
index e51ea96..b367abc 100644
--- a/integration-tests-jvm/barcode/pom.xml
+++ b/integration-tests-jvm/barcode/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests-jvm/beanio/pom.xml b/integration-tests-jvm/beanio/pom.xml
index f8aa239..c83e63b 100644
--- a/integration-tests-jvm/beanio/pom.xml
+++ b/integration-tests-jvm/beanio/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests-jvm/bonita/pom.xml b/integration-tests-jvm/bonita/pom.xml
index 11d86eb..5190e88 100644
--- a/integration-tests-jvm/bonita/pom.xml
+++ b/integration-tests-jvm/bonita/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests-jvm/chatscript/pom.xml b/integration-tests-jvm/chatscript/pom.xml
index d2a4061..b2a2e37 100644
--- a/integration-tests-jvm/chatscript/pom.xml
+++ b/integration-tests-jvm/chatscript/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests-jvm/chunk/pom.xml b/integration-tests-jvm/chunk/pom.xml
index 57534c5..dd032aa 100644
--- a/integration-tests-jvm/chunk/pom.xml
+++ b/integration-tests-jvm/chunk/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests-jvm/cli-connector/pom.xml b/integration-tests-jvm/cli-connector/pom.xml
index d03b9e1..1f76c42 100644
--- a/integration-tests-jvm/cli-connector/pom.xml
+++ b/integration-tests-jvm/cli-connector/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests-jvm/cm-sms/pom.xml b/integration-tests-jvm/cm-sms/pom.xml
index f5a9f74..8f636b3 100644
--- a/integration-tests-jvm/cm-sms/pom.xml
+++ b/integration-tests-jvm/cm-sms/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests-jvm/coap/pom.xml b/integration-tests-jvm/coap/pom.xml
index f397f26..526f227 100644
--- a/integration-tests-jvm/coap/pom.xml
+++ b/integration-tests-jvm/coap/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests-jvm/cometd/pom.xml b/integration-tests-jvm/cometd/pom.xml
index 5b215eb..fcb8e3e 100644
--- a/integration-tests-jvm/cometd/pom.xml
+++ b/integration-tests-jvm/cometd/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests-jvm/console/pom.xml b/integration-tests-jvm/console/pom.xml
index c8be045..e5a1cd5 100644
--- a/integration-tests-jvm/console/pom.xml
+++ b/integration-tests-jvm/console/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests-jvm/controlbus-statistics/pom.xml b/integration-tests-jvm/controlbus-statistics/pom.xml
index 5e5a4cf..c55a8a7 100644
--- a/integration-tests-jvm/controlbus-statistics/pom.xml
+++ b/integration-tests-jvm/controlbus-statistics/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests-jvm/couchbase/pom.xml b/integration-tests-jvm/couchbase/pom.xml
index facef29..b50dd56 100644
--- a/integration-tests-jvm/couchbase/pom.xml
+++ b/integration-tests-jvm/couchbase/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests-jvm/djl/pom.xml b/integration-tests-jvm/djl/pom.xml
index fcf09f0..7c0872e 100644
--- a/integration-tests-jvm/djl/pom.xml
+++ b/integration-tests-jvm/djl/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests-jvm/dns/pom.xml b/integration-tests-jvm/dns/pom.xml
index e86c4fc..1c6364d 100644
--- a/integration-tests-jvm/dns/pom.xml
+++ b/integration-tests-jvm/dns/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests-jvm/drill/pom.xml b/integration-tests-jvm/drill/pom.xml
index ece0e7a..d837bae 100644
--- a/integration-tests-jvm/drill/pom.xml
+++ b/integration-tests-jvm/drill/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests-jvm/dsl-modeline/pom.xml b/integration-tests-jvm/dsl-modeline/pom.xml
index c8c396b..9df233e 100644
--- a/integration-tests-jvm/dsl-modeline/pom.xml
+++ b/integration-tests-jvm/dsl-modeline/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests-jvm/ehcache/pom.xml b/integration-tests-jvm/ehcache/pom.xml
index 7480687..7acf4b0 100644
--- a/integration-tests-jvm/ehcache/pom.xml
+++ b/integration-tests-jvm/ehcache/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests-jvm/elasticsearch/pom.xml b/integration-tests-jvm/elasticsearch/pom.xml
index 8535a79..b3736f8 100644
--- a/integration-tests-jvm/elasticsearch/pom.xml
+++ b/integration-tests-jvm/elasticsearch/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests-jvm/etcd3/pom.xml b/integration-tests-jvm/etcd3/pom.xml
index c01997a..3b2bd68 100644
--- a/integration-tests-jvm/etcd3/pom.xml
+++ b/integration-tests-jvm/etcd3/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests-jvm/fastjson/pom.xml b/integration-tests-jvm/fastjson/pom.xml
index ba559cc..427f030 100644
--- a/integration-tests-jvm/fastjson/pom.xml
+++ b/integration-tests-jvm/fastjson/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests-jvm/flink/pom.xml b/integration-tests-jvm/flink/pom.xml
index 42236c8..625cd0d 100644
--- a/integration-tests-jvm/flink/pom.xml
+++ b/integration-tests-jvm/flink/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests-jvm/google-functions/pom.xml b/integration-tests-jvm/google-functions/pom.xml
index c8708bc..161fcdd 100644
--- a/integration-tests-jvm/google-functions/pom.xml
+++ b/integration-tests-jvm/google-functions/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests-jvm/google-secret-manager/pom.xml b/integration-tests-jvm/google-secret-manager/pom.xml
index 7317c35..8e60696 100644
--- a/integration-tests-jvm/google-secret-manager/pom.xml
+++ b/integration-tests-jvm/google-secret-manager/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests-jvm/guava-eventbus/pom.xml b/integration-tests-jvm/guava-eventbus/pom.xml
index b688ce7..7cfe12d 100644
--- a/integration-tests-jvm/guava-eventbus/pom.xml
+++ b/integration-tests-jvm/guava-eventbus/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests-jvm/huaweicloud-smn/pom.xml b/integration-tests-jvm/huaweicloud-smn/pom.xml
index 82c630e..8cd77c3 100644
--- a/integration-tests-jvm/huaweicloud-smn/pom.xml
+++ b/integration-tests-jvm/huaweicloud-smn/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests-jvm/iec60870/pom.xml b/integration-tests-jvm/iec60870/pom.xml
index b5fd306..1a77725 100644
--- a/integration-tests-jvm/iec60870/pom.xml
+++ b/integration-tests-jvm/iec60870/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests-jvm/ignite/pom.xml b/integration-tests-jvm/ignite/pom.xml
index 5466276..329d2c6 100644
--- a/integration-tests-jvm/ignite/pom.xml
+++ b/integration-tests-jvm/ignite/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests-jvm/irc/pom.xml b/integration-tests-jvm/irc/pom.xml
index e3f0d08..53b9ce1 100644
--- a/integration-tests-jvm/irc/pom.xml
+++ b/integration-tests-jvm/irc/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests-jvm/javascript/pom.xml b/integration-tests-jvm/javascript/pom.xml
index bb22ce5..59c29c5 100644
--- a/integration-tests-jvm/javascript/pom.xml
+++ b/integration-tests-jvm/javascript/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests-jvm/jcr/pom.xml b/integration-tests-jvm/jcr/pom.xml
index 0fb09a8..f256e0e 100644
--- a/integration-tests-jvm/jcr/pom.xml
+++ b/integration-tests-jvm/jcr/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests-jvm/jgroups-raft/pom.xml b/integration-tests-jvm/jgroups-raft/pom.xml
index c01708f..5cd1911 100644
--- a/integration-tests-jvm/jgroups-raft/pom.xml
+++ b/integration-tests-jvm/jgroups-raft/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests-jvm/jgroups/pom.xml b/integration-tests-jvm/jgroups/pom.xml
index f4b3911..2606525 100644
--- a/integration-tests-jvm/jgroups/pom.xml
+++ b/integration-tests-jvm/jgroups/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests-jvm/jooq/pom.xml b/integration-tests-jvm/jooq/pom.xml
index f2ce3cd..25c5fdd 100644
--- a/integration-tests-jvm/jooq/pom.xml
+++ b/integration-tests-jvm/jooq/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests-jvm/json-patch/pom.xml b/integration-tests-jvm/json-patch/pom.xml
index 0cbccc4..482bfa3 100644
--- a/integration-tests-jvm/json-patch/pom.xml
+++ b/integration-tests-jvm/json-patch/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests-jvm/jsonapi/pom.xml b/integration-tests-jvm/jsonapi/pom.xml
index bcd7bb9..d4db479 100644
--- a/integration-tests-jvm/jsonapi/pom.xml
+++ b/integration-tests-jvm/jsonapi/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests-jvm/langchain4j-embeddings/pom.xml b/integration-tests-jvm/langchain4j-embeddings/pom.xml
index b5f2ba0..6d0c9a3 100644
--- a/integration-tests-jvm/langchain4j-embeddings/pom.xml
+++ b/integration-tests-jvm/langchain4j-embeddings/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests-jvm/langchain4j-tokenizer/pom.xml b/integration-tests-jvm/langchain4j-tokenizer/pom.xml
index 3866021..61da117 100644
--- a/integration-tests-jvm/langchain4j-tokenizer/pom.xml
+++ b/integration-tests-jvm/langchain4j-tokenizer/pom.xml
@@ -17,14 +17,12 @@
limitations under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests-jvm/langchain4j-tools/pom.xml b/integration-tests-jvm/langchain4j-tools/pom.xml
index bb94ac2..19a7c15 100644
--- a/integration-tests-jvm/langchain4j-tools/pom.xml
+++ b/integration-tests-jvm/langchain4j-tools/pom.xml
@@ -17,14 +17,12 @@
limitations under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests-jvm/langchain4j-web-search/pom.xml b/integration-tests-jvm/langchain4j-web-search/pom.xml
index 1436894..5f890ec 100644
--- a/integration-tests-jvm/langchain4j-web-search/pom.xml
+++ b/integration-tests-jvm/langchain4j-web-search/pom.xml
@@ -17,14 +17,12 @@
limitations under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests-jvm/ldif/pom.xml b/integration-tests-jvm/ldif/pom.xml
index 9379c2e..334df8f 100644
--- a/integration-tests-jvm/ldif/pom.xml
+++ b/integration-tests-jvm/ldif/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests-jvm/lucene/pom.xml b/integration-tests-jvm/lucene/pom.xml
index fa65318..21ba9ce 100644
--- a/integration-tests-jvm/lucene/pom.xml
+++ b/integration-tests-jvm/lucene/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests-jvm/mail-microsoft-oauth/pom.xml b/integration-tests-jvm/mail-microsoft-oauth/pom.xml
index 48b1f8d..2cdb12e 100644
--- a/integration-tests-jvm/mail-microsoft-oauth/pom.xml
+++ b/integration-tests-jvm/mail-microsoft-oauth/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests-jvm/milvus/pom.xml b/integration-tests-jvm/milvus/pom.xml
index e0b01a6..7ced08b 100644
--- a/integration-tests-jvm/milvus/pom.xml
+++ b/integration-tests-jvm/milvus/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests-jvm/mvel/pom.xml b/integration-tests-jvm/mvel/pom.xml
index 8506121..57c4994 100644
--- a/integration-tests-jvm/mvel/pom.xml
+++ b/integration-tests-jvm/mvel/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests-jvm/opensearch/pom.xml b/integration-tests-jvm/opensearch/pom.xml
index 607a81d..37cd041 100644
--- a/integration-tests-jvm/opensearch/pom.xml
+++ b/integration-tests-jvm/opensearch/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests-jvm/pom.xml b/integration-tests-jvm/pom.xml
index 708d374..345f772 100644
--- a/integration-tests-jvm/pom.xml
+++ b/integration-tests-jvm/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/integration-tests-jvm/printer/pom.xml b/integration-tests-jvm/printer/pom.xml
index af55a52..7fa5cb1 100644
--- a/integration-tests-jvm/printer/pom.xml
+++ b/integration-tests-jvm/printer/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests-jvm/pulsar/pom.xml b/integration-tests-jvm/pulsar/pom.xml
index d27e278..9e54f99 100644
--- a/integration-tests-jvm/pulsar/pom.xml
+++ b/integration-tests-jvm/pulsar/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests-jvm/quickfix/pom.xml b/integration-tests-jvm/quickfix/pom.xml
index db749b4..57abadb 100644
--- a/integration-tests-jvm/quickfix/pom.xml
+++ b/integration-tests-jvm/quickfix/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests-jvm/redis/pom.xml b/integration-tests-jvm/redis/pom.xml
index 1588aa8..4fb28f0 100644
--- a/integration-tests-jvm/redis/pom.xml
+++ b/integration-tests-jvm/redis/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests-jvm/robotframework/pom.xml b/integration-tests-jvm/robotframework/pom.xml
index c9fb298..020efca 100644
--- a/integration-tests-jvm/robotframework/pom.xml
+++ b/integration-tests-jvm/robotframework/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests-jvm/schematron/pom.xml b/integration-tests-jvm/schematron/pom.xml
index 28c1889..0cbdeb3 100644
--- a/integration-tests-jvm/schematron/pom.xml
+++ b/integration-tests-jvm/schematron/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests-jvm/smpp/pom.xml b/integration-tests-jvm/smpp/pom.xml
index c947afa..45aa002 100644
--- a/integration-tests-jvm/smpp/pom.xml
+++ b/integration-tests-jvm/smpp/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests-jvm/snmp/pom.xml b/integration-tests-jvm/snmp/pom.xml
index b5c462b..4924ea1 100644
--- a/integration-tests-jvm/snmp/pom.xml
+++ b/integration-tests-jvm/snmp/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests-jvm/spring-redis/pom.xml b/integration-tests-jvm/spring-redis/pom.xml
index 90689ea..ac04d2b 100644
--- a/integration-tests-jvm/spring-redis/pom.xml
+++ b/integration-tests-jvm/spring-redis/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests-jvm/stitch/pom.xml b/integration-tests-jvm/stitch/pom.xml
index b5861ea..84550bb 100644
--- a/integration-tests-jvm/stitch/pom.xml
+++ b/integration-tests-jvm/stitch/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests-jvm/stomp/pom.xml b/integration-tests-jvm/stomp/pom.xml
index f363c94..41b25f2 100644
--- a/integration-tests-jvm/stomp/pom.xml
+++ b/integration-tests-jvm/stomp/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests-jvm/stub/pom.xml b/integration-tests-jvm/stub/pom.xml
index 252c797..9756dd9 100644
--- a/integration-tests-jvm/stub/pom.xml
+++ b/integration-tests-jvm/stub/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests-jvm/thrift/pom.xml b/integration-tests-jvm/thrift/pom.xml
index 4f63e39..fa50967 100644
--- a/integration-tests-jvm/thrift/pom.xml
+++ b/integration-tests-jvm/thrift/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests-jvm/web3j/pom.xml b/integration-tests-jvm/web3j/pom.xml
index 4aefd8a..630da32 100644
--- a/integration-tests-jvm/web3j/pom.xml
+++ b/integration-tests-jvm/web3j/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests-jvm/wordpress/pom.xml b/integration-tests-jvm/wordpress/pom.xml
index 18db0de..66e07c8 100644
--- a/integration-tests-jvm/wordpress/pom.xml
+++ b/integration-tests-jvm/wordpress/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests-jvm/workday/pom.xml b/integration-tests-jvm/workday/pom.xml
index 66e6bc7..9310842 100644
--- a/integration-tests-jvm/workday/pom.xml
+++ b/integration-tests-jvm/workday/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests-jvm/xml-grouped/pom.xml b/integration-tests-jvm/xml-grouped/pom.xml
index 13889be..47c94cb 100644
--- a/integration-tests-jvm/xml-grouped/pom.xml
+++ b/integration-tests-jvm/xml-grouped/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests-jvm/xmpp/pom.xml b/integration-tests-jvm/xmpp/pom.xml
index 8274484..3002bbe 100644
--- a/integration-tests-jvm/xmpp/pom.xml
+++ b/integration-tests-jvm/xmpp/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests-jvm/zookeeper-master/pom.xml b/integration-tests-jvm/zookeeper-master/pom.xml
index 5559d79..0fc7281 100644
--- a/integration-tests-jvm/zookeeper-master/pom.xml
+++ b/integration-tests-jvm/zookeeper-master/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests-jvm/zookeeper/pom.xml b/integration-tests-jvm/zookeeper/pom.xml
index cf7324a..b2f3af7 100644
--- a/integration-tests-jvm/zookeeper/pom.xml
+++ b/integration-tests-jvm/zookeeper/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests-support/activemq/pom.xml b/integration-tests-support/activemq/pom.xml
index 8f53e5d..38aa36d 100644
--- a/integration-tests-support/activemq/pom.xml
+++ b/integration-tests-support/activemq/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-tests-support</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/integration-tests-support/aws2/pom.xml b/integration-tests-support/aws2/pom.xml
index 1182200..0451bbc 100644
--- a/integration-tests-support/aws2/pom.xml
+++ b/integration-tests-support/aws2/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-tests-support</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/integration-tests-support/azure/pom.xml b/integration-tests-support/azure/pom.xml
index e0a3cfb..d00bce3 100644
--- a/integration-tests-support/azure/pom.xml
+++ b/integration-tests-support/azure/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-tests-support</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/integration-tests-support/certificate-generator/pom.xml b/integration-tests-support/certificate-generator/pom.xml
index b5078c3..d19bf58 100644
--- a/integration-tests-support/certificate-generator/pom.xml
+++ b/integration-tests-support/certificate-generator/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-tests-support</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/integration-tests-support/custom-dataformat/pom.xml b/integration-tests-support/custom-dataformat/pom.xml
index 1851fba..00450cb 100644
--- a/integration-tests-support/custom-dataformat/pom.xml
+++ b/integration-tests-support/custom-dataformat/pom.xml
@@ -20,7 +20,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.apache.camel.quarkus</groupId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<artifactId>camel-quarkus-integration-tests-support</artifactId>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/integration-tests-support/custom-kamelet-resource/deployment/pom.xml b/integration-tests-support/custom-kamelet-resource/deployment/pom.xml
index 4dc4780..fa3206f 100644
--- a/integration-tests-support/custom-kamelet-resource/deployment/pom.xml
+++ b/integration-tests-support/custom-kamelet-resource/deployment/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-tests-support-custom-kamelet-resource-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/integration-tests-support/custom-kamelet-resource/pom.xml b/integration-tests-support/custom-kamelet-resource/pom.xml
index d12f632..f6da331 100644
--- a/integration-tests-support/custom-kamelet-resource/pom.xml
+++ b/integration-tests-support/custom-kamelet-resource/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-tests-support</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/integration-tests-support/custom-kamelet-resource/runtime/pom.xml b/integration-tests-support/custom-kamelet-resource/runtime/pom.xml
index 1cdd5a7..7d4aaaa 100644
--- a/integration-tests-support/custom-kamelet-resource/runtime/pom.xml
+++ b/integration-tests-support/custom-kamelet-resource/runtime/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-tests-support-custom-kamelet-resource-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/integration-tests-support/custom-log-component/deployment/pom.xml b/integration-tests-support/custom-log-component/deployment/pom.xml
index c74ac33..65cac16 100644
--- a/integration-tests-support/custom-log-component/deployment/pom.xml
+++ b/integration-tests-support/custom-log-component/deployment/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-tests-support-custom-log-component-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/integration-tests-support/custom-log-component/pom.xml b/integration-tests-support/custom-log-component/pom.xml
index c305e49..b88c75f 100644
--- a/integration-tests-support/custom-log-component/pom.xml
+++ b/integration-tests-support/custom-log-component/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-tests-support</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/integration-tests-support/custom-log-component/runtime/pom.xml b/integration-tests-support/custom-log-component/runtime/pom.xml
index 46a8970..f45b238 100644
--- a/integration-tests-support/custom-log-component/runtime/pom.xml
+++ b/integration-tests-support/custom-log-component/runtime/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-tests-support-custom-log-component-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/integration-tests-support/custom-main-listener/deployment/pom.xml b/integration-tests-support/custom-main-listener/deployment/pom.xml
index 4a5c8f3..37065e4 100644
--- a/integration-tests-support/custom-main-listener/deployment/pom.xml
+++ b/integration-tests-support/custom-main-listener/deployment/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-tests-support-custom-main-listener-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/integration-tests-support/custom-main-listener/pom.xml b/integration-tests-support/custom-main-listener/pom.xml
index 391a6e0..58b93b2 100644
--- a/integration-tests-support/custom-main-listener/pom.xml
+++ b/integration-tests-support/custom-main-listener/pom.xml
@@ -21,7 +21,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.camel.quarkus</groupId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<artifactId>camel-quarkus-integration-tests-support</artifactId>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/integration-tests-support/custom-main-listener/runtime/pom.xml b/integration-tests-support/custom-main-listener/runtime/pom.xml
index e409618..238e7d9 100644
--- a/integration-tests-support/custom-main-listener/runtime/pom.xml
+++ b/integration-tests-support/custom-main-listener/runtime/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-tests-support-custom-main-listener-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/integration-tests-support/custom-routes-collector/deployment/pom.xml b/integration-tests-support/custom-routes-collector/deployment/pom.xml
index 06819f8..63fae29 100644
--- a/integration-tests-support/custom-routes-collector/deployment/pom.xml
+++ b/integration-tests-support/custom-routes-collector/deployment/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-tests-support-custom-routes-collector-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/integration-tests-support/custom-routes-collector/pom.xml b/integration-tests-support/custom-routes-collector/pom.xml
index 41b3e06..8a7a566 100644
--- a/integration-tests-support/custom-routes-collector/pom.xml
+++ b/integration-tests-support/custom-routes-collector/pom.xml
@@ -21,7 +21,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.camel.quarkus</groupId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<artifactId>camel-quarkus-integration-tests-support</artifactId>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/integration-tests-support/custom-routes-collector/runtime/pom.xml b/integration-tests-support/custom-routes-collector/runtime/pom.xml
index d32a68b..34ae0f6 100644
--- a/integration-tests-support/custom-routes-collector/runtime/pom.xml
+++ b/integration-tests-support/custom-routes-collector/runtime/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-tests-support-custom-routes-collector-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/integration-tests-support/custom-type-converter/deployment/pom.xml b/integration-tests-support/custom-type-converter/deployment/pom.xml
index 0778dae..e686f76 100644
--- a/integration-tests-support/custom-type-converter/deployment/pom.xml
+++ b/integration-tests-support/custom-type-converter/deployment/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-tests-support-custom-type-converter-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/integration-tests-support/custom-type-converter/pom.xml b/integration-tests-support/custom-type-converter/pom.xml
index 19b16ea..13c4551 100644
--- a/integration-tests-support/custom-type-converter/pom.xml
+++ b/integration-tests-support/custom-type-converter/pom.xml
@@ -21,7 +21,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.camel.quarkus</groupId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<artifactId>camel-quarkus-integration-tests-support</artifactId>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/integration-tests-support/custom-type-converter/runtime/pom.xml b/integration-tests-support/custom-type-converter/runtime/pom.xml
index c9f9a3d..9bd5565 100644
--- a/integration-tests-support/custom-type-converter/runtime/pom.xml
+++ b/integration-tests-support/custom-type-converter/runtime/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-tests-support-custom-type-converter-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/integration-tests-support/google/pom.xml b/integration-tests-support/google/pom.xml
index 9f4eb6e..18c086e 100644
--- a/integration-tests-support/google/pom.xml
+++ b/integration-tests-support/google/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-tests-support</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/integration-tests-support/grpc/pom.xml b/integration-tests-support/grpc/pom.xml
index 1a68366..7c5c074 100644
--- a/integration-tests-support/grpc/pom.xml
+++ b/integration-tests-support/grpc/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-tests-support</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/integration-tests-support/jdbc/pom.xml b/integration-tests-support/jdbc/pom.xml
index 62a337a..d52e82f 100644
--- a/integration-tests-support/jdbc/pom.xml
+++ b/integration-tests-support/jdbc/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-tests-support</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/integration-tests-support/kafka/pom.xml b/integration-tests-support/kafka/pom.xml
index 9d8dc2f..ff0f02b 100644
--- a/integration-tests-support/kafka/pom.xml
+++ b/integration-tests-support/kafka/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-tests-support</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/integration-tests-support/mongodb/pom.xml b/integration-tests-support/mongodb/pom.xml
index ff4227b..2c51f82 100644
--- a/integration-tests-support/mongodb/pom.xml
+++ b/integration-tests-support/mongodb/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-tests-support</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/integration-tests-support/pom.xml b/integration-tests-support/pom.xml
index e7855c8..5a2c09d 100644
--- a/integration-tests-support/pom.xml
+++ b/integration-tests-support/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../poms/build-parent/pom.xml</relativePath>
</parent>
@@ -42,8 +42,8 @@
<quarkus.platform.version>${quarkus.version}</quarkus.platform.version>
<camel-quarkus.platform.group-id>org.apache.camel.quarkus</camel-quarkus.platform.group-id>
<camel-quarkus.platform.artifact-id>camel-quarkus-bom</camel-quarkus.platform.artifact-id>
- <camel-quarkus.platform.version>3.15.0-SNAPSHOT</camel-quarkus.platform.version>
- <camel-quarkus.version>3.15.0-SNAPSHOT</camel-quarkus.version><!-- This needs to be set to the underlying CQ version from command line when testing against Platform BOMs -->
+ <camel-quarkus.platform.version>3.15.0</camel-quarkus.platform.version>
+ <camel-quarkus.version>3.15.0</camel-quarkus.version><!-- This needs to be set to the underlying CQ version from command line when testing against Platform BOMs -->
</properties>
<modules>
diff --git a/integration-tests-support/process-executor-support/pom.xml b/integration-tests-support/process-executor-support/pom.xml
index 058b22d..dcca2f9 100644
--- a/integration-tests-support/process-executor-support/pom.xml
+++ b/integration-tests-support/process-executor-support/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-tests-support</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/integration-tests-support/splunk/pom.xml b/integration-tests-support/splunk/pom.xml
index a8946bb..d0f8b2b 100644
--- a/integration-tests-support/splunk/pom.xml
+++ b/integration-tests-support/splunk/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-tests-support</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/integration-tests-support/test-support/pom.xml b/integration-tests-support/test-support/pom.xml
index 5a913c0..8ebb367 100644
--- a/integration-tests-support/test-support/pom.xml
+++ b/integration-tests-support/test-support/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-tests-support</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/integration-tests-support/wiremock/pom.xml b/integration-tests-support/wiremock/pom.xml
index c44f2fb..4744661 100644
--- a/integration-tests-support/wiremock/pom.xml
+++ b/integration-tests-support/wiremock/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-tests-support</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/integration-tests-support/xslt-support/pom.xml b/integration-tests-support/xslt-support/pom.xml
index e0fae5c..529cd62 100644
--- a/integration-tests-support/xslt-support/pom.xml
+++ b/integration-tests-support/xslt-support/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-tests-support</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/integration-tests/activemq/pom.xml b/integration-tests/activemq/pom.xml
index 6c0e9b4..8b90721 100644
--- a/integration-tests/activemq/pom.xml
+++ b/integration-tests/activemq/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/amqp/pom.xml b/integration-tests/amqp/pom.xml
index 6e87fa9..3a8a924 100644
--- a/integration-tests/amqp/pom.xml
+++ b/integration-tests/amqp/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/arangodb/pom.xml b/integration-tests/arangodb/pom.xml
index e64bcce..2df4db2 100644
--- a/integration-tests/arangodb/pom.xml
+++ b/integration-tests/arangodb/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/as2/pom.xml b/integration-tests/as2/pom.xml
index 8d08263..baa5b5f 100644
--- a/integration-tests/as2/pom.xml
+++ b/integration-tests/as2/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/avro/pom.xml b/integration-tests/avro/pom.xml
index 758db38..32b1b5f1 100644
--- a/integration-tests/avro/pom.xml
+++ b/integration-tests/avro/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/aws2-grouped/pom.xml b/integration-tests/aws2-grouped/pom.xml
index d57351e..a7181b5 100644
--- a/integration-tests/aws2-grouped/pom.xml
+++ b/integration-tests/aws2-grouped/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/aws2-quarkus-client-grouped/pom.xml b/integration-tests/aws2-quarkus-client-grouped/pom.xml
index ee5d2e0..01c402b 100644
--- a/integration-tests/aws2-quarkus-client-grouped/pom.xml
+++ b/integration-tests/aws2-quarkus-client-grouped/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/aws2/pom.xml b/integration-tests/aws2/pom.xml
index aaf0356..59597fc 100644
--- a/integration-tests/aws2/pom.xml
+++ b/integration-tests/aws2/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/azure-grouped/pom.xml b/integration-tests/azure-grouped/pom.xml
index 2c9344d..3c5ed8c 100644
--- a/integration-tests/azure-grouped/pom.xml
+++ b/integration-tests/azure-grouped/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/base64/pom.xml b/integration-tests/base64/pom.xml
index da526a8..4a25b28 100644
--- a/integration-tests/base64/pom.xml
+++ b/integration-tests/base64/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/bean-validator/pom.xml b/integration-tests/bean-validator/pom.xml
index 60bacb6..f8c1095 100644
--- a/integration-tests/bean-validator/pom.xml
+++ b/integration-tests/bean-validator/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/bindy/pom.xml b/integration-tests/bindy/pom.xml
index 8303743..ced1e7b 100644
--- a/integration-tests/bindy/pom.xml
+++ b/integration-tests/bindy/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/box/pom.xml b/integration-tests/box/pom.xml
index 83a312e..981447b 100644
--- a/integration-tests/box/pom.xml
+++ b/integration-tests/box/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/braintree/pom.xml b/integration-tests/braintree/pom.xml
index 99f04e8..044a67f 100644
--- a/integration-tests/braintree/pom.xml
+++ b/integration-tests/braintree/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/caffeine/pom.xml b/integration-tests/caffeine/pom.xml
index 82e9616..13d2882 100644
--- a/integration-tests/caffeine/pom.xml
+++ b/integration-tests/caffeine/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/cassandraql/pom.xml b/integration-tests/cassandraql/pom.xml
index 8b130eb..25817bc3 100644
--- a/integration-tests/cassandraql/pom.xml
+++ b/integration-tests/cassandraql/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/cbor/pom.xml b/integration-tests/cbor/pom.xml
index e3aa5f9..030a9ba 100644
--- a/integration-tests/cbor/pom.xml
+++ b/integration-tests/cbor/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/compression-grouped/pom.xml b/integration-tests/compression-grouped/pom.xml
index 399068d..ac6b744 100644
--- a/integration-tests/compression-grouped/pom.xml
+++ b/integration-tests/compression-grouped/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/consul/pom.xml b/integration-tests/consul/pom.xml
index 9f2cf53..8caff0a 100644
--- a/integration-tests/consul/pom.xml
+++ b/integration-tests/consul/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/core-discovery-disabled/pom.xml b/integration-tests/core-discovery-disabled/pom.xml
index 9d63b8e..fe14eba 100644
--- a/integration-tests/core-discovery-disabled/pom.xml
+++ b/integration-tests/core-discovery-disabled/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/couchdb/pom.xml b/integration-tests/couchdb/pom.xml
index 81b45b3..25549f9 100644
--- a/integration-tests/couchdb/pom.xml
+++ b/integration-tests/couchdb/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/crypto-pgp/pom.xml b/integration-tests/crypto-pgp/pom.xml
index ea4be95..ba126d0 100644
--- a/integration-tests/crypto-pgp/pom.xml
+++ b/integration-tests/crypto-pgp/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/crypto/pom.xml b/integration-tests/crypto/pom.xml
index 2f35f14..41268b0 100644
--- a/integration-tests/crypto/pom.xml
+++ b/integration-tests/crypto/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/csimple/pom.xml b/integration-tests/csimple/pom.xml
index 72bc71e..24e049b 100644
--- a/integration-tests/csimple/pom.xml
+++ b/integration-tests/csimple/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/csv/pom.xml b/integration-tests/csv/pom.xml
index a7ccfa3..b051ad1 100644
--- a/integration-tests/csv/pom.xml
+++ b/integration-tests/csv/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/cxf-soap-grouped/pom.xml b/integration-tests/cxf-soap-grouped/pom.xml
index 0e1ca322..8da671b 100644
--- a/integration-tests/cxf-soap-grouped/pom.xml
+++ b/integration-tests/cxf-soap-grouped/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/dataformat/pom.xml b/integration-tests/dataformat/pom.xml
index 073afbe..2e616a3 100644
--- a/integration-tests/dataformat/pom.xml
+++ b/integration-tests/dataformat/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/dataformats-json-grouped/pom.xml b/integration-tests/dataformats-json-grouped/pom.xml
index 7f4df9f..b634073 100644
--- a/integration-tests/dataformats-json-grouped/pom.xml
+++ b/integration-tests/dataformats-json-grouped/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/datasonnet/pom.xml b/integration-tests/datasonnet/pom.xml
index 4c96ce9..59bf072 100644
--- a/integration-tests/datasonnet/pom.xml
+++ b/integration-tests/datasonnet/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/debezium/pom.xml b/integration-tests/debezium/pom.xml
index b117477..b5d78c8 100644
--- a/integration-tests/debezium/pom.xml
+++ b/integration-tests/debezium/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/debug/pom.xml b/integration-tests/debug/pom.xml
index 733c40e..cd2aaf2 100644
--- a/integration-tests/debug/pom.xml
+++ b/integration-tests/debug/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/digitalocean/pom.xml b/integration-tests/digitalocean/pom.xml
index f15a841..27a69a9 100644
--- a/integration-tests/digitalocean/pom.xml
+++ b/integration-tests/digitalocean/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/disruptor/pom.xml b/integration-tests/disruptor/pom.xml
index 626f207..b4546fe 100644
--- a/integration-tests/disruptor/pom.xml
+++ b/integration-tests/disruptor/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/dropbox/pom.xml b/integration-tests/dropbox/pom.xml
index 3561cb7..a8653b9 100644
--- a/integration-tests/dropbox/pom.xml
+++ b/integration-tests/dropbox/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/elasticsearch-rest-client/pom.xml b/integration-tests/elasticsearch-rest-client/pom.xml
index 6b00213..4a79f3b 100644
--- a/integration-tests/elasticsearch-rest-client/pom.xml
+++ b/integration-tests/elasticsearch-rest-client/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/exec/pom.xml b/integration-tests/exec/pom.xml
index 14e2bda..689abd8 100644
--- a/integration-tests/exec/pom.xml
+++ b/integration-tests/exec/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/fhir/pom.xml b/integration-tests/fhir/pom.xml
index b4b07b3..a8f03a8 100644
--- a/integration-tests/fhir/pom.xml
+++ b/integration-tests/fhir/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/file/pom.xml b/integration-tests/file/pom.xml
index e4a2f8f..66e185a 100644
--- a/integration-tests/file/pom.xml
+++ b/integration-tests/file/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/flatpack/pom.xml b/integration-tests/flatpack/pom.xml
index 927831e..602990b 100644
--- a/integration-tests/flatpack/pom.xml
+++ b/integration-tests/flatpack/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/fop/pom.xml b/integration-tests/fop/pom.xml
index 0d87194..2f1aa51 100644
--- a/integration-tests/fop/pom.xml
+++ b/integration-tests/fop/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/foundation-grouped/pom.xml b/integration-tests/foundation-grouped/pom.xml
index 2b0f0b3..adddff9 100644
--- a/integration-tests/foundation-grouped/pom.xml
+++ b/integration-tests/foundation-grouped/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/freemarker/pom.xml b/integration-tests/freemarker/pom.xml
index 9913fb8..5b5a801 100644
--- a/integration-tests/freemarker/pom.xml
+++ b/integration-tests/freemarker/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/ftp/pom.xml b/integration-tests/ftp/pom.xml
index afb67bf..0f23595 100644
--- a/integration-tests/ftp/pom.xml
+++ b/integration-tests/ftp/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/geocoder/pom.xml b/integration-tests/geocoder/pom.xml
index 7ff9ae1..addbf69 100644
--- a/integration-tests/geocoder/pom.xml
+++ b/integration-tests/geocoder/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/git/pom.xml b/integration-tests/git/pom.xml
index c061b83..a832235 100644
--- a/integration-tests/git/pom.xml
+++ b/integration-tests/git/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/github/pom.xml b/integration-tests/github/pom.xml
index 92d2af0..1792e13 100644
--- a/integration-tests/github/pom.xml
+++ b/integration-tests/github/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/google-bigquery/pom.xml b/integration-tests/google-bigquery/pom.xml
index 87431d5..b08792f 100644
--- a/integration-tests/google-bigquery/pom.xml
+++ b/integration-tests/google-bigquery/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/google-pubsub/pom.xml b/integration-tests/google-pubsub/pom.xml
index cfc5c38..54e3a99 100644
--- a/integration-tests/google-pubsub/pom.xml
+++ b/integration-tests/google-pubsub/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/google-storage/pom.xml b/integration-tests/google-storage/pom.xml
index 1659c22..5455274 100644
--- a/integration-tests/google-storage/pom.xml
+++ b/integration-tests/google-storage/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/google/pom.xml b/integration-tests/google/pom.xml
index 47d814e..c6b801b 100644
--- a/integration-tests/google/pom.xml
+++ b/integration-tests/google/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/graphql/pom.xml b/integration-tests/graphql/pom.xml
index 0c7ac0a..57e64a9 100644
--- a/integration-tests/graphql/pom.xml
+++ b/integration-tests/graphql/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/grok/pom.xml b/integration-tests/grok/pom.xml
index d0a817b..b6e0996 100644
--- a/integration-tests/grok/pom.xml
+++ b/integration-tests/grok/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/groovy-dsl/pom.xml b/integration-tests/groovy-dsl/pom.xml
index 60e86fd..e619775 100644
--- a/integration-tests/groovy-dsl/pom.xml
+++ b/integration-tests/groovy-dsl/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/groovy/pom.xml b/integration-tests/groovy/pom.xml
index b54ecee..09e93db 100644
--- a/integration-tests/groovy/pom.xml
+++ b/integration-tests/groovy/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/grpc/pom.xml b/integration-tests/grpc/pom.xml
index f312883..4f1cce0 100644
--- a/integration-tests/grpc/pom.xml
+++ b/integration-tests/grpc/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/hashicorp-vault/pom.xml b/integration-tests/hashicorp-vault/pom.xml
index b81bac0..670080c 100644
--- a/integration-tests/hashicorp-vault/pom.xml
+++ b/integration-tests/hashicorp-vault/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/hazelcast/pom.xml b/integration-tests/hazelcast/pom.xml
index bdfc6c5..c7426fb 100644
--- a/integration-tests/hazelcast/pom.xml
+++ b/integration-tests/hazelcast/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/headersmap/pom.xml b/integration-tests/headersmap/pom.xml
index 1e9fae3..79b55ec 100644
--- a/integration-tests/headersmap/pom.xml
+++ b/integration-tests/headersmap/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/hl7/pom.xml b/integration-tests/hl7/pom.xml
index 74ec0a1..b9c5cdd 100644
--- a/integration-tests/hl7/pom.xml
+++ b/integration-tests/hl7/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/http-grouped/pom.xml b/integration-tests/http-grouped/pom.xml
index e830c05..6fe5869 100644
--- a/integration-tests/http-grouped/pom.xml
+++ b/integration-tests/http-grouped/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/infinispan-common/pom.xml b/integration-tests/infinispan-common/pom.xml
index 8b25204..a2ce28d 100644
--- a/integration-tests/infinispan-common/pom.xml
+++ b/integration-tests/infinispan-common/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/infinispan-quarkus-client/pom.xml b/integration-tests/infinispan-quarkus-client/pom.xml
index 1cb3eb0..4f4f8ca 100644
--- a/integration-tests/infinispan-quarkus-client/pom.xml
+++ b/integration-tests/infinispan-quarkus-client/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/infinispan/pom.xml b/integration-tests/infinispan/pom.xml
index 8417c23..3759f69 100644
--- a/integration-tests/infinispan/pom.xml
+++ b/integration-tests/infinispan/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/influxdb/pom.xml b/integration-tests/influxdb/pom.xml
index 6a0f360..6bc7984 100644
--- a/integration-tests/influxdb/pom.xml
+++ b/integration-tests/influxdb/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/jackson-avro/pom.xml b/integration-tests/jackson-avro/pom.xml
index 275d2fd..1b17c2c 100644
--- a/integration-tests/jackson-avro/pom.xml
+++ b/integration-tests/jackson-avro/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/jackson-protobuf/pom.xml b/integration-tests/jackson-protobuf/pom.xml
index fa1a3b8..41972b0 100644
--- a/integration-tests/jackson-protobuf/pom.xml
+++ b/integration-tests/jackson-protobuf/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/jasypt/pom.xml b/integration-tests/jasypt/pom.xml
index 8fb3268..692fb08 100644
--- a/integration-tests/jasypt/pom.xml
+++ b/integration-tests/jasypt/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/java-joor-dsl/pom.xml b/integration-tests/java-joor-dsl/pom.xml
index bbc79b9..2cf06be 100644
--- a/integration-tests/java-joor-dsl/pom.xml
+++ b/integration-tests/java-joor-dsl/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/jaxb/pom.xml b/integration-tests/jaxb/pom.xml
index fb6171f..9751b04 100644
--- a/integration-tests/jaxb/pom.xml
+++ b/integration-tests/jaxb/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/jcache/pom.xml b/integration-tests/jcache/pom.xml
index a669ab5..8dc8faa 100644
--- a/integration-tests/jcache/pom.xml
+++ b/integration-tests/jcache/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/jdbc-grouped/pom.xml b/integration-tests/jdbc-grouped/pom.xml
index cbba39a..837b2aa 100644
--- a/integration-tests/jdbc-grouped/pom.xml
+++ b/integration-tests/jdbc-grouped/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/jfr/pom.xml b/integration-tests/jfr/pom.xml
index 483fb7f..c2c81db 100644
--- a/integration-tests/jfr/pom.xml
+++ b/integration-tests/jfr/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/jira/pom.xml b/integration-tests/jira/pom.xml
index 68be897..6a42bad 100644
--- a/integration-tests/jira/pom.xml
+++ b/integration-tests/jira/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/jms-artemis-client/pom.xml b/integration-tests/jms-artemis-client/pom.xml
index ee8293a..982a370 100644
--- a/integration-tests/jms-artemis-client/pom.xml
+++ b/integration-tests/jms-artemis-client/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/jms-ibmmq-client/pom.xml b/integration-tests/jms-ibmmq-client/pom.xml
index f25c5f6..9b4ae34 100644
--- a/integration-tests/jms-ibmmq-client/pom.xml
+++ b/integration-tests/jms-ibmmq-client/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/jms-qpid-amqp-client/pom.xml b/integration-tests/jms-qpid-amqp-client/pom.xml
index f7a2e27..46efb27 100644
--- a/integration-tests/jms-qpid-amqp-client/pom.xml
+++ b/integration-tests/jms-qpid-amqp-client/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/jolt/pom.xml b/integration-tests/jolt/pom.xml
index 9a6eb0d..12b4003 100644
--- a/integration-tests/jolt/pom.xml
+++ b/integration-tests/jolt/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/joor/pom.xml b/integration-tests/joor/pom.xml
index c9827a2..14a4438 100644
--- a/integration-tests/joor/pom.xml
+++ b/integration-tests/joor/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/jpa/pom.xml b/integration-tests/jpa/pom.xml
index 2965f91..106eaad 100644
--- a/integration-tests/jpa/pom.xml
+++ b/integration-tests/jpa/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/jq/pom.xml b/integration-tests/jq/pom.xml
index d185a5b..09f248f 100644
--- a/integration-tests/jq/pom.xml
+++ b/integration-tests/jq/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/js-dsl/pom.xml b/integration-tests/js-dsl/pom.xml
index 7b9be0a..7b1d2cb 100644
--- a/integration-tests/js-dsl/pom.xml
+++ b/integration-tests/js-dsl/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/jsch/pom.xml b/integration-tests/jsch/pom.xml
index 2f53a80..aafa469 100644
--- a/integration-tests/jsch/pom.xml
+++ b/integration-tests/jsch/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/jsh-dsl/pom.xml b/integration-tests/jsh-dsl/pom.xml
index 28e299c..80a0619 100644
--- a/integration-tests/jsh-dsl/pom.xml
+++ b/integration-tests/jsh-dsl/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/jslt/pom.xml b/integration-tests/jslt/pom.xml
index 7633c7f..87bd806 100644
--- a/integration-tests/jslt/pom.xml
+++ b/integration-tests/jslt/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/json-validator/pom.xml b/integration-tests/json-validator/pom.xml
index 453a970..8785959 100644
--- a/integration-tests/json-validator/pom.xml
+++ b/integration-tests/json-validator/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/jsonata/pom.xml b/integration-tests/jsonata/pom.xml
index 0a427c2..b4355de 100644
--- a/integration-tests/jsonata/pom.xml
+++ b/integration-tests/jsonata/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/jsonpath/pom.xml b/integration-tests/jsonpath/pom.xml
index 4e4fdb4..6dca9ae 100644
--- a/integration-tests/jsonpath/pom.xml
+++ b/integration-tests/jsonpath/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/jt400-mocked/pom.xml b/integration-tests/jt400-mocked/pom.xml
index de1a3a9..5374a95 100644
--- a/integration-tests/jt400-mocked/pom.xml
+++ b/integration-tests/jt400-mocked/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/jt400/pom.xml b/integration-tests/jt400/pom.xml
index 99d7fa3..1a3053d 100644
--- a/integration-tests/jt400/pom.xml
+++ b/integration-tests/jt400/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/jta/pom.xml b/integration-tests/jta/pom.xml
index 888452b..a792452 100644
--- a/integration-tests/jta/pom.xml
+++ b/integration-tests/jta/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/kafka-oauth/pom.xml b/integration-tests/kafka-oauth/pom.xml
index 171a81f..f8aaea8 100644
--- a/integration-tests/kafka-oauth/pom.xml
+++ b/integration-tests/kafka-oauth/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/kafka-sasl-ssl/pom.xml b/integration-tests/kafka-sasl-ssl/pom.xml
index 5d0fb25..2255fd9 100644
--- a/integration-tests/kafka-sasl-ssl/pom.xml
+++ b/integration-tests/kafka-sasl-ssl/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/kafka-sasl/pom.xml b/integration-tests/kafka-sasl/pom.xml
index c08231a..f51b039 100644
--- a/integration-tests/kafka-sasl/pom.xml
+++ b/integration-tests/kafka-sasl/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/kafka-ssl/pom.xml b/integration-tests/kafka-ssl/pom.xml
index 077ac40..79becf4 100644
--- a/integration-tests/kafka-ssl/pom.xml
+++ b/integration-tests/kafka-ssl/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/kafka/pom.xml b/integration-tests/kafka/pom.xml
index ab8ac53..941604a 100644
--- a/integration-tests/kafka/pom.xml
+++ b/integration-tests/kafka/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/kamelet/pom.xml b/integration-tests/kamelet/pom.xml
index 8d6e276..b5c784e 100644
--- a/integration-tests/kamelet/pom.xml
+++ b/integration-tests/kamelet/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/knative/pom.xml b/integration-tests/knative/pom.xml
index 256e984..733cb09 100644
--- a/integration-tests/knative/pom.xml
+++ b/integration-tests/knative/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/kotlin-dsl/pom.xml b/integration-tests/kotlin-dsl/pom.xml
index d5f215e..0623f4d 100644
--- a/integration-tests/kotlin-dsl/pom.xml
+++ b/integration-tests/kotlin-dsl/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/kotlin/pom.xml b/integration-tests/kotlin/pom.xml
index ad23be5..9a69537 100644
--- a/integration-tests/kotlin/pom.xml
+++ b/integration-tests/kotlin/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/kubernetes/pom.xml b/integration-tests/kubernetes/pom.xml
index deea3e8..82c3c74 100644
--- a/integration-tests/kubernetes/pom.xml
+++ b/integration-tests/kubernetes/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/kudu/pom.xml b/integration-tests/kudu/pom.xml
index 69d07d6..1713e40 100644
--- a/integration-tests/kudu/pom.xml
+++ b/integration-tests/kudu/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/langchain4j-chat/pom.xml b/integration-tests/langchain4j-chat/pom.xml
index aa54a16..8a066a1 100644
--- a/integration-tests/langchain4j-chat/pom.xml
+++ b/integration-tests/langchain4j-chat/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/ldap/pom.xml b/integration-tests/ldap/pom.xml
index 5a77bb6..d30c985 100644
--- a/integration-tests/ldap/pom.xml
+++ b/integration-tests/ldap/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/leveldb/pom.xml b/integration-tests/leveldb/pom.xml
index c44475f..b932002 100644
--- a/integration-tests/leveldb/pom.xml
+++ b/integration-tests/leveldb/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/lra/pom.xml b/integration-tests/lra/pom.xml
index bec0c9e..cfcd567 100644
--- a/integration-tests/lra/pom.xml
+++ b/integration-tests/lra/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/lumberjack/pom.xml b/integration-tests/lumberjack/pom.xml
index 2c72951..6fc08c7 100644
--- a/integration-tests/lumberjack/pom.xml
+++ b/integration-tests/lumberjack/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/mail/pom.xml b/integration-tests/mail/pom.xml
index 1cd226e..00e7f8b 100644
--- a/integration-tests/mail/pom.xml
+++ b/integration-tests/mail/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/main-collector/pom.xml b/integration-tests/main-collector/pom.xml
index eede9df..6e3a06e 100644
--- a/integration-tests/main-collector/pom.xml
+++ b/integration-tests/main-collector/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/main-command-mode/pom.xml b/integration-tests/main-command-mode/pom.xml
index 0c6c94d..4d1df4e 100644
--- a/integration-tests/main-command-mode/pom.xml
+++ b/integration-tests/main-command-mode/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/main-devmode/pom.xml b/integration-tests/main-devmode/pom.xml
index f5ae09b..c466ae1 100644
--- a/integration-tests/main-devmode/pom.xml
+++ b/integration-tests/main-devmode/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/main-discovery-disabled/pom.xml b/integration-tests/main-discovery-disabled/pom.xml
index b43bdf8..b751001 100644
--- a/integration-tests/main-discovery-disabled/pom.xml
+++ b/integration-tests/main-discovery-disabled/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/main-unknown-args-fail/pom.xml b/integration-tests/main-unknown-args-fail/pom.xml
index 129bef0..3a0aab8 100644
--- a/integration-tests/main-unknown-args-fail/pom.xml
+++ b/integration-tests/main-unknown-args-fail/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/main-unknown-args-ignore/pom.xml b/integration-tests/main-unknown-args-ignore/pom.xml
index 2285c74..8bfc107 100644
--- a/integration-tests/main-unknown-args-ignore/pom.xml
+++ b/integration-tests/main-unknown-args-ignore/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/main-xml-io/pom.xml b/integration-tests/main-xml-io/pom.xml
index 83682bc..834fdba 100644
--- a/integration-tests/main-xml-io/pom.xml
+++ b/integration-tests/main-xml-io/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/main-xml-jaxb/pom.xml b/integration-tests/main-xml-jaxb/pom.xml
index a7265f0..46dd5bc 100644
--- a/integration-tests/main-xml-jaxb/pom.xml
+++ b/integration-tests/main-xml-jaxb/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/main-yaml/pom.xml b/integration-tests/main-yaml/pom.xml
index 8ec6705..83c1822 100644
--- a/integration-tests/main-yaml/pom.xml
+++ b/integration-tests/main-yaml/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/main/pom.xml b/integration-tests/main/pom.xml
index e3b18b6..9a92c59 100644
--- a/integration-tests/main/pom.xml
+++ b/integration-tests/main/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/management/pom.xml b/integration-tests/management/pom.xml
index 7ad895d..238566e 100644
--- a/integration-tests/management/pom.xml
+++ b/integration-tests/management/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/mapstruct/pom.xml b/integration-tests/mapstruct/pom.xml
index e7e1e42..beb9792 100644
--- a/integration-tests/mapstruct/pom.xml
+++ b/integration-tests/mapstruct/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/master-file/pom.xml b/integration-tests/master-file/pom.xml
index 01df885..3dd5a41 100644
--- a/integration-tests/master-file/pom.xml
+++ b/integration-tests/master-file/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/master-openshift/pom.xml b/integration-tests/master-openshift/pom.xml
index 8612c98..0690b29 100644
--- a/integration-tests/master-openshift/pom.xml
+++ b/integration-tests/master-openshift/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/master/pom.xml b/integration-tests/master/pom.xml
index 26fbbef..8628cbb 100644
--- a/integration-tests/master/pom.xml
+++ b/integration-tests/master/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/messaging/common/pom.xml b/integration-tests/messaging/common/pom.xml
index fdd8509..2d875ef 100644
--- a/integration-tests/messaging/common/pom.xml
+++ b/integration-tests/messaging/common/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-test-messaging</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
</parent>
<artifactId>camel-quarkus-integration-test-messaging-common</artifactId>
diff --git a/integration-tests/messaging/jms/pom.xml b/integration-tests/messaging/jms/pom.xml
index 7b64197..e176e1f 100644
--- a/integration-tests/messaging/jms/pom.xml
+++ b/integration-tests/messaging/jms/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-test-messaging</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
</parent>
<artifactId>camel-quarkus-integration-test-messaging-jms</artifactId>
diff --git a/integration-tests/messaging/pom.xml b/integration-tests/messaging/pom.xml
index 7ae7c1d..830ff63 100644
--- a/integration-tests/messaging/pom.xml
+++ b/integration-tests/messaging/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/messaging/sjms/pom.xml b/integration-tests/messaging/sjms/pom.xml
index 0c3bedd..b3928d3 100644
--- a/integration-tests/messaging/sjms/pom.xml
+++ b/integration-tests/messaging/sjms/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-test-messaging</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
</parent>
<artifactId>camel-quarkus-integration-test-messaging-sjms</artifactId>
diff --git a/integration-tests/micrometer/pom.xml b/integration-tests/micrometer/pom.xml
index 5197792..f0d080f 100644
--- a/integration-tests/micrometer/pom.xml
+++ b/integration-tests/micrometer/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/microprofile-fault-tolerance/pom.xml b/integration-tests/microprofile-fault-tolerance/pom.xml
index e275401..d3cacec 100644
--- a/integration-tests/microprofile-fault-tolerance/pom.xml
+++ b/integration-tests/microprofile-fault-tolerance/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/microprofile-health/pom.xml b/integration-tests/microprofile-health/pom.xml
index 7d40042..4387409 100644
--- a/integration-tests/microprofile-health/pom.xml
+++ b/integration-tests/microprofile-health/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/minio/pom.xml b/integration-tests/minio/pom.xml
index 2b38736..db8c583 100644
--- a/integration-tests/minio/pom.xml
+++ b/integration-tests/minio/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/mllp/pom.xml b/integration-tests/mllp/pom.xml
index 14878b3..7c61f95 100644
--- a/integration-tests/mllp/pom.xml
+++ b/integration-tests/mllp/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/mongodb-grouped/pom.xml b/integration-tests/mongodb-grouped/pom.xml
index dc2dd80..7ed646e 100644
--- a/integration-tests/mongodb-grouped/pom.xml
+++ b/integration-tests/mongodb-grouped/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/mustache/pom.xml b/integration-tests/mustache/pom.xml
index d275601..1f4b3a3 100644
--- a/integration-tests/mustache/pom.xml
+++ b/integration-tests/mustache/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/mybatis/pom.xml b/integration-tests/mybatis/pom.xml
index 5ffd545..3b963a9 100644
--- a/integration-tests/mybatis/pom.xml
+++ b/integration-tests/mybatis/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/nats/pom.xml b/integration-tests/nats/pom.xml
index fe5face..bfabf8b 100644
--- a/integration-tests/nats/pom.xml
+++ b/integration-tests/nats/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/netty/pom.xml b/integration-tests/netty/pom.xml
index 99625af..348aebc 100644
--- a/integration-tests/netty/pom.xml
+++ b/integration-tests/netty/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/nitrite/pom.xml b/integration-tests/nitrite/pom.xml
index 3e5580f..4b4e9b5 100644
--- a/integration-tests/nitrite/pom.xml
+++ b/integration-tests/nitrite/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/oaipmh/pom.xml b/integration-tests/oaipmh/pom.xml
index efc8bf2..b85d6a5 100644
--- a/integration-tests/oaipmh/pom.xml
+++ b/integration-tests/oaipmh/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/ognl/pom.xml b/integration-tests/ognl/pom.xml
index 1061628..c8f3c56 100644
--- a/integration-tests/ognl/pom.xml
+++ b/integration-tests/ognl/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/olingo4/pom.xml b/integration-tests/olingo4/pom.xml
index 3d0710b..2ac33a0 100644
--- a/integration-tests/olingo4/pom.xml
+++ b/integration-tests/olingo4/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/openapi-java/pom.xml b/integration-tests/openapi-java/pom.xml
index e52c488..70b6e75 100644
--- a/integration-tests/openapi-java/pom.xml
+++ b/integration-tests/openapi-java/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/openstack/pom.xml b/integration-tests/openstack/pom.xml
index 2abd1ea..611faa8 100644
--- a/integration-tests/openstack/pom.xml
+++ b/integration-tests/openstack/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/opentelemetry/pom.xml b/integration-tests/opentelemetry/pom.xml
index 50229ce..ea54a28 100644
--- a/integration-tests/opentelemetry/pom.xml
+++ b/integration-tests/opentelemetry/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/optaplanner/pom.xml b/integration-tests/optaplanner/pom.xml
index 5b3c0ed..083c393 100644
--- a/integration-tests/optaplanner/pom.xml
+++ b/integration-tests/optaplanner/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/paho-mqtt5/pom.xml b/integration-tests/paho-mqtt5/pom.xml
index 3715d82..7e262fb 100644
--- a/integration-tests/paho-mqtt5/pom.xml
+++ b/integration-tests/paho-mqtt5/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/paho/pom.xml b/integration-tests/paho/pom.xml
index 18eab24..f6044ed 100644
--- a/integration-tests/paho/pom.xml
+++ b/integration-tests/paho/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/pdf/pom.xml b/integration-tests/pdf/pom.xml
index 797885d..4e365c3 100644
--- a/integration-tests/pdf/pom.xml
+++ b/integration-tests/pdf/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
<artifactId>camel-quarkus-integration-test-pdf</artifactId>
diff --git a/integration-tests/pg-replication-slot/pom.xml b/integration-tests/pg-replication-slot/pom.xml
index 589e24c..c1e5877 100644
--- a/integration-tests/pg-replication-slot/pom.xml
+++ b/integration-tests/pg-replication-slot/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/pgevent/pom.xml b/integration-tests/pgevent/pom.xml
index 3091653..02ca356 100644
--- a/integration-tests/pgevent/pom.xml
+++ b/integration-tests/pgevent/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/pinecone/pom.xml b/integration-tests/pinecone/pom.xml
index 5bc5f17..e616b16 100644
--- a/integration-tests/pinecone/pom.xml
+++ b/integration-tests/pinecone/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/platform-http-proxy-ssl/pom.xml b/integration-tests/platform-http-proxy-ssl/pom.xml
index b27e285..a2a979c 100644
--- a/integration-tests/platform-http-proxy-ssl/pom.xml
+++ b/integration-tests/platform-http-proxy-ssl/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/platform-http-proxy/pom.xml b/integration-tests/platform-http-proxy/pom.xml
index 9ed03ed..2ad6f8b 100644
--- a/integration-tests/platform-http-proxy/pom.xml
+++ b/integration-tests/platform-http-proxy/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/platform-http/pom.xml b/integration-tests/platform-http/pom.xml
index 913fa9f..9b247c1 100644
--- a/integration-tests/platform-http/pom.xml
+++ b/integration-tests/platform-http/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml
index 0c700a2..9c2677d 100644
--- a/integration-tests/pom.xml
+++ b/integration-tests/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/integration-tests/protobuf/pom.xml b/integration-tests/protobuf/pom.xml
index efe2288..b6b7570 100644
--- a/integration-tests/protobuf/pom.xml
+++ b/integration-tests/protobuf/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/pubnub/pom.xml b/integration-tests/pubnub/pom.xml
index bfbf3b7..af8e6b8 100644
--- a/integration-tests/pubnub/pom.xml
+++ b/integration-tests/pubnub/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/qdrant/pom.xml b/integration-tests/qdrant/pom.xml
index e0dfee2..1ddbf48 100644
--- a/integration-tests/qdrant/pom.xml
+++ b/integration-tests/qdrant/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/quartz-clustered/pom.xml b/integration-tests/quartz-clustered/pom.xml
index b056bb9..a210465 100644
--- a/integration-tests/quartz-clustered/pom.xml
+++ b/integration-tests/quartz-clustered/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/quartz/pom.xml b/integration-tests/quartz/pom.xml
index 4d09fa0..d2fce50 100644
--- a/integration-tests/quartz/pom.xml
+++ b/integration-tests/quartz/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/qute/pom.xml b/integration-tests/qute/pom.xml
index 8d16319..cdab2fd 100644
--- a/integration-tests/qute/pom.xml
+++ b/integration-tests/qute/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/reactive-streams/pom.xml b/integration-tests/reactive-streams/pom.xml
index c60d507..5daacb5 100644
--- a/integration-tests/reactive-streams/pom.xml
+++ b/integration-tests/reactive-streams/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/rest-openapi/pom.xml b/integration-tests/rest-openapi/pom.xml
index 1693d8a..b061452 100644
--- a/integration-tests/rest-openapi/pom.xml
+++ b/integration-tests/rest-openapi/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/rest/pom.xml b/integration-tests/rest/pom.xml
index 8355efd..cd82107 100644
--- a/integration-tests/rest/pom.xml
+++ b/integration-tests/rest/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/saga/pom.xml b/integration-tests/saga/pom.xml
index 12fa2d9..64e04e1 100644
--- a/integration-tests/saga/pom.xml
+++ b/integration-tests/saga/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/salesforce/pom.xml b/integration-tests/salesforce/pom.xml
index 27ac44e..51a4f27 100644
--- a/integration-tests/salesforce/pom.xml
+++ b/integration-tests/salesforce/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/sap-netweaver/pom.xml b/integration-tests/sap-netweaver/pom.xml
index 5f1c890..12904f2 100644
--- a/integration-tests/sap-netweaver/pom.xml
+++ b/integration-tests/sap-netweaver/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/saxon/pom.xml b/integration-tests/saxon/pom.xml
index edd23a6..4dd2e33 100644
--- a/integration-tests/saxon/pom.xml
+++ b/integration-tests/saxon/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/servicenow/pom.xml b/integration-tests/servicenow/pom.xml
index 89c4f0c..1d689ac 100644
--- a/integration-tests/servicenow/pom.xml
+++ b/integration-tests/servicenow/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/servlet/pom.xml b/integration-tests/servlet/pom.xml
index 6a72abc..e655cde 100644
--- a/integration-tests/servlet/pom.xml
+++ b/integration-tests/servlet/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/shiro/pom.xml b/integration-tests/shiro/pom.xml
index 474034e..9221ba2 100644
--- a/integration-tests/shiro/pom.xml
+++ b/integration-tests/shiro/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/sjms-artemis-client/pom.xml b/integration-tests/sjms-artemis-client/pom.xml
index 0edc82d..d482cb3 100644
--- a/integration-tests/sjms-artemis-client/pom.xml
+++ b/integration-tests/sjms-artemis-client/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/sjms-qpid-amqp-client/pom.xml b/integration-tests/sjms-qpid-amqp-client/pom.xml
index 32b8e78..76ed55d 100644
--- a/integration-tests/sjms-qpid-amqp-client/pom.xml
+++ b/integration-tests/sjms-qpid-amqp-client/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/sjms2-artemis-client/pom.xml b/integration-tests/sjms2-artemis-client/pom.xml
index 09d764d..1114241 100644
--- a/integration-tests/sjms2-artemis-client/pom.xml
+++ b/integration-tests/sjms2-artemis-client/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/sjms2-qpid-amqp-client/pom.xml b/integration-tests/sjms2-qpid-amqp-client/pom.xml
index f8cb025..90b8103 100644
--- a/integration-tests/sjms2-qpid-amqp-client/pom.xml
+++ b/integration-tests/sjms2-qpid-amqp-client/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/slack/pom.xml b/integration-tests/slack/pom.xml
index f5973f0..14611ef 100644
--- a/integration-tests/slack/pom.xml
+++ b/integration-tests/slack/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/smallrye-reactive-messaging/pom.xml b/integration-tests/smallrye-reactive-messaging/pom.xml
index 57977f2..9714b8f 100644
--- a/integration-tests/smallrye-reactive-messaging/pom.xml
+++ b/integration-tests/smallrye-reactive-messaging/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/smb/pom.xml b/integration-tests/smb/pom.xml
index 4651018..1edf556 100644
--- a/integration-tests/smb/pom.xml
+++ b/integration-tests/smb/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/soap/pom.xml b/integration-tests/soap/pom.xml
index de02e11..2997010 100644
--- a/integration-tests/soap/pom.xml
+++ b/integration-tests/soap/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/splunk-hec/pom.xml b/integration-tests/splunk-hec/pom.xml
index d0afa21..1281d95 100644
--- a/integration-tests/splunk-hec/pom.xml
+++ b/integration-tests/splunk-hec/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/splunk/pom.xml b/integration-tests/splunk/pom.xml
index 85b0db3..a5885e5 100644
--- a/integration-tests/splunk/pom.xml
+++ b/integration-tests/splunk/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/spring-rabbitmq/pom.xml b/integration-tests/spring-rabbitmq/pom.xml
index 6d43556..2ceb7fb 100644
--- a/integration-tests/spring-rabbitmq/pom.xml
+++ b/integration-tests/spring-rabbitmq/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/sql/pom.xml b/integration-tests/sql/pom.xml
index 1f73e7b..05b78d9 100644
--- a/integration-tests/sql/pom.xml
+++ b/integration-tests/sql/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/ssh/pom.xml b/integration-tests/ssh/pom.xml
index 013fb48..a6eb5b3 100644
--- a/integration-tests/ssh/pom.xml
+++ b/integration-tests/ssh/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/stax/pom.xml b/integration-tests/stax/pom.xml
index e299562..cfb9863 100644
--- a/integration-tests/stax/pom.xml
+++ b/integration-tests/stax/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/stringtemplate/pom.xml b/integration-tests/stringtemplate/pom.xml
index 833736c..41d03a0 100644
--- a/integration-tests/stringtemplate/pom.xml
+++ b/integration-tests/stringtemplate/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/swift/pom.xml b/integration-tests/swift/pom.xml
index b5f4230..4c8d1a3 100644
--- a/integration-tests/swift/pom.xml
+++ b/integration-tests/swift/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/syndication/pom.xml b/integration-tests/syndication/pom.xml
index a3ee63f..20bbe64 100644
--- a/integration-tests/syndication/pom.xml
+++ b/integration-tests/syndication/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/syslog/pom.xml b/integration-tests/syslog/pom.xml
index 53459e2..ca29e44 100644
--- a/integration-tests/syslog/pom.xml
+++ b/integration-tests/syslog/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/tarfile/pom.xml b/integration-tests/tarfile/pom.xml
index 0e9e3a6..bde98e8 100644
--- a/integration-tests/tarfile/pom.xml
+++ b/integration-tests/tarfile/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/telegram/pom.xml b/integration-tests/telegram/pom.xml
index 9282bf1..badfe1d 100644
--- a/integration-tests/telegram/pom.xml
+++ b/integration-tests/telegram/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/tika/pom.xml b/integration-tests/tika/pom.xml
index 41c9ed0..637a8cf 100644
--- a/integration-tests/tika/pom.xml
+++ b/integration-tests/tika/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/twilio/pom.xml b/integration-tests/twilio/pom.xml
index f870d35..7a6b622 100644
--- a/integration-tests/twilio/pom.xml
+++ b/integration-tests/twilio/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/twitter/pom.xml b/integration-tests/twitter/pom.xml
index 758e19f..b2bf4e2 100644
--- a/integration-tests/twitter/pom.xml
+++ b/integration-tests/twitter/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/univocity-parsers/pom.xml b/integration-tests/univocity-parsers/pom.xml
index 5d05e03..910434c 100644
--- a/integration-tests/univocity-parsers/pom.xml
+++ b/integration-tests/univocity-parsers/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/validator/pom.xml b/integration-tests/validator/pom.xml
index c85ad65..df755ee 100644
--- a/integration-tests/validator/pom.xml
+++ b/integration-tests/validator/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/velocity/pom.xml b/integration-tests/velocity/pom.xml
index c0bd596..0dffe7e 100644
--- a/integration-tests/velocity/pom.xml
+++ b/integration-tests/velocity/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/vertx-websocket/pom.xml b/integration-tests/vertx-websocket/pom.xml
index 06e3618..c164506 100644
--- a/integration-tests/vertx-websocket/pom.xml
+++ b/integration-tests/vertx-websocket/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/vertx/pom.xml b/integration-tests/vertx/pom.xml
index 2196422..ad9d855 100644
--- a/integration-tests/vertx/pom.xml
+++ b/integration-tests/vertx/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/wasm/pom.xml b/integration-tests/wasm/pom.xml
index bb13662..3b0b66e 100644
--- a/integration-tests/wasm/pom.xml
+++ b/integration-tests/wasm/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/weather/pom.xml b/integration-tests/weather/pom.xml
index 24977ae..026f182 100644
--- a/integration-tests/weather/pom.xml
+++ b/integration-tests/weather/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/xchange/pom.xml b/integration-tests/xchange/pom.xml
index b8e9635..ae9c8a6 100644
--- a/integration-tests/xchange/pom.xml
+++ b/integration-tests/xchange/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/xj/pom.xml b/integration-tests/xj/pom.xml
index 88c105e..4b620a4 100644
--- a/integration-tests/xj/pom.xml
+++ b/integration-tests/xj/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/xml-grouped/pom.xml b/integration-tests/xml-grouped/pom.xml
index 5140eba..10622e0 100644
--- a/integration-tests/xml-grouped/pom.xml
+++ b/integration-tests/xml-grouped/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/xml-jaxp/pom.xml b/integration-tests/xml-jaxp/pom.xml
index 996e981..2daa9dc 100644
--- a/integration-tests/xml-jaxp/pom.xml
+++ b/integration-tests/xml-jaxp/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/xmlsecurity/pom.xml b/integration-tests/xmlsecurity/pom.xml
index 78d6f35..a04bb70 100644
--- a/integration-tests/xmlsecurity/pom.xml
+++ b/integration-tests/xmlsecurity/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/xpath/pom.xml b/integration-tests/xpath/pom.xml
index 0e880a9..d2a9b59 100644
--- a/integration-tests/xpath/pom.xml
+++ b/integration-tests/xpath/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/xslt-saxon/pom.xml b/integration-tests/xslt-saxon/pom.xml
index ad857a0..bf91a5b 100644
--- a/integration-tests/xslt-saxon/pom.xml
+++ b/integration-tests/xslt-saxon/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/integration-tests/zendesk/pom.xml b/integration-tests/zendesk/pom.xml
index ff6b135..7e233b7 100644
--- a/integration-tests/zendesk/pom.xml
+++ b/integration-tests/zendesk/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent-it</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent-it/pom.xml</relativePath>
</parent>
diff --git a/pom.xml b/pom.xml
index a3bd00e..fe93ec7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<packaging>pom</packaging>
<name>Camel Quarkus</name>
@@ -334,7 +334,7 @@
<connection>scm:git:http://gitbox.apache.org/repos/asf/camel-quarkus.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/camel-quarkus.git</developerConnection>
<url>https://github.com/apache/camel-quarkus</url>
- <tag>HEAD</tag>
+ <tag>3.15.0</tag>
</scm>
<issueManagement>
@@ -413,7 +413,7 @@
<preparationGoals>clean validate -Pstandard-build -Pcommit-release-changes "-Dcq.commit.message.prefix=[maven-release-plugin] Prepare release" -N</preparationGoals>
<completionGoals>clean validate -Pstandard-build -Pcommit-release-changes "-Dcq.commit.message.prefix=[maven-release-plugin] Set next development version" -N</completionGoals>
<!-- release:perform config -->
- <releaseProfiles combine.self="override"/>
+ <releaseProfiles combine.self="override" />
<goals>deploy</goals>
<!-- Both release:prepare and release:perform config -->
<arguments>-Dapache-release -DskipTests -Denforcer.skip -Dquarkus.build.skip -Dformatter.skip -Dimpsort.skip</arguments>
@@ -438,7 +438,7 @@
<version>${maven-shade-plugin.version}</version>
<configuration>
<transformers>
- <transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer"/>
+ <transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer" />
</transformers>
</configuration>
</plugin>
diff --git a/poms/bom-test/pom.xml b/poms/bom-test/pom.xml
index 613d8fc..f41f0d4 100644
--- a/poms/bom-test/pom.xml
+++ b/poms/bom-test/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-poms</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -36,7 +36,7 @@
<!-- This property is kept in sync with project.version by the release plugin -->
<!-- Do not change to project.version because otherwise the end user apps having our BOM as
parent (rather than importing it) will stop working -->
- <camel-quarkus.version>3.15.0-SNAPSHOT</camel-quarkus.version>
+ <camel-quarkus.version>3.15.0</camel-quarkus.version>
</properties>
<dependencyManagement>
diff --git a/poms/bom/pom.xml b/poms/bom/pom.xml
index f980fe6..2f9f50e 100644
--- a/poms/bom/pom.xml
+++ b/poms/bom/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-poms</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>camel-quarkus-bom</artifactId>
@@ -31,7 +31,7 @@
<properties>
<!-- This property is kept in sync with project.version by the release plugin -->
<!-- Do not change to project.version because otherwise the end user apps having our BOM as parent (rather than importing it) will stop working -->
- <camel-quarkus.version>3.15.0-SNAPSHOT</camel-quarkus.version>
+ <camel-quarkus.version>3.15.0</camel-quarkus.version>
</properties>
<dependencyManagement>
<dependencies>
diff --git a/poms/build-parent-it/pom.xml b/poms/build-parent-it/pom.xml
index 1bf1672..1c939a7 100644
--- a/poms/build-parent-it/pom.xml
+++ b/poms/build-parent-it/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../build-parent/pom.xml</relativePath>
</parent>
@@ -41,8 +41,8 @@
<quarkus.platform.version>${quarkus.version}</quarkus.platform.version>
<camel-quarkus.platform.group-id>org.apache.camel.quarkus</camel-quarkus.platform.group-id>
<camel-quarkus.platform.artifact-id>camel-quarkus-bom</camel-quarkus.platform.artifact-id>
- <camel-quarkus.platform.version>3.15.0-SNAPSHOT</camel-quarkus.platform.version>
- <camel-quarkus.version>3.15.0-SNAPSHOT</camel-quarkus.version><!-- This needs to be set to the underlying CQ version from command line when testing against Platform BOMs -->
+ <camel-quarkus.platform.version>3.15.0</camel-quarkus.platform.version>
+ <camel-quarkus.version>3.15.0</camel-quarkus.version><!-- This needs to be set to the underlying CQ version from command line when testing against Platform BOMs -->
<quarkus.banner.enabled>false</quarkus.banner.enabled>
</properties>
diff --git a/poms/build-parent/pom.xml b/poms/build-parent/pom.xml
index b9b61de..0b89350 100644
--- a/poms/build-parent/pom.xml
+++ b/poms/build-parent/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-poms</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/poms/pom.xml b/poms/pom.xml
index bd3c045..819c3e5 100644
--- a/poms/pom.xml
+++ b/poms/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/test-framework/junit5-extension-tests/pom.xml b/test-framework/junit5-extension-tests/pom.xml
index 751c8d6..c0d87a0 100644
--- a/test-framework/junit5-extension-tests/pom.xml
+++ b/test-framework/junit5-extension-tests/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-test-framework</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/test-framework/junit5/pom.xml b/test-framework/junit5/pom.xml
index f30375d..32efb98 100644
--- a/test-framework/junit5/pom.xml
+++ b/test-framework/junit5/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-test-framework</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/test-framework/pom.xml b/test-framework/pom.xml
index 9629bcc..3dc100e 100644
--- a/test-framework/pom.xml
+++ b/test-framework/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../poms/build-parent/pom.xml</relativePath>
</parent>
diff --git a/tooling/maven-plugin/pom.xml b/tooling/maven-plugin/pom.xml
index 12b4baa..856a690 100644
--- a/tooling/maven-plugin/pom.xml
+++ b/tooling/maven-plugin/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent/pom.xml</relativePath>
</parent>
diff --git a/tooling/perf-regression/pom.xml b/tooling/perf-regression/pom.xml
index 7ff7d7c..732dcec 100644
--- a/tooling/perf-regression/pom.xml
+++ b/tooling/perf-regression/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
<relativePath>../../poms/build-parent/pom.xml</relativePath>
</parent>
diff --git a/tooling/pom.xml b/tooling/pom.xml
index 6a9b781..95ad19c 100644
--- a/tooling/pom.xml
+++ b/tooling/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
</parent>
<artifactId>camel-quarkus-tooling</artifactId>
diff --git a/tooling/test-list/pom.xml b/tooling/test-list/pom.xml
index 41edb8e..9328b4b 100644
--- a/tooling/test-list/pom.xml
+++ b/tooling/test-list/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-tooling</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.15.0</version>
</parent>
<artifactId>camel-quarkus-test-list</artifactId>