[maven-release-plugin] Prepare release 2.15.0
diff --git a/catalog/pom.xml b/catalog/pom.xml
index d1e6954..62e91a6 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../poms/build-parent/pom.xml</relativePath>
     </parent>
 
diff --git a/docs/antora.yml b/docs/antora.yml
index 71535a9..4e73e80 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: 2.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 5ea8adf..49b7e92 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
     </parent>
 
     <artifactId>camel-quarkus-docs</artifactId>
diff --git a/docs/source-map.yml b/docs/source-map.yml
index d2f96b7..e587397 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: 2.15.x
               mapped-branch: HEAD
diff --git a/extensions-core/caffeine-lrucache/deployment/pom.xml b/extensions-core/caffeine-lrucache/deployment/pom.xml
index 8012ade..876ea64 100644
--- a/extensions-core/caffeine-lrucache/deployment/pom.xml
+++ b/extensions-core/caffeine-lrucache/deployment/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-caffeine-lrucache-parent</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-core/caffeine-lrucache/pom.xml b/extensions-core/caffeine-lrucache/pom.xml
index c32e629..a91b93b 100644
--- a/extensions-core/caffeine-lrucache/pom.xml
+++ b/extensions-core/caffeine-lrucache/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-extensions-core</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-core/caffeine-lrucache/runtime/pom.xml b/extensions-core/caffeine-lrucache/runtime/pom.xml
index 7a8313f..e31d808 100644
--- a/extensions-core/caffeine-lrucache/runtime/pom.xml
+++ b/extensions-core/caffeine-lrucache/runtime/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-caffeine-lrucache-parent</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-core/core-cloud/deployment/pom.xml b/extensions-core/core-cloud/deployment/pom.xml
index 53e7457..724ed06 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 0d0d842..1b847b5 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 8d00578..e3d37eb 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 db5c85c..75a097e 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 eb70fd7..5449ac0 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 ff1ead7..b269a4e 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 5d6ec15..ad2429c 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 8bb5f47..27e2ce6 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 3c67b0c..83cbd58 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-core/pom.xml b/extensions-core/pom.xml
index 9105887..16655a6 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 72966af..2607695 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 a453772..29bb1c8 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 6b80397..b12ca28 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 87e6390..819a066 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 c1fbbd2..b2e3062 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 42ef8a0..dcb50ca 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 233e89c..5d31708 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 8c6c971..5955401 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 4241294..a6bf277 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 b908239..b22b305 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 d37354e..153b10d 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 057ee98..1e32c0b 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 d2f0ee9..70c571d 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 ac7e807..55ed460 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 6265993..30bbefb 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 4e79426..b2b6918 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 ff24a83..fd3db7c 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 b9d2860..bfb1983 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 4a4acd2..f8a1dcc 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/asn1/pom.xml b/extensions-jvm/asn1/pom.xml
index 67cc69f..f057919 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 f415fc0..7be1423 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 ee1208f..3b1011e 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/asterisk/pom.xml b/extensions-jvm/asterisk/pom.xml
index e268df2..32c5a5a 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 47f0aea..b1df70d 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/atmos/deployment/pom.xml b/extensions-jvm/atmos/deployment/pom.xml
index c33f70e..c689980 100644
--- a/extensions-jvm/atmos/deployment/pom.xml
+++ b/extensions-jvm/atmos/deployment/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-atmos-parent</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/atmos/pom.xml b/extensions-jvm/atmos/pom.xml
index 9373963..cbcb632 100644
--- a/extensions-jvm/atmos/pom.xml
+++ b/extensions-jvm/atmos/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-extensions-jvm</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/atmos/runtime/pom.xml b/extensions-jvm/atmos/runtime/pom.xml
index fe59191..b06700e 100644
--- a/extensions-jvm/atmos/runtime/pom.xml
+++ b/extensions-jvm/atmos/runtime/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-atmos-parent</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.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 6efd806..d14ae2b 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 ad49885..0c3208d 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 4086ff1..ca93941 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 5246c0c..545a383 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 76251d2..b7010c3 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 0289bb4..31dc678 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 4af9368..b97b0da 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 662e909..317d497 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 c308e84..07387af 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/azure-key-vault/deployment/pom.xml b/extensions-jvm/azure-key-vault/deployment/pom.xml
index addb6db..c365902 100644
--- a/extensions-jvm/azure-key-vault/deployment/pom.xml
+++ b/extensions-jvm/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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/azure-key-vault/pom.xml b/extensions-jvm/azure-key-vault/pom.xml
index a77b2bb..4d5c5b1 100644
--- a/extensions-jvm/azure-key-vault/pom.xml
+++ b/extensions-jvm/azure-key-vault/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-extensions-jvm</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/azure-key-vault/runtime/pom.xml b/extensions-jvm/azure-key-vault/runtime/pom.xml
index 7e0eada..9a39a9f 100644
--- a/extensions-jvm/azure-key-vault/runtime/pom.xml
+++ b/extensions-jvm/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>2.15.0-SNAPSHOT</version>
+        <version>2.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 6722e75..67f5232 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 be8aef7..8f5f6a6 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 af0994b..882202a 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 79139e3..5089cd1 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 c90dd01..23cdc99 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 5a041d5..b215366 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 9116381..676a5e7 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/barcode/pom.xml b/extensions-jvm/barcode/pom.xml
index c582027..33ff976 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 254d40e..fc233ef 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 bcfc395..a8ded9d 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/bonita/pom.xml b/extensions-jvm/bonita/pom.xml
index f929e1b..99dcc1a 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 ee630a2..0096c1d 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 c5293da..55ba5ba 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/chatscript/pom.xml b/extensions-jvm/chatscript/pom.xml
index 528b61e..9109e4e 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 ea65957..13f1b07 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 e6f0249..3449f35 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/chunk/pom.xml b/extensions-jvm/chunk/pom.xml
index 368e30f..280d6ad 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 da0277e..35697c8 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 46a31d4..9c22d29 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 3ff942d..943a392 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 4b265ea..0f03c7c 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/cmis/deployment/pom.xml b/extensions-jvm/cmis/deployment/pom.xml
index f4ce432..82296bc 100644
--- a/extensions-jvm/cmis/deployment/pom.xml
+++ b/extensions-jvm/cmis/deployment/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-cmis-parent</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/cmis/pom.xml b/extensions-jvm/cmis/pom.xml
index 770c40d..aaf40cb 100644
--- a/extensions-jvm/cmis/pom.xml
+++ b/extensions-jvm/cmis/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-extensions-jvm</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/cmis/runtime/pom.xml b/extensions-jvm/cmis/runtime/pom.xml
index e16d1fe..53c0e35 100644
--- a/extensions-jvm/cmis/runtime/pom.xml
+++ b/extensions-jvm/cmis/runtime/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-cmis-parent</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.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 524f0c5..31c6c19 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/coap/pom.xml b/extensions-jvm/coap/pom.xml
index b6b5137..b8fdff9 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 89af660..290b5f5 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 ac2368b..37f4ede 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/cometd/pom.xml b/extensions-jvm/cometd/pom.xml
index 2ed39fd..4aea8aa 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 c67d4b1..f350d5f 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/corda/deployment/pom.xml b/extensions-jvm/corda/deployment/pom.xml
index dc449fb..d531d12 100644
--- a/extensions-jvm/corda/deployment/pom.xml
+++ b/extensions-jvm/corda/deployment/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-corda-parent</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/corda/pom.xml b/extensions-jvm/corda/pom.xml
index 1f44a5f..199447a 100644
--- a/extensions-jvm/corda/pom.xml
+++ b/extensions-jvm/corda/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-extensions-jvm</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/corda/runtime/pom.xml b/extensions-jvm/corda/runtime/pom.xml
index 6015e04..f369fac 100644
--- a/extensions-jvm/corda/runtime/pom.xml
+++ b/extensions-jvm/corda/runtime/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-corda-parent</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.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 1cb4b33..07180ce 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/couchbase/pom.xml b/extensions-jvm/couchbase/pom.xml
index 97594cd..4f16a8e 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 abdd5da..e548be4 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/debug/deployment/pom.xml b/extensions-jvm/debug/deployment/pom.xml
index 0ee6fc7..885e8cb 100644
--- a/extensions-jvm/debug/deployment/pom.xml
+++ b/extensions-jvm/debug/deployment/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-debug-parent</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/debug/pom.xml b/extensions-jvm/debug/pom.xml
index aa43116..2727f03 100644
--- a/extensions-jvm/debug/pom.xml
+++ b/extensions-jvm/debug/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-extensions-jvm</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/debug/runtime/pom.xml b/extensions-jvm/debug/runtime/pom.xml
index b8a5a97..585e785 100644
--- a/extensions-jvm/debug/runtime/pom.xml
+++ b/extensions-jvm/debug/runtime/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-debug-parent</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.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 303b7f8..7c814bf 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/djl/pom.xml b/extensions-jvm/djl/pom.xml
index 9ef1045..b75aab3 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 4a0132e..0039e8b 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 2ffc7e3..5f60701 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/dns/pom.xml b/extensions-jvm/dns/pom.xml
index 90643a9..5143899 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 a736645..3ce32bf 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 5954117..00feeea 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/drill/pom.xml b/extensions-jvm/drill/pom.xml
index 8842dacc..d819265 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 bc9440b..92909fb 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 78c40f7..aaf0e36 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 dfe83e7..d2b831f 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 3975b42..8639016 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 7980946..d853f56 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/ehcache/pom.xml b/extensions-jvm/ehcache/pom.xml
index a811940..273405c 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 3f749fe..3340c7c 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 b02afa0..cf4da75 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/etcd3/pom.xml b/extensions-jvm/etcd3/pom.xml
index 7aeb16d..07855fb 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 e0ecbcc..658f22d 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/facebook/deployment/pom.xml b/extensions-jvm/facebook/deployment/pom.xml
index 863144f..273b695 100644
--- a/extensions-jvm/facebook/deployment/pom.xml
+++ b/extensions-jvm/facebook/deployment/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-facebook-parent</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/facebook/pom.xml b/extensions-jvm/facebook/pom.xml
index 73a2414..cd7a1df 100644
--- a/extensions-jvm/facebook/pom.xml
+++ b/extensions-jvm/facebook/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-extensions-jvm</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/facebook/runtime/pom.xml b/extensions-jvm/facebook/runtime/pom.xml
index 90d6ead..144bd9e 100644
--- a/extensions-jvm/facebook/runtime/pom.xml
+++ b/extensions-jvm/facebook/runtime/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-facebook-parent</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.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 b611f64..686cddf 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/fastjson/pom.xml b/extensions-jvm/fastjson/pom.xml
index a94e709..21135ad 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 b167844..bdd260a 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 ea0f0bc..bb9dab9 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/flink/pom.xml b/extensions-jvm/flink/pom.xml
index cdfc3c3..e29f6d6 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 a186ac8..53a77f5 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 fc95303..ff26220 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 8ba6cb3..e6ac8c2 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 e1a752e..6a8825d 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 96cde74..bd79e05 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 9261076..998c41e 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 304e2b5..ad44b82 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/groovy-dsl/deployment/pom.xml b/extensions-jvm/groovy-dsl/deployment/pom.xml
index d5d1edc..6619e2c 100644
--- a/extensions-jvm/groovy-dsl/deployment/pom.xml
+++ b/extensions-jvm/groovy-dsl/deployment/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-groovy-dsl-parent</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/groovy-dsl/pom.xml b/extensions-jvm/groovy-dsl/pom.xml
index 7bbe9b8..6b67df5 100644
--- a/extensions-jvm/groovy-dsl/pom.xml
+++ b/extensions-jvm/groovy-dsl/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-extensions-jvm</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/groovy-dsl/runtime/pom.xml b/extensions-jvm/groovy-dsl/runtime/pom.xml
index 67a2ff9..41fbdd9 100644
--- a/extensions-jvm/groovy-dsl/runtime/pom.xml
+++ b/extensions-jvm/groovy-dsl/runtime/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-groovy-dsl-parent</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/groovy/deployment/pom.xml b/extensions-jvm/groovy/deployment/pom.xml
index 91f23e9..1f091b0 100644
--- a/extensions-jvm/groovy/deployment/pom.xml
+++ b/extensions-jvm/groovy/deployment/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-groovy-parent</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/groovy/pom.xml b/extensions-jvm/groovy/pom.xml
index 4b7fc82..420afe5 100644
--- a/extensions-jvm/groovy/pom.xml
+++ b/extensions-jvm/groovy/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-extensions-jvm</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/groovy/runtime/pom.xml b/extensions-jvm/groovy/runtime/pom.xml
index 4fce7dd..f14e0a7 100644
--- a/extensions-jvm/groovy/runtime/pom.xml
+++ b/extensions-jvm/groovy/runtime/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-groovy-parent</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.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 c4a3a6f..93e5f31 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 ea6573b..8885089 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 9201228..5313077 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/hashicorp-vault/deployment/pom.xml b/extensions-jvm/hashicorp-vault/deployment/pom.xml
index fd42c2e..99c984c 100644
--- a/extensions-jvm/hashicorp-vault/deployment/pom.xml
+++ b/extensions-jvm/hashicorp-vault/deployment/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-hashicorp-vault-parent</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/hashicorp-vault/pom.xml b/extensions-jvm/hashicorp-vault/pom.xml
index c4c92c3..07b5f08 100644
--- a/extensions-jvm/hashicorp-vault/pom.xml
+++ b/extensions-jvm/hashicorp-vault/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-extensions-jvm</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/hashicorp-vault/runtime/pom.xml b/extensions-jvm/hashicorp-vault/runtime/pom.xml
index 787eb47..38b9691 100644
--- a/extensions-jvm/hashicorp-vault/runtime/pom.xml
+++ b/extensions-jvm/hashicorp-vault/runtime/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-hashicorp-vault-parent</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/hbase/deployment/pom.xml b/extensions-jvm/hbase/deployment/pom.xml
index f0018c3..4abddb2 100644
--- a/extensions-jvm/hbase/deployment/pom.xml
+++ b/extensions-jvm/hbase/deployment/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-hbase-parent</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/hbase/pom.xml b/extensions-jvm/hbase/pom.xml
index ca2d799..075f99a 100644
--- a/extensions-jvm/hbase/pom.xml
+++ b/extensions-jvm/hbase/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-extensions-jvm</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/hbase/runtime/pom.xml b/extensions-jvm/hbase/runtime/pom.xml
index 02c354f..5b81c43 100644
--- a/extensions-jvm/hbase/runtime/pom.xml
+++ b/extensions-jvm/hbase/runtime/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-hbase-parent</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/hdfs/deployment/pom.xml b/extensions-jvm/hdfs/deployment/pom.xml
index 44b90fd..c12f1ee 100644
--- a/extensions-jvm/hdfs/deployment/pom.xml
+++ b/extensions-jvm/hdfs/deployment/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-hdfs-parent</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/hdfs/pom.xml b/extensions-jvm/hdfs/pom.xml
index 834b7f4..7052299 100644
--- a/extensions-jvm/hdfs/pom.xml
+++ b/extensions-jvm/hdfs/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-extensions-jvm</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/hdfs/runtime/pom.xml b/extensions-jvm/hdfs/runtime/pom.xml
index a629f27..58e91a0 100644
--- a/extensions-jvm/hdfs/runtime/pom.xml
+++ b/extensions-jvm/hdfs/runtime/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-hdfs-parent</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.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 e270363..e640783 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 72608dc..3ac0d14 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 8c6fce4..7b1b99f 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 41f288c..fdd939e 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/iec60870/pom.xml b/extensions-jvm/iec60870/pom.xml
index 5de5647..e2f95de 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 66ab3b5..6145bda 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 da847f6..17037da 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/ignite/pom.xml b/extensions-jvm/ignite/pom.xml
index 4fa70cb..6c34d63 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 366bc95..6427baf 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/iota/deployment/pom.xml b/extensions-jvm/iota/deployment/pom.xml
index 8dc94cf..f3dafa4 100644
--- a/extensions-jvm/iota/deployment/pom.xml
+++ b/extensions-jvm/iota/deployment/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-iota-parent</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/iota/pom.xml b/extensions-jvm/iota/pom.xml
index a70b1aa..d22f33c 100644
--- a/extensions-jvm/iota/pom.xml
+++ b/extensions-jvm/iota/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-extensions-jvm</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/iota/runtime/pom.xml b/extensions-jvm/iota/runtime/pom.xml
index d5df23e..e03c541 100644
--- a/extensions-jvm/iota/runtime/pom.xml
+++ b/extensions-jvm/iota/runtime/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-iota-parent</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.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 c4d013c..55b4eef 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/irc/pom.xml b/extensions-jvm/irc/pom.xml
index fc1aef1..fde716a 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 c3eeb78..0467f2c 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/jasypt/deployment/pom.xml b/extensions-jvm/jasypt/deployment/pom.xml
index c07eaa7..d42618c 100644
--- a/extensions-jvm/jasypt/deployment/pom.xml
+++ b/extensions-jvm/jasypt/deployment/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-jasypt-parent</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/jasypt/pom.xml b/extensions-jvm/jasypt/pom.xml
index 08a3bc1..5fd5130 100644
--- a/extensions-jvm/jasypt/pom.xml
+++ b/extensions-jvm/jasypt/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-extensions-jvm</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/jasypt/runtime/pom.xml b/extensions-jvm/jasypt/runtime/pom.xml
index 00a7228..f419c83 100644
--- a/extensions-jvm/jasypt/runtime/pom.xml
+++ b/extensions-jvm/jasypt/runtime/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-jasypt-parent</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/java-joor-dsl/deployment/pom.xml b/extensions-jvm/java-joor-dsl/deployment/pom.xml
index c2c8f1e..bbd45cb 100644
--- a/extensions-jvm/java-joor-dsl/deployment/pom.xml
+++ b/extensions-jvm/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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/java-joor-dsl/pom.xml b/extensions-jvm/java-joor-dsl/pom.xml
index 82d615e..52b71d0 100644
--- a/extensions-jvm/java-joor-dsl/pom.xml
+++ b/extensions-jvm/java-joor-dsl/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-extensions-jvm</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/java-joor-dsl/runtime/pom.xml b/extensions-jvm/java-joor-dsl/runtime/pom.xml
index 432c40e..50cbb16 100644
--- a/extensions-jvm/java-joor-dsl/runtime/pom.xml
+++ b/extensions-jvm/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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/jbpm/deployment/pom.xml b/extensions-jvm/jbpm/deployment/pom.xml
index 770afd4..106dc33 100644
--- a/extensions-jvm/jbpm/deployment/pom.xml
+++ b/extensions-jvm/jbpm/deployment/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-jbpm-parent</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/jbpm/pom.xml b/extensions-jvm/jbpm/pom.xml
index f9efd46..43cacd4 100644
--- a/extensions-jvm/jbpm/pom.xml
+++ b/extensions-jvm/jbpm/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-extensions-jvm</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/jbpm/runtime/pom.xml b/extensions-jvm/jbpm/runtime/pom.xml
index fa54e15..6d01be4 100644
--- a/extensions-jvm/jbpm/runtime/pom.xml
+++ b/extensions-jvm/jbpm/runtime/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-jbpm-parent</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/jclouds/deployment/pom.xml b/extensions-jvm/jclouds/deployment/pom.xml
index c3ca466..573a397 100644
--- a/extensions-jvm/jclouds/deployment/pom.xml
+++ b/extensions-jvm/jclouds/deployment/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-jclouds-parent</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/jclouds/pom.xml b/extensions-jvm/jclouds/pom.xml
index 7df4444..80f125c 100644
--- a/extensions-jvm/jclouds/pom.xml
+++ b/extensions-jvm/jclouds/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-extensions-jvm</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/jclouds/runtime/pom.xml b/extensions-jvm/jclouds/runtime/pom.xml
index 8503218..a4273d3 100644
--- a/extensions-jvm/jclouds/runtime/pom.xml
+++ b/extensions-jvm/jclouds/runtime/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-jclouds-parent</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.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 712b44d..61fd5be 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/jcr/pom.xml b/extensions-jvm/jcr/pom.xml
index 5eed373..59dae48 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 3663521..898b77b 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 55b8022..91c15ac 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 f961ade..d0fd627 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 f03adc4..744a2e4 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 5f0ffb4..c2fbdc8 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/jgroups/pom.xml b/extensions-jvm/jgroups/pom.xml
index 5455991..1c81193 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 3a26e11..0631cc4 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 24b099f..125332f 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/jooq/pom.xml b/extensions-jvm/jooq/pom.xml
index a9757eb..a896bd9 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 d94c745..14bf2ae 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/joor/deployment/pom.xml b/extensions-jvm/joor/deployment/pom.xml
index b230e8a..0a04211 100644
--- a/extensions-jvm/joor/deployment/pom.xml
+++ b/extensions-jvm/joor/deployment/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-joor-parent</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/joor/pom.xml b/extensions-jvm/joor/pom.xml
index bbb621f..d4675c1 100644
--- a/extensions-jvm/joor/pom.xml
+++ b/extensions-jvm/joor/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-extensions-jvm</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/joor/runtime/pom.xml b/extensions-jvm/joor/runtime/pom.xml
index aaf13a2..6c4acb0 100644
--- a/extensions-jvm/joor/runtime/pom.xml
+++ b/extensions-jvm/joor/runtime/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-joor-parent</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.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 afd2f6c..96080e4 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 df632f8..cc35764 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 502ace2..cecc22b 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 65ccf57..80d7029 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/jsonapi/pom.xml b/extensions-jvm/jsonapi/pom.xml
index 6e92537..fc43e99 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 2a234b4..6892ab3 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/jt400/deployment/pom.xml b/extensions-jvm/jt400/deployment/pom.xml
index 3622d2b..bbfb382 100644
--- a/extensions-jvm/jt400/deployment/pom.xml
+++ b/extensions-jvm/jt400/deployment/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-jt400-parent</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/jt400/pom.xml b/extensions-jvm/jt400/pom.xml
index bec3803..f4c29ba 100644
--- a/extensions-jvm/jt400/pom.xml
+++ b/extensions-jvm/jt400/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-extensions-jvm</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/jt400/runtime/pom.xml b/extensions-jvm/jt400/runtime/pom.xml
index 84d8c58..de99ca5 100644
--- a/extensions-jvm/jt400/runtime/pom.xml
+++ b/extensions-jvm/jt400/runtime/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-jt400-parent</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/kotlin-dsl/deployment/pom.xml b/extensions-jvm/kotlin-dsl/deployment/pom.xml
index e170aab..5fcb8d6 100644
--- a/extensions-jvm/kotlin-dsl/deployment/pom.xml
+++ b/extensions-jvm/kotlin-dsl/deployment/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-kotlin-dsl-parent</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/kotlin-dsl/pom.xml b/extensions-jvm/kotlin-dsl/pom.xml
index d1231f8..8138577 100644
--- a/extensions-jvm/kotlin-dsl/pom.xml
+++ b/extensions-jvm/kotlin-dsl/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-extensions-jvm</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/kotlin-dsl/runtime/pom.xml b/extensions-jvm/kotlin-dsl/runtime/pom.xml
index 7329b84..3f58857 100644
--- a/extensions-jvm/kotlin-dsl/runtime/pom.xml
+++ b/extensions-jvm/kotlin-dsl/runtime/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-kotlin-dsl-parent</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/ldap/deployment/pom.xml b/extensions-jvm/ldap/deployment/pom.xml
index 3930171..b08ef10 100644
--- a/extensions-jvm/ldap/deployment/pom.xml
+++ b/extensions-jvm/ldap/deployment/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-ldap-parent</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/ldap/pom.xml b/extensions-jvm/ldap/pom.xml
index dc77846..0861c7b 100644
--- a/extensions-jvm/ldap/pom.xml
+++ b/extensions-jvm/ldap/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-extensions-jvm</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/ldap/runtime/pom.xml b/extensions-jvm/ldap/runtime/pom.xml
index e487c4b..197aaf0 100644
--- a/extensions-jvm/ldap/runtime/pom.xml
+++ b/extensions-jvm/ldap/runtime/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-ldap-parent</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.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 b60ca57..e821396 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/ldif/pom.xml b/extensions-jvm/ldif/pom.xml
index ba67c6c..59ba029 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 e4a2c6e..a7c99f0 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 717ad18..faf3385 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/lucene/pom.xml b/extensions-jvm/lucene/pom.xml
index e8f7fc8..a3bab82 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 f1b82c5..f3f4c1d 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/management/deployment/pom.xml b/extensions-jvm/management/deployment/pom.xml
index b2e1edd..0c45a5e 100644
--- a/extensions-jvm/management/deployment/pom.xml
+++ b/extensions-jvm/management/deployment/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-management-parent</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/management/pom.xml b/extensions-jvm/management/pom.xml
index 3f6c24a..9a38912 100644
--- a/extensions-jvm/management/pom.xml
+++ b/extensions-jvm/management/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-extensions-jvm</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/management/runtime/pom.xml b/extensions-jvm/management/runtime/pom.xml
index 3457671..bc72f61 100644
--- a/extensions-jvm/management/runtime/pom.xml
+++ b/extensions-jvm/management/runtime/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-management-parent</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/milo/deployment/pom.xml b/extensions-jvm/milo/deployment/pom.xml
index 13c7bd3..d7c1978 100644
--- a/extensions-jvm/milo/deployment/pom.xml
+++ b/extensions-jvm/milo/deployment/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-milo-parent</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/milo/pom.xml b/extensions-jvm/milo/pom.xml
index 7c7e3c0..0f6209d 100644
--- a/extensions-jvm/milo/pom.xml
+++ b/extensions-jvm/milo/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-extensions-jvm</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/milo/runtime/pom.xml b/extensions-jvm/milo/runtime/pom.xml
index 407dd48..a8b2cb2 100644
--- a/extensions-jvm/milo/runtime/pom.xml
+++ b/extensions-jvm/milo/runtime/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-milo-parent</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.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 cf10223..184d1d2 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/mvel/pom.xml b/extensions-jvm/mvel/pom.xml
index 485aa3b..304fe1c 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 ea15a69..7daff84 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/ognl/deployment/pom.xml b/extensions-jvm/ognl/deployment/pom.xml
index b9c1a7e..b7e1dec 100644
--- a/extensions-jvm/ognl/deployment/pom.xml
+++ b/extensions-jvm/ognl/deployment/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-ognl-parent</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/ognl/pom.xml b/extensions-jvm/ognl/pom.xml
index 074c974..a9d7322 100644
--- a/extensions-jvm/ognl/pom.xml
+++ b/extensions-jvm/ognl/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-extensions-jvm</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/ognl/runtime/pom.xml b/extensions-jvm/ognl/runtime/pom.xml
index c22ba8f..cbc90e8 100644
--- a/extensions-jvm/ognl/runtime/pom.xml
+++ b/extensions-jvm/ognl/runtime/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-ognl-parent</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/pom.xml b/extensions-jvm/pom.xml
index afdfaa1..9985182 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 3199f7b..75e922f 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/printer/pom.xml b/extensions-jvm/printer/pom.xml
index a8e7af3..3494255 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 c9186b9..1d9a811 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 fb30349..55e1c13 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/pulsar/pom.xml b/extensions-jvm/pulsar/pom.xml
index 97a13e0..b548c34 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 e6874c4..760383b 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 1b0299a..09e7acc 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/quickfix/pom.xml b/extensions-jvm/quickfix/pom.xml
index 5107bba..af98a3f 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 62fb8a8..bed7f81 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 0b5898b..cb23f47 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/redis/pom.xml b/extensions-jvm/redis/pom.xml
index a7bdf0f..2d8c58a 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 d0d9e2e..7dcb6c5 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 513ff34..6b1d98c 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/robotframework/pom.xml b/extensions-jvm/robotframework/pom.xml
index 9d77f65..15d7647 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 475727c..41cabe8 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 88b5b7c..ecfd397 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/schematron/pom.xml b/extensions-jvm/schematron/pom.xml
index 170d826..16e6ad7 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 8124136..2407bef 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 f38199d..3322d56 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/smpp/pom.xml b/extensions-jvm/smpp/pom.xml
index 03005f1..07c69f6 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 f0c386d..f394b62 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 373addb..3b3fbb5 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/snmp/pom.xml b/extensions-jvm/snmp/pom.xml
index 4a2dc00..d5252ac 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 f2e7d54..30eb3fc 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/splunk-hec/deployment/pom.xml b/extensions-jvm/splunk-hec/deployment/pom.xml
index 2202470..8e6b56a 100644
--- a/extensions-jvm/splunk-hec/deployment/pom.xml
+++ b/extensions-jvm/splunk-hec/deployment/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-splunk-hec-parent</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/splunk-hec/pom.xml b/extensions-jvm/splunk-hec/pom.xml
index 0848c86..1c3731e 100644
--- a/extensions-jvm/splunk-hec/pom.xml
+++ b/extensions-jvm/splunk-hec/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-extensions-jvm</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/splunk-hec/runtime/pom.xml b/extensions-jvm/splunk-hec/runtime/pom.xml
index a331c3a..73ff02a 100644
--- a/extensions-jvm/splunk-hec/runtime/pom.xml
+++ b/extensions-jvm/splunk-hec/runtime/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-splunk-hec-parent</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.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 8e7032e..ee0253d 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/stitch/pom.xml b/extensions-jvm/stitch/pom.xml
index 7b246fd..7ca28af 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 ca417be..e211b0e 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 dee11b3..84005dd 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/stomp/pom.xml b/extensions-jvm/stomp/pom.xml
index 2cdd622..b2612e3 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 5bb47a1..1bcb924 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 0c49289..5c7dfce 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/stub/pom.xml b/extensions-jvm/stub/pom.xml
index be3e0fc..482fe95 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 b895ad0..46093bc 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 253a8a5..28e1376 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/thrift/pom.xml b/extensions-jvm/thrift/pom.xml
index 7785068..fc99e9f 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 f40a2e7..9c7ba30 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 52b49088..f09198e 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/web3j/pom.xml b/extensions-jvm/web3j/pom.xml
index a6caf2e..a7342be 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 439b0ef..594e064 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 dc7dcea..ffe66ff 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/wordpress/pom.xml b/extensions-jvm/wordpress/pom.xml
index 167ecbf..189409c 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 4274801..152288d 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 1b4d103..420e38f 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/workday/pom.xml b/extensions-jvm/workday/pom.xml
index 0883601..a9db56f 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 7efbce9..16bc0dd 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/xj/deployment/pom.xml b/extensions-jvm/xj/deployment/pom.xml
index e3bcf50..48b47dd 100644
--- a/extensions-jvm/xj/deployment/pom.xml
+++ b/extensions-jvm/xj/deployment/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-xj-parent</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/xj/pom.xml b/extensions-jvm/xj/pom.xml
index e287331..e1fffca 100644
--- a/extensions-jvm/xj/pom.xml
+++ b/extensions-jvm/xj/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-extensions-jvm</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/xj/runtime/pom.xml b/extensions-jvm/xj/runtime/pom.xml
index a65e3ec..a291c00 100644
--- a/extensions-jvm/xj/runtime/pom.xml
+++ b/extensions-jvm/xj/runtime/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-xj-parent</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.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 38115cb..a077896 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/xmpp/pom.xml b/extensions-jvm/xmpp/pom.xml
index 33f9049..223978a 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 526de88..28d6c58 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/xslt-saxon/deployment/pom.xml b/extensions-jvm/xslt-saxon/deployment/pom.xml
index 659b53b..eddd0b0 100644
--- a/extensions-jvm/xslt-saxon/deployment/pom.xml
+++ b/extensions-jvm/xslt-saxon/deployment/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-xslt-saxon-parent</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/xslt-saxon/pom.xml b/extensions-jvm/xslt-saxon/pom.xml
index 685dbcb..fc5295b 100644
--- a/extensions-jvm/xslt-saxon/pom.xml
+++ b/extensions-jvm/xslt-saxon/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-extensions-jvm</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/xslt-saxon/runtime/pom.xml b/extensions-jvm/xslt-saxon/runtime/pom.xml
index d9d0b4c..999429b 100644
--- a/extensions-jvm/xslt-saxon/runtime/pom.xml
+++ b/extensions-jvm/xslt-saxon/runtime/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-xslt-saxon-parent</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.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 639d2ca..ac0b5b9 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 218072d..54864f4 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 012cc97..e3c16a9 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 1dcb68f..cd6af10 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/zookeeper/pom.xml b/extensions-jvm/zookeeper/pom.xml
index 3fced8e..e3fc6e2 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 ecea73e..2c786ee 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 1c2e205..33ab876 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-support/ahc/pom.xml b/extensions-support/ahc/pom.xml
index a1b7fa5..789d2b7 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 d004b97..8cadcf9 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 3983b04..9678c36 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 eaf56e8..6c70d22 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 f86ca6f..4609363 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 ba387f3..3e5a4a9 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 0683e92..25d6f24 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 96157dc..acb8e30 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 65654b2..81db66f 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 14701d1..2c23477 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 435e7f8..f72b810 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 45eed85..20fa183 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 f72b57f..5fd90de 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 c40f986..8c40961 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 8f8fea6..53badcf 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-support/bouncycastle/pom.xml b/extensions-support/bouncycastle/pom.xml
index 8a47a49..6262384 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 f2e7cf1..2a556c5 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 e07bdbf..2389c2d 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 f7d1dc1..9167320 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 7a8ef9e..bb74cee 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 efe963c..5581afd 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 42ebf08..1ff5bf8 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 f0c735a..4ccc1e2 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 8de8f7f..9abc216 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-support/debezium/pom.xml b/extensions-support/debezium/pom.xml
index 2ded2b4..050ecac 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 9aa26d4..ce624a2 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 efef7b9..7c0646c 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 704c9c0..2c89a4a 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 cdcdc94..df0b6e4 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 751d2b4..1369c58 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 db75cc0..6e64b43 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 157405d..ffde43c 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 b1bc4c5..007f50b 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/extensions-support/httpclient/pom.xml b/extensions-support/httpclient/pom.xml
index 1f9d30c..43386a6 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 18460c3..fc31203 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 884e969..bb004ca 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 02c800a..c761ac6 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 c91f294..deecf96 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 fcf8e66..f4d0214 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/extensions-support/jdbc/pom.xml b/extensions-support/jdbc/pom.xml
index 2c3c4a2..706865a 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 ae728da..4e38b77 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 dcab78f..1f5650f 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/extensions-support/jetty/pom.xml b/extensions-support/jetty/pom.xml
index 4aa7527..55dd43c 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 8dd07be..7043c97 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/extensions-support/mail/deployment/pom.xml b/extensions-support/mail/deployment/pom.xml
index 7f459b1..ebac38e 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-support/mail/pom.xml b/extensions-support/mail/pom.xml
index 1948ef7..44dd1a4 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 de9186a..e6507ab 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 0e6aded..f8b1d39 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-support/mongodb/pom.xml b/extensions-support/mongodb/pom.xml
index 4a487f7..84ef244 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 8e45dd2..6947938 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-support/pom.xml b/extensions-support/pom.xml
index b8a70fd..88743c0 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 67444d5..ee571fd 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 1cc2118..ab65055 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 33bf653..c7aba9d 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 fd8537c..9775202 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/extensions-support/retrofit/pom.xml b/extensions-support/retrofit/pom.xml
index 5723646..706d9ca 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 8a5ef11..650cfd7 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/extensions-support/spring/beans/pom.xml b/extensions-support/spring/beans/pom.xml
index a0354b6..5af7b06 100644
--- a/extensions-support/spring/beans/pom.xml
+++ b/extensions-support/spring/beans/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-support-spring-parent</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/extensions-support/spring/context/pom.xml b/extensions-support/spring/context/pom.xml
index eec8051..134a270 100644
--- a/extensions-support/spring/context/pom.xml
+++ b/extensions-support/spring/context/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-support-spring-parent</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/extensions-support/spring/core/pom.xml b/extensions-support/spring/core/pom.xml
index 059d716..ac4f88c 100644
--- a/extensions-support/spring/core/pom.xml
+++ b/extensions-support/spring/core/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-support-spring-parent</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.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 114e2e1..7f0ec0d 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 101e90c..d704d79 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>2.15.0-SNAPSHOT</version>
+    <version>2.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 5caa21b..4cf9099 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 8ef10ba..71bca9f 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/extensions-support/stax/deployment/pom.xml b/extensions-support/stax/deployment/pom.xml
index 06be655..8312853 100644
--- a/extensions-support/stax/deployment/pom.xml
+++ b/extensions-support/stax/deployment/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-support-stax-parent</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/extensions-support/stax/pom.xml b/extensions-support/stax/pom.xml
index 2b45d77..8796af4 100644
--- a/extensions-support/stax/pom.xml
+++ b/extensions-support/stax/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-extensions-support</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-support/stax/runtime/pom.xml b/extensions-support/stax/runtime/pom.xml
index 8ddcfcb..632da3a 100644
--- a/extensions-support/stax/runtime/pom.xml
+++ b/extensions-support/stax/runtime/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-support-stax-parent</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/extensions-support/webhook/deployment/pom.xml b/extensions-support/webhook/deployment/pom.xml
index b89ca47..cb46a1a 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-support/webhook/pom.xml b/extensions-support/webhook/pom.xml
index 673173c..1fac6b1 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 c18b063..1438ed5 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 8ce7131..e52fbe2 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/extensions-support/xalan/pom.xml b/extensions-support/xalan/pom.xml
index dacdfa5..9f9e0e7 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 edb6bf1..37662c4 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/extensions-support/xstream/deployment/pom.xml b/extensions-support/xstream/deployment/pom.xml
index 1cfd1cc..6cb866a 100644
--- a/extensions-support/xstream/deployment/pom.xml
+++ b/extensions-support/xstream/deployment/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-support-xstream-parent</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/extensions-support/xstream/pom.xml b/extensions-support/xstream/pom.xml
index 446f251..751683a 100644
--- a/extensions-support/xstream/pom.xml
+++ b/extensions-support/xstream/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-extensions-support</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-support/xstream/runtime/pom.xml b/extensions-support/xstream/runtime/pom.xml
index cb509e2..64fbeac 100644
--- a/extensions-support/xstream/runtime/pom.xml
+++ b/extensions-support/xstream/runtime/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-support-xstream-parent</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/extensions/activemq/deployment/pom.xml b/extensions/activemq/deployment/pom.xml
index 4ae6e6e..cb683d9 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/activemq/pom.xml b/extensions/activemq/pom.xml
index ac284b7..d11fc47 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/activemq/runtime/pom.xml b/extensions/activemq/runtime/pom.xml
index b20ee27..4fd7039 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/amqp/deployment/pom.xml b/extensions/amqp/deployment/pom.xml
index 4f83e3d..ff49e75 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/amqp/pom.xml b/extensions/amqp/pom.xml
index 688f84c..3c0ac92 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/amqp/runtime/pom.xml b/extensions/amqp/runtime/pom.xml
index b540a31..2acd2bc 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/arangodb/deployment/pom.xml b/extensions/arangodb/deployment/pom.xml
index bd79e00..b5653c0 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/arangodb/pom.xml b/extensions/arangodb/pom.xml
index 4c73c36..23d2a29 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/arangodb/runtime/pom.xml b/extensions/arangodb/runtime/pom.xml
index 39df4f8..1ce450c 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/as2/deployment/pom.xml b/extensions/as2/deployment/pom.xml
index eec6b21..f0f0c72 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/as2/pom.xml b/extensions/as2/pom.xml
index e14f1e1..0b53ebc 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/as2/runtime/pom.xml b/extensions/as2/runtime/pom.xml
index b2100cf..5a9b0d1 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/atlasmap/deployment/pom.xml b/extensions/atlasmap/deployment/pom.xml
index 6d884cb..a1ce841 100644
--- a/extensions/atlasmap/deployment/pom.xml
+++ b/extensions/atlasmap/deployment/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-atlasmap-parent</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/atlasmap/pom.xml b/extensions/atlasmap/pom.xml
index 50aba46..103ace4 100644
--- a/extensions/atlasmap/pom.xml
+++ b/extensions/atlasmap/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-extensions</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/atlasmap/runtime/pom.xml b/extensions/atlasmap/runtime/pom.xml
index 166cee9..bd9bc38 100644
--- a/extensions/atlasmap/runtime/pom.xml
+++ b/extensions/atlasmap/runtime/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-atlasmap-parent</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/atom/deployment/pom.xml b/extensions/atom/deployment/pom.xml
index 1748a03..551d144 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/atom/pom.xml b/extensions/atom/pom.xml
index 71fa760..939af43 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/atom/runtime/pom.xml b/extensions/atom/runtime/pom.xml
index 65224e8..34cb5b5 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/attachments/deployment/pom.xml b/extensions/attachments/deployment/pom.xml
index 974390d..602d0d6 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/attachments/pom.xml b/extensions/attachments/pom.xml
index e82fd58..7beec71 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/attachments/runtime/pom.xml b/extensions/attachments/runtime/pom.xml
index b169ea1..12c6963 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/avro-rpc/deployment/pom.xml b/extensions/avro-rpc/deployment/pom.xml
index aec09a3..693b4a1 100644
--- a/extensions/avro-rpc/deployment/pom.xml
+++ b/extensions/avro-rpc/deployment/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-avro-rpc-parent</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/avro-rpc/pom.xml b/extensions/avro-rpc/pom.xml
index d02abb9..a6a2aff 100644
--- a/extensions/avro-rpc/pom.xml
+++ b/extensions/avro-rpc/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-extensions</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/avro-rpc/runtime/pom.xml b/extensions/avro-rpc/runtime/pom.xml
index 0cb27bb..5c9044a 100644
--- a/extensions/avro-rpc/runtime/pom.xml
+++ b/extensions/avro-rpc/runtime/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-avro-rpc-parent</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/avro/deployment/pom.xml b/extensions/avro/deployment/pom.xml
index 6cefe76..e4e6a6b 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/avro/pom.xml b/extensions/avro/pom.xml
index 448cd1a..ed25e68 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/avro/runtime/pom.xml b/extensions/avro/runtime/pom.xml
index 1a47753..d290536 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 7b08b02..13d1eca 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/aws2-athena/pom.xml b/extensions/aws2-athena/pom.xml
index 500e8c2..fe7409b 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 27da763..718d26f 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 36bcf674..a0df5e1 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/aws2-cw/pom.xml b/extensions/aws2-cw/pom.xml
index e6d178c..463b651 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 f03e5fb..d1631cd 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 b67db11..36c2af6 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/aws2-ddb/pom.xml b/extensions/aws2-ddb/pom.xml
index 4df0752..857611d 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 660f135..e2a777b 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 43558f2..a7867e5 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/aws2-ec2/pom.xml b/extensions/aws2-ec2/pom.xml
index 18e2096..b90f6de 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 8fa262f..4dbb3fc 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 9d97f8b..c0dc5a1 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/aws2-ecs/pom.xml b/extensions/aws2-ecs/pom.xml
index 88cfcf2..e706d73 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 0fdecf5..2e295ee 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 5ec208f..a18dd98 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/aws2-eks/pom.xml b/extensions/aws2-eks/pom.xml
index 6dd3c89..103ce16 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 1d83056..cd1e209 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 5372f61..cf7a90b 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/aws2-eventbridge/pom.xml b/extensions/aws2-eventbridge/pom.xml
index 5bea885..63d34f4 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 b118a48..2ea2530 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 07faa6e..34609b6 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/aws2-iam/pom.xml b/extensions/aws2-iam/pom.xml
index 37fda58..809c24d 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 9442765..5b81e0c 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 0ed1b1b..32e4ed8 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/aws2-kinesis/pom.xml b/extensions/aws2-kinesis/pom.xml
index 96f443f..4593611 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 7c6d800..e724773 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 28dba79..dfb7df7 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/aws2-kms/pom.xml b/extensions/aws2-kms/pom.xml
index 78dcb4a..22cd738 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 a8800746..7b57ac8 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 7de96c0..7d4c26d 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/aws2-lambda/pom.xml b/extensions/aws2-lambda/pom.xml
index 8cb8514..92ef578 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 2fce3bd..fa300ce 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 4092f91..165ba16 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/aws2-mq/pom.xml b/extensions/aws2-mq/pom.xml
index 726a9ba..1e2ae92 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 a0ed965..f3f1be6 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 d83757c..08de10d 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/aws2-msk/pom.xml b/extensions/aws2-msk/pom.xml
index 5fd5aa7..9184668 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 8479f8e..b38f649 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 72936a2..5afe03e 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/aws2-s3/pom.xml b/extensions/aws2-s3/pom.xml
index 70f7a8a..fd48fd8 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 335dcdf..6330719 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 ed1b958..76829f8 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/aws2-ses/pom.xml b/extensions/aws2-ses/pom.xml
index bef919b..4221739 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 e482e4a..b4e4de0 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 82fb0f3..ca5f55c 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/aws2-sns/pom.xml b/extensions/aws2-sns/pom.xml
index 40f43d9..37096a9 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 bcd763c..050d200 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 2ddf4a3..0b2193a 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/aws2-sqs/pom.xml b/extensions/aws2-sqs/pom.xml
index 837b371..675bb50 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 c2191fa..1b7a902 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 a09d6ab..b16a6c9 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/aws2-sts/pom.xml b/extensions/aws2-sts/pom.xml
index f4a17d5..cfd6889 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 50b31c8..7b24f3f 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 6aa03ac..5b67b3b 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/aws2-translate/pom.xml b/extensions/aws2-translate/pom.xml
index 37fc2c3..f5bb2fb 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 87782ad..1f23d16 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 e2f3eb8..cd144e0 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/azure-eventhubs/pom.xml b/extensions/azure-eventhubs/pom.xml
index bf59567..7f630cb 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 4d55b7c..ef0362a 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 6de82bc..0856087 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 b030cd3..6cf782d 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 c480539..27aa596 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 a33f7d1..a381b41 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 d58401c..bfdb722 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 58f9b6c..0652acf 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/base64/deployment/pom.xml b/extensions/base64/deployment/pom.xml
index d452a62..5cbfa5a 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/base64/pom.xml b/extensions/base64/pom.xml
index b4796aa..84dec46 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/base64/runtime/pom.xml b/extensions/base64/runtime/pom.xml
index f6b188f..1a72962 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 8194ede..7980153 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/bean-validator/pom.xml b/extensions/bean-validator/pom.xml
index 8bcac81..54f7437 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 9f3b109..a1bfb75 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/bean/deployment/pom.xml b/extensions/bean/deployment/pom.xml
index 824ee10..58aaf62 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/bean/pom.xml b/extensions/bean/pom.xml
index e505833..3e6cff0 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/bean/runtime/pom.xml b/extensions/bean/runtime/pom.xml
index b0a6244..a83d9d7 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/bindy/deployment/pom.xml b/extensions/bindy/deployment/pom.xml
index 3cad03e..dd122dd 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/bindy/pom.xml b/extensions/bindy/pom.xml
index a5fcefa..d7894a8 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/bindy/runtime/pom.xml b/extensions/bindy/runtime/pom.xml
index 73ddbec..45e6c27 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/box/deployment/pom.xml b/extensions/box/deployment/pom.xml
index 8fde4ff..d654d5d 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/box/pom.xml b/extensions/box/pom.xml
index 246bea4..36bf661 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/box/runtime/pom.xml b/extensions/box/runtime/pom.xml
index 3aeccb3..ca50c8b 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/braintree/deployment/pom.xml b/extensions/braintree/deployment/pom.xml
index 07ecc29..a0502e8 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/braintree/pom.xml b/extensions/braintree/pom.xml
index 25b1f4a..10d568b 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/braintree/runtime/pom.xml b/extensions/braintree/runtime/pom.xml
index 7e89dfc..aec0453 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/browse/deployment/pom.xml b/extensions/browse/deployment/pom.xml
index 900a00a..6060034 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/browse/pom.xml b/extensions/browse/pom.xml
index c18989f..54013d7 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/browse/runtime/pom.xml b/extensions/browse/runtime/pom.xml
index a10bf76..9ad6129 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/caffeine/deployment/pom.xml b/extensions/caffeine/deployment/pom.xml
index af02d98..62e8b6c 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/caffeine/pom.xml b/extensions/caffeine/pom.xml
index cc9dfb5..0f7b70b 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/caffeine/runtime/pom.xml b/extensions/caffeine/runtime/pom.xml
index 8d3dd56..0d0feef 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/cassandraql/deployment/pom.xml b/extensions/cassandraql/deployment/pom.xml
index 1187f13..b458be4 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/cassandraql/pom.xml b/extensions/cassandraql/pom.xml
index 8a131b7..de18ebb 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/cassandraql/runtime/pom.xml b/extensions/cassandraql/runtime/pom.xml
index 1c96087..3a8c14d 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/cbor/deployment/pom.xml b/extensions/cbor/deployment/pom.xml
index 0dc063f..68408c4 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/cbor/pom.xml b/extensions/cbor/pom.xml
index 3d71b0d..6177c0b 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/cbor/runtime/pom.xml b/extensions/cbor/runtime/pom.xml
index 0279520..28b86b2 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/cloudevents/deployment/pom.xml b/extensions/cloudevents/deployment/pom.xml
index 800d1a5..cd71b42 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/cloudevents/pom.xml b/extensions/cloudevents/pom.xml
index a373de7..ebcfaeb 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/cloudevents/runtime/pom.xml b/extensions/cloudevents/runtime/pom.xml
index 5adf4a6..e1bebfd 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/consul/deployment/pom.xml b/extensions/consul/deployment/pom.xml
index 45bfd46..cebf9d1 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/consul/pom.xml b/extensions/consul/pom.xml
index 7eaa535..ba73238 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/consul/runtime/pom.xml b/extensions/consul/runtime/pom.xml
index 1a5bdc7..1116041 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/controlbus/deployment/pom.xml b/extensions/controlbus/deployment/pom.xml
index cac239d..015b380 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/controlbus/pom.xml b/extensions/controlbus/pom.xml
index 09a24c7..5ed93bd 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/controlbus/runtime/pom.xml b/extensions/controlbus/runtime/pom.xml
index 587bb31..52dbabb 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/couchdb/deployment/pom.xml b/extensions/couchdb/deployment/pom.xml
index 8cf3e41..c706486 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/couchdb/pom.xml b/extensions/couchdb/pom.xml
index f783ee4..874b49d 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/couchdb/runtime/pom.xml b/extensions/couchdb/runtime/pom.xml
index 1f948f0..58c12a0 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/cron/deployment/pom.xml b/extensions/cron/deployment/pom.xml
index 1b46813..971bc78 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/cron/pom.xml b/extensions/cron/pom.xml
index e423866..bea31a2 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/cron/runtime/pom.xml b/extensions/cron/runtime/pom.xml
index 0ee6b79..a243183 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/crypto/deployment/pom.xml b/extensions/crypto/deployment/pom.xml
index 220bdb4..9652a67 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/crypto/pom.xml b/extensions/crypto/pom.xml
index acdd752..2bc30b7 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/crypto/runtime/pom.xml b/extensions/crypto/runtime/pom.xml
index 6840f33..31751dc 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/csimple/deployment/pom.xml b/extensions/csimple/deployment/pom.xml
index 3f194e1..78a002f 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/csimple/pom.xml b/extensions/csimple/pom.xml
index 96d077e..ebc381f 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/csimple/runtime/pom.xml b/extensions/csimple/runtime/pom.xml
index 49da81e..c0281a9 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/csv/deployment/pom.xml b/extensions/csv/deployment/pom.xml
index 9ad39af..f03f44f 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/csv/pom.xml b/extensions/csv/pom.xml
index 27b100f..b4338d1 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/csv/runtime/pom.xml b/extensions/csv/runtime/pom.xml
index f7ac74d..e063d54 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 402de7f..8b6b533 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/cxf-soap/pom.xml b/extensions/cxf-soap/pom.xml
index e99acb5..a98e955 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 ed13550..d19be1b 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/dataformat/deployment/pom.xml b/extensions/dataformat/deployment/pom.xml
index 73ea319..051fb74 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/dataformat/pom.xml b/extensions/dataformat/pom.xml
index 3eb51c1..281357e 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/dataformat/runtime/pom.xml b/extensions/dataformat/runtime/pom.xml
index 1ad27a8..f2e42a3 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/dataset/deployment/pom.xml b/extensions/dataset/deployment/pom.xml
index 435bb17..20d7cdb 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/dataset/pom.xml b/extensions/dataset/pom.xml
index 120a0ba..1be5823 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/dataset/runtime/pom.xml b/extensions/dataset/runtime/pom.xml
index 18fe84b..31be495 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/datasonnet/deployment/pom.xml b/extensions/datasonnet/deployment/pom.xml
index 729afa6..351c555 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/datasonnet/pom.xml b/extensions/datasonnet/pom.xml
index a396800..37e1b14 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/datasonnet/runtime/pom.xml b/extensions/datasonnet/runtime/pom.xml
index 0aa6465..d1ea065 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 3a55384..4e6b968 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/debezium-mongodb/pom.xml b/extensions/debezium-mongodb/pom.xml
index a8601d2..882aa20 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 c15b71c..d25cd25 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 629e27e..373f9b4 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/debezium-mysql/pom.xml b/extensions/debezium-mysql/pom.xml
index 50ce961..e370c57 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 4a80eea..8d47a9e 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 81f3c3d..15ba6a9 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/debezium-postgres/pom.xml b/extensions/debezium-postgres/pom.xml
index b04fef8..97bc6d9 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 f0fa41f..3a085cd 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 9330c24..06a376b 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/debezium-sqlserver/pom.xml b/extensions/debezium-sqlserver/pom.xml
index 9544e53..c3d384d 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 786b8fa..dc2e361 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/digitalocean/deployment/pom.xml b/extensions/digitalocean/deployment/pom.xml
index a9f1cc4..7b983a0 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/digitalocean/pom.xml b/extensions/digitalocean/pom.xml
index d5eb9d3..2768c31 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/digitalocean/runtime/pom.xml b/extensions/digitalocean/runtime/pom.xml
index d51073a..6e5165d 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/direct/deployment/pom.xml b/extensions/direct/deployment/pom.xml
index a0042f0..af63204 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/direct/pom.xml b/extensions/direct/pom.xml
index 0188a5e..e1989b1 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/direct/runtime/pom.xml b/extensions/direct/runtime/pom.xml
index bbf194a..50c7ec9 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/disruptor/deployment/pom.xml b/extensions/disruptor/deployment/pom.xml
index 82e6540..8ff5928 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/disruptor/pom.xml b/extensions/disruptor/pom.xml
index d01eceb..fde5d2a 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/disruptor/runtime/pom.xml b/extensions/disruptor/runtime/pom.xml
index 594cdb7..7fd61b0 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/dozer/deployment/pom.xml b/extensions/dozer/deployment/pom.xml
index f9ce639..1288457 100644
--- a/extensions/dozer/deployment/pom.xml
+++ b/extensions/dozer/deployment/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-dozer-parent</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/dozer/pom.xml b/extensions/dozer/pom.xml
index 67a038f..4724785 100644
--- a/extensions/dozer/pom.xml
+++ b/extensions/dozer/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-extensions</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/dozer/runtime/pom.xml b/extensions/dozer/runtime/pom.xml
index 2f6a547..fd139a6 100644
--- a/extensions/dozer/runtime/pom.xml
+++ b/extensions/dozer/runtime/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-dozer-parent</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/dropbox/deployment/pom.xml b/extensions/dropbox/deployment/pom.xml
index eebc3d5..f1e6172 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/dropbox/pom.xml b/extensions/dropbox/pom.xml
index adabbb4..5e91e08 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/dropbox/runtime/pom.xml b/extensions/dropbox/runtime/pom.xml
index d6beed8..f872f90 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/elasticsearch-rest/deployment/pom.xml b/extensions/elasticsearch-rest/deployment/pom.xml
index 72c7f10..6189932 100644
--- a/extensions/elasticsearch-rest/deployment/pom.xml
+++ b/extensions/elasticsearch-rest/deployment/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-elasticsearch-rest-parent</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/elasticsearch-rest/pom.xml b/extensions/elasticsearch-rest/pom.xml
index 689cb83..61d594e 100644
--- a/extensions/elasticsearch-rest/pom.xml
+++ b/extensions/elasticsearch-rest/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-extensions</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/elasticsearch-rest/runtime/pom.xml b/extensions/elasticsearch-rest/runtime/pom.xml
index 85f95b7..893fb65 100644
--- a/extensions/elasticsearch-rest/runtime/pom.xml
+++ b/extensions/elasticsearch-rest/runtime/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-elasticsearch-rest-parent</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/exec/deployment/pom.xml b/extensions/exec/deployment/pom.xml
index 595a72c9..9ec49e1 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/exec/pom.xml b/extensions/exec/pom.xml
index c0e7b02..8b111ed 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/exec/runtime/pom.xml b/extensions/exec/runtime/pom.xml
index d4945f4..19e9270 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/fhir/deployment/pom.xml b/extensions/fhir/deployment/pom.xml
index f1e0d5f..6f3d2b7 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/fhir/pom.xml b/extensions/fhir/pom.xml
index e265ec0..a0ea34e 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/fhir/runtime/pom.xml b/extensions/fhir/runtime/pom.xml
index 5fc3588..96331ec 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 ef33c3e..568ad2d 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/file-watch/pom.xml b/extensions/file-watch/pom.xml
index 5464300..7f2805c 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 014f685..6c19e7a 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/file/deployment/pom.xml b/extensions/file/deployment/pom.xml
index 393cfa7..0b5e2b7 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/file/pom.xml b/extensions/file/pom.xml
index 341ef78..2130cc7 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/file/runtime/pom.xml b/extensions/file/runtime/pom.xml
index 833bfbe..197d67d 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/flatpack/deployment/pom.xml b/extensions/flatpack/deployment/pom.xml
index ed543ff..3a4798b 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/flatpack/pom.xml b/extensions/flatpack/pom.xml
index 9032789..b3699c1 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/flatpack/runtime/pom.xml b/extensions/flatpack/runtime/pom.xml
index 6da3c28..ef2f3fb 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/fop/deployment/pom.xml b/extensions/fop/deployment/pom.xml
index 2a405c7..88bc6ac 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/fop/pom.xml b/extensions/fop/pom.xml
index 20aecb0..417ca71 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/fop/runtime/pom.xml b/extensions/fop/runtime/pom.xml
index fa44370..bbba7f4 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/freemarker/deployment/pom.xml b/extensions/freemarker/deployment/pom.xml
index bb27d36..cc6c7b3 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/freemarker/pom.xml b/extensions/freemarker/pom.xml
index d43dcbb..6d7cc90 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/freemarker/runtime/pom.xml b/extensions/freemarker/runtime/pom.xml
index c3c01a2..c584937 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/ftp/deployment/pom.xml b/extensions/ftp/deployment/pom.xml
index 0c1d0f8..c76903e 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/ftp/pom.xml b/extensions/ftp/pom.xml
index 4b00c99..9e238c1 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/ftp/runtime/pom.xml b/extensions/ftp/runtime/pom.xml
index 07ef66b..223a138 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/geocoder/deployment/pom.xml b/extensions/geocoder/deployment/pom.xml
index 06dde18..a3c42e4 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/geocoder/pom.xml b/extensions/geocoder/pom.xml
index 6b67603..13dab30 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/geocoder/runtime/pom.xml b/extensions/geocoder/runtime/pom.xml
index 5f8c5b4..435eb6f 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/git/deployment/pom.xml b/extensions/git/deployment/pom.xml
index ffa2e09..562214a 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/git/pom.xml b/extensions/git/pom.xml
index 5c7465b..d630f7f 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/git/runtime/pom.xml b/extensions/git/runtime/pom.xml
index 59905e0..7dc70fe 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/github/deployment/pom.xml b/extensions/github/deployment/pom.xml
index a795a8b..46829db 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/github/pom.xml b/extensions/github/pom.xml
index 12477b1..7648d1b 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/github/runtime/pom.xml b/extensions/github/runtime/pom.xml
index 08ab618..c6390f9 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 2911a71..d3bf876 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/google-bigquery/pom.xml b/extensions/google-bigquery/pom.xml
index e2578b5..f654acd 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 e4656ca..e479705 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 6ffabdf..bc3384d 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/google-calendar/pom.xml b/extensions/google-calendar/pom.xml
index e502745..27442b1 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 4c33613..d4f666c 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 2761c4c..95d1df0 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/google-drive/pom.xml b/extensions/google-drive/pom.xml
index 9e3994d..9143ab7 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 78a2143..237afe0 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 569f2ae..0e314d2 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/google-mail/pom.xml b/extensions/google-mail/pom.xml
index 68a296e..91b316d 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 fe68123..33f18b1 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 fbb96d5..4eae72c 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/google-pubsub/pom.xml b/extensions/google-pubsub/pom.xml
index 7d1abde..d4b07b3 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 845746b..2ea798e 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 f54d7e0..ae03369 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/google-sheets/pom.xml b/extensions/google-sheets/pom.xml
index d8f9597..bbbbde9 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 54e1a3e..9c355fc 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 6f74b06..9e60e97 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/google-storage/pom.xml b/extensions/google-storage/pom.xml
index 5317431..f6fef92 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 526cd2d..f058cc3 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/graphql/deployment/pom.xml b/extensions/graphql/deployment/pom.xml
index 9bdb7fb..322e1da 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/graphql/pom.xml b/extensions/graphql/pom.xml
index 11f9d8f..3311b79 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/graphql/runtime/pom.xml b/extensions/graphql/runtime/pom.xml
index fdfca30..ea98750 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/grok/deployment/pom.xml b/extensions/grok/deployment/pom.xml
index 7d971b2..90f38e0 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/grok/pom.xml b/extensions/grok/pom.xml
index cf72084..2ff611e 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/grok/runtime/pom.xml b/extensions/grok/runtime/pom.xml
index a404ab2..deac0ae 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/grpc/deployment/pom.xml b/extensions/grpc/deployment/pom.xml
index b900427..7fab7f7 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/grpc/pom.xml b/extensions/grpc/pom.xml
index f0da6a5..9f058b5 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/grpc/runtime/pom.xml b/extensions/grpc/runtime/pom.xml
index 23d1874..e12ad65 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/gson/deployment/pom.xml b/extensions/gson/deployment/pom.xml
index 84885ce..bc47e28 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/gson/pom.xml b/extensions/gson/pom.xml
index da92deb..9b4ae15 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/gson/runtime/pom.xml b/extensions/gson/runtime/pom.xml
index 48f6482..ec02e4f 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/hazelcast/deployment/pom.xml b/extensions/hazelcast/deployment/pom.xml
index 4c6a507..165a771 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/hazelcast/pom.xml b/extensions/hazelcast/pom.xml
index fe3c61d..2bd84b5 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/hazelcast/runtime/pom.xml b/extensions/hazelcast/runtime/pom.xml
index 93f9c46..400c610 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/headersmap/deployment/pom.xml b/extensions/headersmap/deployment/pom.xml
index af975e7..b1b30ee 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/headersmap/pom.xml b/extensions/headersmap/pom.xml
index 66ca12b..5cd6763 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/headersmap/runtime/pom.xml b/extensions/headersmap/runtime/pom.xml
index c095d1a..e7b2159 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/hl7/deployment/pom.xml b/extensions/hl7/deployment/pom.xml
index 5d2db88..5e1e1a2 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/hl7/pom.xml b/extensions/hl7/pom.xml
index 3fd60f4..b52bc2c 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/hl7/runtime/pom.xml b/extensions/hl7/runtime/pom.xml
index ff1dba7..4bb0d71 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/http/deployment/pom.xml b/extensions/http/deployment/pom.xml
index 226d81f..86a9de9 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/http/pom.xml b/extensions/http/pom.xml
index 166d816..71db323 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/http/runtime/pom.xml b/extensions/http/runtime/pom.xml
index 5f15a4d..5bdf624 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/ical/deployment/pom.xml b/extensions/ical/deployment/pom.xml
index 83f5b6c..4920ded 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/ical/pom.xml b/extensions/ical/pom.xml
index c9f9cd5..46fee0c 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/ical/runtime/pom.xml b/extensions/ical/runtime/pom.xml
index 459882c..f36b101 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/infinispan/deployment/pom.xml b/extensions/infinispan/deployment/pom.xml
index 20912c4..40dd8f2 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/extensions/infinispan/pom.xml b/extensions/infinispan/pom.xml
index bdf5181..012b81c 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/infinispan/runtime/pom.xml b/extensions/infinispan/runtime/pom.xml
index 501ce94..8787d71 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/extensions/influxdb/deployment/pom.xml b/extensions/influxdb/deployment/pom.xml
index 5f5e403..1ce53b5 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/influxdb/pom.xml b/extensions/influxdb/pom.xml
index f3f0d7c..579b9d1 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/influxdb/runtime/pom.xml b/extensions/influxdb/runtime/pom.xml
index 5e44278..4b653bb 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 9f453af..b84a7f6 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/jackson-avro/pom.xml b/extensions/jackson-avro/pom.xml
index 7b6d986..f739dd6 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 4ed085a..0c91aa6 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 d9a223a..039edbd 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/jackson-protobuf/pom.xml b/extensions/jackson-protobuf/pom.xml
index 24b043d..7ea1782 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 77e47e6..a7aef8f 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/jackson/deployment/pom.xml b/extensions/jackson/deployment/pom.xml
index 33d12c0..e948f98 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/extensions/jackson/pom.xml b/extensions/jackson/pom.xml
index 9112649..8947208 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/jackson/runtime/pom.xml b/extensions/jackson/runtime/pom.xml
index dcf365a..6e84d54 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/extensions/jacksonxml/deployment/pom.xml b/extensions/jacksonxml/deployment/pom.xml
index ffc289f..1a9f577 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/jacksonxml/pom.xml b/extensions/jacksonxml/pom.xml
index 751db1e..135bd5a 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/jacksonxml/runtime/pom.xml b/extensions/jacksonxml/runtime/pom.xml
index 3f1ffbd..5c4123a 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/jaxb/deployment/pom.xml b/extensions/jaxb/deployment/pom.xml
index f68b585..10504dd 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/jaxb/pom.xml b/extensions/jaxb/pom.xml
index 345b43a..ea1ddc9 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/jaxb/runtime/pom.xml b/extensions/jaxb/runtime/pom.xml
index a66912f..d774bfb 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/jcache/deployment/pom.xml b/extensions/jcache/deployment/pom.xml
index 2e1ab77..20b7915 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/jcache/pom.xml b/extensions/jcache/pom.xml
index b223b84..2152054 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/jcache/runtime/pom.xml b/extensions/jcache/runtime/pom.xml
index fd445ec..d861b42 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/jdbc/deployment/pom.xml b/extensions/jdbc/deployment/pom.xml
index a2b0d77..43ae075 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/extensions/jdbc/pom.xml b/extensions/jdbc/pom.xml
index 463dfb5..7159dcb 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/jdbc/runtime/pom.xml b/extensions/jdbc/runtime/pom.xml
index 00d5f76..1b677b3 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/extensions/jfr/deployment/pom.xml b/extensions/jfr/deployment/pom.xml
index e7595af..d4a5910 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/jfr/pom.xml b/extensions/jfr/pom.xml
index be74824..6083ed9 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/jfr/runtime/pom.xml b/extensions/jfr/runtime/pom.xml
index 98534e3..cd4a14a 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/jira/deployment/pom.xml b/extensions/jira/deployment/pom.xml
index 73c7000..7aa6894 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/jira/pom.xml b/extensions/jira/pom.xml
index 46d7258..2cb740b 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/jira/runtime/pom.xml b/extensions/jira/runtime/pom.xml
index e479061..481625e 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/jms/deployment/pom.xml b/extensions/jms/deployment/pom.xml
index 14fb882..4d13553 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/jms/pom.xml b/extensions/jms/pom.xml
index 131f797..849f324 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/jms/runtime/pom.xml b/extensions/jms/runtime/pom.xml
index 74f01bd..120806d 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/johnzon/deployment/pom.xml b/extensions/johnzon/deployment/pom.xml
index b856c84..0704fbc 100644
--- a/extensions/johnzon/deployment/pom.xml
+++ b/extensions/johnzon/deployment/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-johnzon-parent</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/johnzon/pom.xml b/extensions/johnzon/pom.xml
index 1ae8a8d..430966e 100644
--- a/extensions/johnzon/pom.xml
+++ b/extensions/johnzon/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-extensions</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/johnzon/runtime/pom.xml b/extensions/johnzon/runtime/pom.xml
index 09fd669..b159078 100644
--- a/extensions/johnzon/runtime/pom.xml
+++ b/extensions/johnzon/runtime/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-johnzon-parent</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/jolt/deployment/pom.xml b/extensions/jolt/deployment/pom.xml
index 54c344b..b5be6a1 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/jolt/pom.xml b/extensions/jolt/pom.xml
index 798d5b0..65f9e02 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/jolt/runtime/pom.xml b/extensions/jolt/runtime/pom.xml
index b1bbfaa..e0e5444 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/jpa/deployment/pom.xml b/extensions/jpa/deployment/pom.xml
index d402d4c..074d131 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/jpa/pom.xml b/extensions/jpa/pom.xml
index 46d949b..be2e016 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/jpa/runtime/pom.xml b/extensions/jpa/runtime/pom.xml
index c53eeec..3c3d61d 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/jq/deployment/pom.xml b/extensions/jq/deployment/pom.xml
index 075ee09..c9bdc01 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/jq/pom.xml b/extensions/jq/pom.xml
index 1a8bfb3..e4877c1 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/jq/runtime/pom.xml b/extensions/jq/runtime/pom.xml
index 4fd265e..c832b20 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 619742c..5c12e5c 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/js-dsl/pom.xml b/extensions/js-dsl/pom.xml
index 17b09e8..b3eb9fe 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 270de4b..ad79daa 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/jsch/deployment/pom.xml b/extensions/jsch/deployment/pom.xml
index 94a7830..9268c0e 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/jsch/pom.xml b/extensions/jsch/pom.xml
index b5a40ae..1088f79 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/jsch/runtime/pom.xml b/extensions/jsch/runtime/pom.xml
index 5d3ac6b..7abda89 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/jslt/deployment/pom.xml b/extensions/jslt/deployment/pom.xml
index 7fdea85..12717d0 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/jslt/pom.xml b/extensions/jslt/pom.xml
index 6c9b585..5a66799 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/jslt/runtime/pom.xml b/extensions/jslt/runtime/pom.xml
index c4105e4..14d09b5 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 c54f352..5d0247e 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/json-validator/pom.xml b/extensions/json-validator/pom.xml
index 81f1227..30d7200 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 dc47c5d..101e407 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/jsonata/deployment/pom.xml b/extensions/jsonata/deployment/pom.xml
index 686ca15..dc4cfad 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/jsonata/pom.xml b/extensions/jsonata/pom.xml
index 20dc8c5..f92b3d3 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/jsonata/runtime/pom.xml b/extensions/jsonata/runtime/pom.xml
index 6213e21..72631cf 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/jsonb/deployment/pom.xml b/extensions/jsonb/deployment/pom.xml
index c940c8d..8118ef9 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/jsonb/pom.xml b/extensions/jsonb/pom.xml
index 611396a..e4c573d 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/jsonb/runtime/pom.xml b/extensions/jsonb/runtime/pom.xml
index c05b267..185db7e 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/jsonpath/deployment/pom.xml b/extensions/jsonpath/deployment/pom.xml
index 98e9165..9065ede 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/jsonpath/pom.xml b/extensions/jsonpath/pom.xml
index 3b0a644..2a1c837 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/jsonpath/runtime/pom.xml b/extensions/jsonpath/runtime/pom.xml
index 39cc18f..d74038e 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/jta/deployment/pom.xml b/extensions/jta/deployment/pom.xml
index e961c5d..f8941b7 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/jta/pom.xml b/extensions/jta/pom.xml
index 08b3008..315f05a 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/jta/runtime/pom.xml b/extensions/jta/runtime/pom.xml
index 90ea16d..7e37fc3 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/kafka/deployment/pom.xml b/extensions/kafka/deployment/pom.xml
index 29519a8..2e43228 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/kafka/pom.xml b/extensions/kafka/pom.xml
index 4b07802..060602a 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/kafka/runtime/pom.xml b/extensions/kafka/runtime/pom.xml
index 3f8c92d..673addb 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/kamelet/deployment/pom.xml b/extensions/kamelet/deployment/pom.xml
index 1a84146..12de9aa 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/kamelet/pom.xml b/extensions/kamelet/pom.xml
index 6521634..e9cff3c 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/kamelet/runtime/pom.xml b/extensions/kamelet/runtime/pom.xml
index 6193c05..2911ff0 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 4416c9e..78c0f1c 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/extensions/knative-consumer/pom.xml b/extensions/knative-consumer/pom.xml
index bc3db4c..29e461a 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 3e10912..aab869b 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 28c2aa0..278c53b 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 a69af55..fe9f93d 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 1d2f912..e428bfb 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 e6cc343..ebee738 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/knative/pom.xml b/extensions/knative/pom.xml
index 2506ec5..0ee8f8e 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/knative/runtime/pom.xml b/extensions/knative/runtime/pom.xml
index b3491cd..bf289cb 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/kotlin/deployment/pom.xml b/extensions/kotlin/deployment/pom.xml
index 6389a77..c0c87c7 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/extensions/kotlin/pom.xml b/extensions/kotlin/pom.xml
index dd2d89b..990b7f3 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/kotlin/runtime/pom.xml b/extensions/kotlin/runtime/pom.xml
index 300f6b6..a69073a 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/extensions/kubernetes/deployment/pom.xml b/extensions/kubernetes/deployment/pom.xml
index 7c8a947..33c5f6d 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/kubernetes/pom.xml b/extensions/kubernetes/pom.xml
index 9d18b21..a561dd3 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/kubernetes/runtime/pom.xml b/extensions/kubernetes/runtime/pom.xml
index dd400f6..6616107 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/kudu/client/pom.xml b/extensions/kudu/client/pom.xml
index c2f8c10..f247a3a 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/kudu/deployment/pom.xml b/extensions/kudu/deployment/pom.xml
index 61f4603..56aacd9 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/kudu/pom.xml b/extensions/kudu/pom.xml
index 37678be..76455e2 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/kudu/runtime/pom.xml b/extensions/kudu/runtime/pom.xml
index ee42bb1..14aa631 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/language/deployment/pom.xml b/extensions/language/deployment/pom.xml
index 7f40ab9..e295805 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/language/pom.xml b/extensions/language/pom.xml
index 490a5f1..eb6029f 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/language/runtime/pom.xml b/extensions/language/runtime/pom.xml
index 9d3b01b..aa036d3 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/leveldb/deployment/pom.xml b/extensions/leveldb/deployment/pom.xml
index ccab7c0..b64b8e8 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/leveldb/pom.xml b/extensions/leveldb/pom.xml
index ba14ab9..534bdbc 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/leveldb/runtime/pom.xml b/extensions/leveldb/runtime/pom.xml
index 6dfd095..416b04b 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/log/deployment/pom.xml b/extensions/log/deployment/pom.xml
index 70a7b7d..2a5498f 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/log/pom.xml b/extensions/log/pom.xml
index ac28916..5a91019 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/log/runtime/pom.xml b/extensions/log/runtime/pom.xml
index eba7f91..e38f9eb 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/lra/deployment/pom.xml b/extensions/lra/deployment/pom.xml
index 5020530..fcc0f78 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/lra/pom.xml b/extensions/lra/pom.xml
index 1c779be..b4555c4 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/lra/runtime/pom.xml b/extensions/lra/runtime/pom.xml
index 4841d1f..7eba867 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/lumberjack/deployment/pom.xml b/extensions/lumberjack/deployment/pom.xml
index d8ff23f..475686b 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/lumberjack/pom.xml b/extensions/lumberjack/pom.xml
index 2a33471..c67b587 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/lumberjack/runtime/pom.xml b/extensions/lumberjack/runtime/pom.xml
index fe41ca6..74a4ee9 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/lzf/deployment/pom.xml b/extensions/lzf/deployment/pom.xml
index 911088f..f14506c 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/lzf/pom.xml b/extensions/lzf/pom.xml
index 00d3b59..a6d3938 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/lzf/runtime/pom.xml b/extensions/lzf/runtime/pom.xml
index c065561..340b81f 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/mail/deployment/pom.xml b/extensions/mail/deployment/pom.xml
index 7250cf3..1e4ffe3 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/mail/pom.xml b/extensions/mail/pom.xml
index b58c74b..7751354 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/mail/runtime/pom.xml b/extensions/mail/runtime/pom.xml
index abaaea3..f783a16 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/master/deployment/pom.xml b/extensions/master/deployment/pom.xml
index ef1d313..cda843f 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/master/pom.xml b/extensions/master/pom.xml
index e6945f5..0c0905d 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/master/runtime/pom.xml b/extensions/master/runtime/pom.xml
index 8c3041e..467f7d9 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/micrometer/deployment/pom.xml b/extensions/micrometer/deployment/pom.xml
index 55ef052..d705aa6 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/micrometer/pom.xml b/extensions/micrometer/pom.xml
index 0b22aa3..4dd5944 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/micrometer/runtime/pom.xml b/extensions/micrometer/runtime/pom.xml
index 7fdf1c7..749a1ab 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 c81df5a..f48d389 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 062a971..0edcfca 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 c23df1e..44764e2 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 6a22b19..57335ce 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/microprofile-health/pom.xml b/extensions/microprofile-health/pom.xml
index 01349af..7efa01a 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 9e3dde9..2f261fc 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/microprofile-metrics/deployment/pom.xml b/extensions/microprofile-metrics/deployment/pom.xml
index 4850086..4219de9 100644
--- a/extensions/microprofile-metrics/deployment/pom.xml
+++ b/extensions/microprofile-metrics/deployment/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-microprofile-metrics-parent</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/microprofile-metrics/pom.xml b/extensions/microprofile-metrics/pom.xml
index 3b9dcf7..93cfb7b 100644
--- a/extensions/microprofile-metrics/pom.xml
+++ b/extensions/microprofile-metrics/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-extensions</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/microprofile-metrics/runtime/pom.xml b/extensions/microprofile-metrics/runtime/pom.xml
index 14f2ae8..a948fb7 100644
--- a/extensions/microprofile-metrics/runtime/pom.xml
+++ b/extensions/microprofile-metrics/runtime/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-microprofile-metrics-parent</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/minio/deployment/pom.xml b/extensions/minio/deployment/pom.xml
index 87fc84d..3bafd0d 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/minio/pom.xml b/extensions/minio/pom.xml
index d943ece..e7cc5b6 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/minio/runtime/pom.xml b/extensions/minio/runtime/pom.xml
index 2e061ba..0f037b6 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/mllp/deployment/pom.xml b/extensions/mllp/deployment/pom.xml
index 4601626..ff93c33 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/mllp/pom.xml b/extensions/mllp/pom.xml
index 3ffa63b..dc3d168 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/mllp/runtime/pom.xml b/extensions/mllp/runtime/pom.xml
index 46131b4..f908ce1 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/mock/deployment/pom.xml b/extensions/mock/deployment/pom.xml
index 0954e85..1dce8ec 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/mock/pom.xml b/extensions/mock/pom.xml
index cd3d794..6949673 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/mock/runtime/pom.xml b/extensions/mock/runtime/pom.xml
index 08240da..3cf6863 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 06587a6..d05a0eb 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/mongodb-gridfs/pom.xml b/extensions/mongodb-gridfs/pom.xml
index ce82017..ae12a5f 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 9891f69..a561bf1 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/mongodb/deployment/pom.xml b/extensions/mongodb/deployment/pom.xml
index 8d1d024..f6e321e 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/mongodb/pom.xml b/extensions/mongodb/pom.xml
index 7f3638c..67c4ccd 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/mongodb/runtime/pom.xml b/extensions/mongodb/runtime/pom.xml
index c654f4d..5698af6 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/mustache/deployment/pom.xml b/extensions/mustache/deployment/pom.xml
index 148f5b1..483cda0 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/mustache/pom.xml b/extensions/mustache/pom.xml
index a884ea6..e4ba051 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/mustache/runtime/pom.xml b/extensions/mustache/runtime/pom.xml
index 330a26c..d0180e0 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/mybatis/deployment/pom.xml b/extensions/mybatis/deployment/pom.xml
index 099ed38..3193390 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/mybatis/pom.xml b/extensions/mybatis/pom.xml
index ff40db6..8592867 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/mybatis/runtime/pom.xml b/extensions/mybatis/runtime/pom.xml
index 88c3e93..bb6a60a 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/nats/deployment/pom.xml b/extensions/nats/deployment/pom.xml
index 95a71ed..de096ef 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/nats/pom.xml b/extensions/nats/pom.xml
index 3beaf3b..43f9655 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/nats/runtime/pom.xml b/extensions/nats/runtime/pom.xml
index 77c5e07..f5b73eb 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 e25089f..1fa9a02 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/extensions/netty-http/pom.xml b/extensions/netty-http/pom.xml
index 2f532ad..528be74 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 ddbd128..88d6ea7 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/extensions/netty/deployment/pom.xml b/extensions/netty/deployment/pom.xml
index 8ebbb69..77b4801 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/netty/pom.xml b/extensions/netty/pom.xml
index d50a4dc..6776e5d 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/netty/runtime/pom.xml b/extensions/netty/runtime/pom.xml
index ce8c561..7f69228 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/nitrite/deployment/pom.xml b/extensions/nitrite/deployment/pom.xml
index a2d98ec..38c52bf 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/nitrite/pom.xml b/extensions/nitrite/pom.xml
index 69942be..545c7f7 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/nitrite/runtime/pom.xml b/extensions/nitrite/runtime/pom.xml
index 368f461..41da539 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/oaipmh/deployment/pom.xml b/extensions/oaipmh/deployment/pom.xml
index 77f9869..8b8f27f 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/oaipmh/pom.xml b/extensions/oaipmh/pom.xml
index c423e55..47d576c 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/oaipmh/runtime/pom.xml b/extensions/oaipmh/runtime/pom.xml
index 9491138..1c7489c 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/olingo4/deployment/pom.xml b/extensions/olingo4/deployment/pom.xml
index ad280d5..0fb8803 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/olingo4/pom.xml b/extensions/olingo4/pom.xml
index 7ea2ae4..585a200 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/olingo4/runtime/pom.xml b/extensions/olingo4/runtime/pom.xml
index 6813395..abe0c3f 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 f6e33a5..bbfa769 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/openapi-java/pom.xml b/extensions/openapi-java/pom.xml
index 1bea129..a301029 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 6dbf675..9c59895 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/openstack/deployment/pom.xml b/extensions/openstack/deployment/pom.xml
index 2b4d75d..b5648b0 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/openstack/pom.xml b/extensions/openstack/pom.xml
index 311d933..71d1f3e 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/openstack/runtime/pom.xml b/extensions/openstack/runtime/pom.xml
index 29c4890..2c427b3 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/opentelemetry/deployment/pom.xml b/extensions/opentelemetry/deployment/pom.xml
index 6fbf07c..d7c0b15 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/opentelemetry/pom.xml b/extensions/opentelemetry/pom.xml
index bbcbdc1..6805b1a 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/opentelemetry/runtime/pom.xml b/extensions/opentelemetry/runtime/pom.xml
index 167d4f0..588a880 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/opentracing/deployment/pom.xml b/extensions/opentracing/deployment/pom.xml
index b337626..7181de6 100644
--- a/extensions/opentracing/deployment/pom.xml
+++ b/extensions/opentracing/deployment/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-opentracing-parent</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/opentracing/pom.xml b/extensions/opentracing/pom.xml
index 1f1c8f8..c122d68 100644
--- a/extensions/opentracing/pom.xml
+++ b/extensions/opentracing/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-extensions</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/opentracing/runtime/pom.xml b/extensions/opentracing/runtime/pom.xml
index a545017..0f7c980 100644
--- a/extensions/opentracing/runtime/pom.xml
+++ b/extensions/opentracing/runtime/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-opentracing-parent</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/optaplanner/deployment/pom.xml b/extensions/optaplanner/deployment/pom.xml
index 12a62ca..4c3bd74 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/optaplanner/pom.xml b/extensions/optaplanner/pom.xml
index 53494f2..03af7e7 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/optaplanner/runtime/pom.xml b/extensions/optaplanner/runtime/pom.xml
index cb449e9..bc07049 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 5e048e3..60d9036 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/paho-mqtt5/pom.xml b/extensions/paho-mqtt5/pom.xml
index 1daebad..eb2bb5f 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 154f4cd..abbea14 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/paho/deployment/pom.xml b/extensions/paho/deployment/pom.xml
index 90b469e..a3af0ec 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/paho/pom.xml b/extensions/paho/pom.xml
index 4b7c729..2fd4d0f 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/paho/runtime/pom.xml b/extensions/paho/runtime/pom.xml
index 916ccbd..378e91c 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/pdf/deployment/pom.xml b/extensions/pdf/deployment/pom.xml
index 95bb44c..8ca9386 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/pdf/pom.xml b/extensions/pdf/pom.xml
index 256c100..2d6ce89 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/pdf/runtime/pom.xml b/extensions/pdf/runtime/pom.xml
index 05ef2fa..192b138 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 377e9d9..4fd1a35 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 9d03c80..fecc5bf 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 25dbd1a..b09ec7d 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/pgevent/deployment/pom.xml b/extensions/pgevent/deployment/pom.xml
index 9a719e45..a442065 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/pgevent/pom.xml b/extensions/pgevent/pom.xml
index 812ccba..f2f6c0f 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/pgevent/runtime/pom.xml b/extensions/pgevent/runtime/pom.xml
index a5a8890..f4edbd4 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 832fd69..b755240 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/platform-http/pom.xml b/extensions/platform-http/pom.xml
index 399b1d8..2b7e0ba 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 35569b4..dc8e513 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/pom.xml b/extensions/pom.xml
index ebf5afe..51436f2 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 fb831de..3f61e40 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/protobuf/pom.xml b/extensions/protobuf/pom.xml
index 4740bfa..a545b95 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/protobuf/runtime/pom.xml b/extensions/protobuf/runtime/pom.xml
index 6b6726e..41e0537 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/pubnub/deployment/pom.xml b/extensions/pubnub/deployment/pom.xml
index 8cc7910..23c7f2d 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/pubnub/pom.xml b/extensions/pubnub/pom.xml
index 18d0cae..8bafc86 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/pubnub/runtime/pom.xml b/extensions/pubnub/runtime/pom.xml
index ce4ea1c..7fa0ec1 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/quartz/deployment/pom.xml b/extensions/quartz/deployment/pom.xml
index 3719e4d..b9fe629 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/quartz/pom.xml b/extensions/quartz/pom.xml
index 3a8f0c2..e200f3e 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/quartz/runtime/pom.xml b/extensions/quartz/runtime/pom.xml
index c04e655..500b987 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/qute/component/pom.xml b/extensions/qute/component/pom.xml
index 9ea7120..e1dfb15 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/qute/deployment/pom.xml b/extensions/qute/deployment/pom.xml
index 8c80440..330deae 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/qute/pom.xml b/extensions/qute/pom.xml
index c537c56..8f89179 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/qute/runtime/pom.xml b/extensions/qute/runtime/pom.xml
index 24c1e70..0c395ba 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/rabbitmq/deployment/pom.xml b/extensions/rabbitmq/deployment/pom.xml
index c9a1c54..c3581fe 100644
--- a/extensions/rabbitmq/deployment/pom.xml
+++ b/extensions/rabbitmq/deployment/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-rabbitmq-parent</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/rabbitmq/pom.xml b/extensions/rabbitmq/pom.xml
index 7458266..de6a2d1 100644
--- a/extensions/rabbitmq/pom.xml
+++ b/extensions/rabbitmq/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-extensions</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/rabbitmq/runtime/pom.xml b/extensions/rabbitmq/runtime/pom.xml
index d585c40..1becd11 100644
--- a/extensions/rabbitmq/runtime/pom.xml
+++ b/extensions/rabbitmq/runtime/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-rabbitmq-parent</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.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 8b88e3a..94f2a5b 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/reactive-streams/pom.xml b/extensions/reactive-streams/pom.xml
index 39949b3..f00ec44 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 6a0003c..6a76dae 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/ref/deployment/pom.xml b/extensions/ref/deployment/pom.xml
index 768e5ea..903f3ab 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/ref/pom.xml b/extensions/ref/pom.xml
index 27f12ca..0e4c109 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/ref/runtime/pom.xml b/extensions/ref/runtime/pom.xml
index 4d4aabe..f8192d8 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 08b7490..4fff6cc 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/rest-openapi/pom.xml b/extensions/rest-openapi/pom.xml
index 29ccf85..5101de7 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 a70f92d..6b77996 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/rest/deployment/pom.xml b/extensions/rest/deployment/pom.xml
index 6715550..b59ecf8 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/rest/pom.xml b/extensions/rest/pom.xml
index 223737e..4beb6bc 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/rest/runtime/pom.xml b/extensions/rest/runtime/pom.xml
index b536725..1bf57a5 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/rss/deployment/pom.xml b/extensions/rss/deployment/pom.xml
index 06193c5..2742d1c 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/rss/pom.xml b/extensions/rss/pom.xml
index 13a36b3..37e7b30 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/rss/runtime/pom.xml b/extensions/rss/runtime/pom.xml
index 941fe9c..4c598aa 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/saga/deployment/pom.xml b/extensions/saga/deployment/pom.xml
index 0ba9afa..01f856f 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/saga/pom.xml b/extensions/saga/pom.xml
index 0bab433..0d0c045 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/saga/runtime/pom.xml b/extensions/saga/runtime/pom.xml
index cef2858..eff6c8c 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/salesforce/deployment/pom.xml b/extensions/salesforce/deployment/pom.xml
index f2a9b87..1c14c9b 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/extensions/salesforce/pom.xml b/extensions/salesforce/pom.xml
index 7dff1b0..7f9ac1b 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/salesforce/runtime/pom.xml b/extensions/salesforce/runtime/pom.xml
index 9b4117e..cca1d10 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 4a6868a..5455d69 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/sap-netweaver/pom.xml b/extensions/sap-netweaver/pom.xml
index 4512301..da3e4f2 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 f698ada..b71d1c0 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/saxon/deployment/pom.xml b/extensions/saxon/deployment/pom.xml
index 23532f2..814df36 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/saxon/pom.xml b/extensions/saxon/pom.xml
index ed6d891..d3cda3c 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/saxon/runtime/pom.xml b/extensions/saxon/runtime/pom.xml
index 11ac4dc..106b2fb 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/scheduler/deployment/pom.xml b/extensions/scheduler/deployment/pom.xml
index 28c9f91..5a40778 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/scheduler/pom.xml b/extensions/scheduler/pom.xml
index 4fe54c1..dcf7037 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/scheduler/runtime/pom.xml b/extensions/scheduler/runtime/pom.xml
index f8d9a74..9e71ce6 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/seda/deployment/pom.xml b/extensions/seda/deployment/pom.xml
index 9598b5e..c7da0c7 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/seda/pom.xml b/extensions/seda/pom.xml
index 511ee31..081a02e 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/seda/runtime/pom.xml b/extensions/seda/runtime/pom.xml
index e25a27b..b1da16e 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/servicenow/deployment/pom.xml b/extensions/servicenow/deployment/pom.xml
index 52e188a..889bd7f 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/servicenow/pom.xml b/extensions/servicenow/pom.xml
index 345211a..000c384 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/servicenow/runtime/pom.xml b/extensions/servicenow/runtime/pom.xml
index fde349d..4351e13 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/servlet/deployment/pom.xml b/extensions/servlet/deployment/pom.xml
index bcb9c8b..73acf97 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/extensions/servlet/pom.xml b/extensions/servlet/pom.xml
index 40a8dd7..4316cf5 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/servlet/runtime/pom.xml b/extensions/servlet/runtime/pom.xml
index 5adfb27..eabe3f4 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/extensions/shiro/deployment/pom.xml b/extensions/shiro/deployment/pom.xml
index cf67fec..1b91e68 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/shiro/pom.xml b/extensions/shiro/pom.xml
index 930a138..2dfd6f9 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/shiro/runtime/pom.xml b/extensions/shiro/runtime/pom.xml
index 740d6fa..2a46afc 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/sjms/deployment/pom.xml b/extensions/sjms/deployment/pom.xml
index ba9a77d..0d1e8eb 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/extensions/sjms/pom.xml b/extensions/sjms/pom.xml
index 5368989..0caf842 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/sjms/runtime/pom.xml b/extensions/sjms/runtime/pom.xml
index 70740c2..fa6f74e 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/extensions/sjms2/deployment/pom.xml b/extensions/sjms2/deployment/pom.xml
index 8d1ed55..eac4a9a 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/extensions/sjms2/pom.xml b/extensions/sjms2/pom.xml
index 2a18483..f86b808 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/sjms2/runtime/pom.xml b/extensions/sjms2/runtime/pom.xml
index 17f1b8b..ed11a6f 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/extensions/slack/deployment/pom.xml b/extensions/slack/deployment/pom.xml
index f57b7de..77715dd 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/slack/pom.xml b/extensions/slack/pom.xml
index 33f0021..df31ad3 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/slack/runtime/pom.xml b/extensions/slack/runtime/pom.xml
index 7ad849a..9eff598 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 b34ac2b..dcce6fd 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 59cff8c..493a458 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 3e1fd4d..d9dca60 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/snakeyaml/deployment/pom.xml b/extensions/snakeyaml/deployment/pom.xml
index f323aae..2d3b30c 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/snakeyaml/pom.xml b/extensions/snakeyaml/pom.xml
index 1cd56cd..302b927 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/snakeyaml/runtime/pom.xml b/extensions/snakeyaml/runtime/pom.xml
index c80b920..bcd4ba0 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/soap/deployment/pom.xml b/extensions/soap/deployment/pom.xml
index b82492c..f9606e9 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/soap/pom.xml b/extensions/soap/pom.xml
index 05e701b..27965e2 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/soap/runtime/pom.xml b/extensions/soap/runtime/pom.xml
index deb7f9d..4bb2ecf 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/solr/deployment/pom.xml b/extensions/solr/deployment/pom.xml
index c0ad4bb..36a75a9 100644
--- a/extensions/solr/deployment/pom.xml
+++ b/extensions/solr/deployment/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-solr-parent</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/solr/pom.xml b/extensions/solr/pom.xml
index 58db129..ab8f1ca 100644
--- a/extensions/solr/pom.xml
+++ b/extensions/solr/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-extensions</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/solr/runtime/pom.xml b/extensions/solr/runtime/pom.xml
index c9e3576..b63816d 100644
--- a/extensions/solr/runtime/pom.xml
+++ b/extensions/solr/runtime/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-solr-parent</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/splunk/deployment/pom.xml b/extensions/splunk/deployment/pom.xml
index cfce0b8..8797317 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/splunk/pom.xml b/extensions/splunk/pom.xml
index 1575291..049aba9 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/splunk/runtime/pom.xml b/extensions/splunk/runtime/pom.xml
index c40db7c..f56e6ef 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 432569e..0860b61 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/spring-rabbitmq/pom.xml b/extensions/spring-rabbitmq/pom.xml
index 7d8d1fa..9b62d8e 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 53e6a26..0bdbd77 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/sql/deployment/pom.xml b/extensions/sql/deployment/pom.xml
index 3b0196f..9889748 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/sql/pom.xml b/extensions/sql/pom.xml
index 9a9d7e6..606949d 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/sql/runtime/pom.xml b/extensions/sql/runtime/pom.xml
index bab02bb..5610e2b 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/ssh/deployment/pom.xml b/extensions/ssh/deployment/pom.xml
index d278f0c..6179e77 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/ssh/pom.xml b/extensions/ssh/pom.xml
index fed3434..3c657d9 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/ssh/runtime/pom.xml b/extensions/ssh/runtime/pom.xml
index 3730edb..46b8802 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/stax/deployment/pom.xml b/extensions/stax/deployment/pom.xml
index b15ced1..6a7d736 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/stax/pom.xml b/extensions/stax/pom.xml
index 7a83567..f462e00 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/stax/runtime/pom.xml b/extensions/stax/runtime/pom.xml
index 77cbd0a..f21e3b9 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/stream/deployment/pom.xml b/extensions/stream/deployment/pom.xml
index fcad271..c622885 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/stream/pom.xml b/extensions/stream/pom.xml
index 867e4a4..8830a24 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/stream/runtime/pom.xml b/extensions/stream/runtime/pom.xml
index 0f24e72..30461ff 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/stringtemplate/deployment/pom.xml b/extensions/stringtemplate/deployment/pom.xml
index 45471ed..2b89865 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/stringtemplate/pom.xml b/extensions/stringtemplate/pom.xml
index 701baad..b73ab6e 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/stringtemplate/runtime/pom.xml b/extensions/stringtemplate/runtime/pom.xml
index d501961..962b612 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/syslog/deployment/pom.xml b/extensions/syslog/deployment/pom.xml
index c97ffc1..ddf26f9 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/syslog/pom.xml b/extensions/syslog/pom.xml
index 38ebb2b..7cc5e0b 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/syslog/runtime/pom.xml b/extensions/syslog/runtime/pom.xml
index 4fc4278..4debb25 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/tarfile/deployment/pom.xml b/extensions/tarfile/deployment/pom.xml
index f1fb12f..6880b1f 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/tarfile/pom.xml b/extensions/tarfile/pom.xml
index b1ffab7..17810a9 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/tarfile/runtime/pom.xml b/extensions/tarfile/runtime/pom.xml
index 54d98d9..d077fb1 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/telegram/deployment/pom.xml b/extensions/telegram/deployment/pom.xml
index 7bcdf1d..5337bb9 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/telegram/pom.xml b/extensions/telegram/pom.xml
index 6fef63f..09b69f8 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/telegram/runtime/pom.xml b/extensions/telegram/runtime/pom.xml
index 31d5461..62016c4 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/tika/deployment/pom.xml b/extensions/tika/deployment/pom.xml
index d47a000..bd25cb7 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/tika/pom.xml b/extensions/tika/pom.xml
index 7ec631f..7fe5e1c 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/tika/runtime/pom.xml b/extensions/tika/runtime/pom.xml
index ffa700f..f274c1f 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/timer/deployment/pom.xml b/extensions/timer/deployment/pom.xml
index 72a0567..c4cb3ef 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/timer/pom.xml b/extensions/timer/pom.xml
index ca39000..2e40ff4 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/timer/runtime/pom.xml b/extensions/timer/runtime/pom.xml
index 569af79..781b5ed 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/twilio/deployment/pom.xml b/extensions/twilio/deployment/pom.xml
index eb5db41..c665403 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/twilio/pom.xml b/extensions/twilio/pom.xml
index 1a285b3..e2911f4 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/twilio/runtime/pom.xml b/extensions/twilio/runtime/pom.xml
index 2099dae..9e3d2b4 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/twitter/deployment/pom.xml b/extensions/twitter/deployment/pom.xml
index 285c20b..3e01c08 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/twitter/pom.xml b/extensions/twitter/pom.xml
index 0c2e227..d33ce1b 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/twitter/runtime/pom.xml b/extensions/twitter/runtime/pom.xml
index 232622c..390e5ff 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 13c8cab..f80e679 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/univocity-parsers/pom.xml b/extensions/univocity-parsers/pom.xml
index da65195..eb98a6b 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 f1d4065..402483b 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/validator/deployment/pom.xml b/extensions/validator/deployment/pom.xml
index e237eb6..98f2a8b 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/validator/pom.xml b/extensions/validator/pom.xml
index d6def4b..37a8baa 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/validator/runtime/pom.xml b/extensions/validator/runtime/pom.xml
index 136d993..3fe1367 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/velocity/deployment/pom.xml b/extensions/velocity/deployment/pom.xml
index 94cadd1..193fa54 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/velocity/pom.xml b/extensions/velocity/pom.xml
index 6736cc7..c4f2f20 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/velocity/runtime/pom.xml b/extensions/velocity/runtime/pom.xml
index ee43bd1..ccc9ef7 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 c4d1b8a..141325e 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/vertx-http/pom.xml b/extensions/vertx-http/pom.xml
index 10f783c..cc77322 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 369ef24..3d68cce 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 5a5d5b1..e5a077d 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/vertx-websocket/pom.xml b/extensions/vertx-websocket/pom.xml
index 94cfb98..f52e6e0 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 890d611..c5b54d8 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/vertx/deployment/pom.xml b/extensions/vertx/deployment/pom.xml
index 9737ec4..ad0d4e8 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/vertx/pom.xml b/extensions/vertx/pom.xml
index 68ee1a7..506ccb0 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/vertx/runtime/pom.xml b/extensions/vertx/runtime/pom.xml
index 0ca4285..4ac562d 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/vm/deployment/pom.xml b/extensions/vm/deployment/pom.xml
index 6e906d0..043654d 100644
--- a/extensions/vm/deployment/pom.xml
+++ b/extensions/vm/deployment/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-vm-parent</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/vm/pom.xml b/extensions/vm/pom.xml
index a6ffb11..5c91b6a 100644
--- a/extensions/vm/pom.xml
+++ b/extensions/vm/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-extensions</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/vm/runtime/pom.xml b/extensions/vm/runtime/pom.xml
index c07bec7..d87b126 100644
--- a/extensions/vm/runtime/pom.xml
+++ b/extensions/vm/runtime/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-vm-parent</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/weather/deployment/pom.xml b/extensions/weather/deployment/pom.xml
index 4e72fd8..c903562 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/weather/pom.xml b/extensions/weather/pom.xml
index e1b6205..bd9443a 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/weather/runtime/pom.xml b/extensions/weather/runtime/pom.xml
index 97cc560..42a7c70 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/xchange/deployment/pom.xml b/extensions/xchange/deployment/pom.xml
index a2dabed..047d4cf 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/xchange/pom.xml b/extensions/xchange/pom.xml
index 212a8be..dc90c44 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/xchange/runtime/pom.xml b/extensions/xchange/runtime/pom.xml
index 144415e..e975a4e 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/xmlsecurity/deployment/pom.xml b/extensions/xmlsecurity/deployment/pom.xml
index 2015545..84d69e5 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/xmlsecurity/pom.xml b/extensions/xmlsecurity/pom.xml
index d80b329..3fa70ad 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/xmlsecurity/runtime/pom.xml b/extensions/xmlsecurity/runtime/pom.xml
index 8e14f8c..5ffe5b1 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/xpath/deployment/pom.xml b/extensions/xpath/deployment/pom.xml
index 9cc08dc..430f451 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/xpath/pom.xml b/extensions/xpath/pom.xml
index 50ee64c..4e7c85c 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/xpath/runtime/pom.xml b/extensions/xpath/runtime/pom.xml
index 5f1e642..e801830 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/xslt/deployment/pom.xml b/extensions/xslt/deployment/pom.xml
index 06a14ea..320b718 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/xslt/pom.xml b/extensions/xslt/pom.xml
index 4405a92..607883a 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/xslt/runtime/pom.xml b/extensions/xslt/runtime/pom.xml
index e2d02ab..ddba744 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/xstream/deployment/pom.xml b/extensions/xstream/deployment/pom.xml
index 0f123e0..5b09d3d 100644
--- a/extensions/xstream/deployment/pom.xml
+++ b/extensions/xstream/deployment/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-xstream-parent</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/xstream/pom.xml b/extensions/xstream/pom.xml
index 663822c..12677ed 100644
--- a/extensions/xstream/pom.xml
+++ b/extensions/xstream/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-extensions</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/xstream/runtime/pom.xml b/extensions/xstream/runtime/pom.xml
index 9d3051f..64ab70a 100644
--- a/extensions/xstream/runtime/pom.xml
+++ b/extensions/xstream/runtime/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-xstream-parent</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/zendesk/deployment/pom.xml b/extensions/zendesk/deployment/pom.xml
index 3f6325f..e855cfa 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/zendesk/pom.xml b/extensions/zendesk/pom.xml
index e78f1c1..b6b1b34 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/zendesk/runtime/pom.xml b/extensions/zendesk/runtime/pom.xml
index 4ea9af5..469bc16 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 9ee676d..96d73f6 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/zip-deflater/pom.xml b/extensions/zip-deflater/pom.xml
index 196e37e..a037455 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 b6ab455..3ea0bd0 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/zipfile/deployment/pom.xml b/extensions/zipfile/deployment/pom.xml
index 39795a3..e380a15 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/zipfile/pom.xml b/extensions/zipfile/pom.xml
index e7e2578..b296530 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/zipfile/runtime/pom.xml b/extensions/zipfile/runtime/pom.xml
index 9cd1029..f022790 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 0b37077..41888a6 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 c855f17..0db2f46 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 3e01426..7ea9467 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 c6ca32e..1c14204 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 8be466c..034f32e 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 31bafda..94df1e4 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 2970322..e9f044a 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 bf4481b..f7edd1b 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 8eedb6e..adcb3df 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 efe8504..423eeaf 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 9452039..3d94d16 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 b9bdfd8..ff0b1e3 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 523e7a5..7aac73d 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 475f4a6..47ac961 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 4ba9ee6..1391b9e 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 42f9e9d..7acfff8 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 f96fcc2..41f7e40 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 1a5fffa..7fa095c 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 2515d8b..2b71365 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 28a503f..26e2255 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 d2e114a..f1d6edd 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 ea09fdb..14b5ece 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 7050a0e..9bb265a 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 610f6fb..aa24acc 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 bcad530..1742ac1 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 6d74dda..66c75a6 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 13bbfdc..a9afc71 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 ba72b31..f2454f8 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 82bbfdf..5d73cdc 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 9764acd..1ffd21c 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 09d4858..7203326 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
     </parent>
 
     <artifactId>camel-quarkus-integration-tests-cxf-soap</artifactId>
diff --git a/integration-test-groups/foundation/bean/pom.xml b/integration-test-groups/foundation/bean/pom.xml
index 2fbfc5e..fa397c1 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 e8f816b..565630e 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 d6fcd25..a330ff6 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 800f4e2..c4ef35e 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 046dcac..4aa57b3 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../../../poms/build-parent-it/pom.xml</relativePath>
     </parent>
 
diff --git a/integration-test-groups/foundation/core-fault-tolerance/pom.xml b/integration-test-groups/foundation/core-fault-tolerance/pom.xml
index 0f9c8c3..dced257 100644
--- a/integration-test-groups/foundation/core-fault-tolerance/pom.xml
+++ b/integration-test-groups/foundation/core-fault-tolerance/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-build-parent-it</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.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 2a101d4..813e8e7 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 611e23d..cdb01b6 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 0f005ef..392fad6 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 4746cea..8e12a83 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 936956c..b89752c 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 70826d6..2475735 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 c9e3341..a2be92c 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 5fe12bb..4cc5de2 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 7411731..b2576bb 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 7e0a690..f509a32 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 d06f630..1a9b551 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 72f9d1e..59a60b9 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 2f9b7fa..65d85aa 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 c99aa0e..7546005 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 f718f05..8927a15 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 a708d56..bb77054 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 8871e02..b02e349 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 e29db91..191fd4b 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 2977ce1..0efe5d4 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 a84609f..3c02020 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 489750f..cc6c2c5 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 4864f08..efdec46 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/integration-tests-jvm/asn1/pom.xml b/integration-tests-jvm/asn1/pom.xml
index ebf3743..67c7df6 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 39b890d..aba443e 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../../poms/build-parent-it/pom.xml</relativePath>
     </parent>
 
diff --git a/integration-tests-jvm/atmos/pom.xml b/integration-tests-jvm/atmos/pom.xml
index e48a853..937e3b4 100644
--- a/integration-tests-jvm/atmos/pom.xml
+++ b/integration-tests-jvm/atmos/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-build-parent-it</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.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 6ac9111..fc33302 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 c993119..0905045 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 966cc69..8a941ef 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../../poms/build-parent-it/pom.xml</relativePath>
     </parent>
 
diff --git a/integration-tests-jvm/azure-key-vault/pom.xml b/integration-tests-jvm/azure-key-vault/pom.xml
index 2e181d4..d6ff383 100644
--- a/integration-tests-jvm/azure-key-vault/pom.xml
+++ b/integration-tests-jvm/azure-key-vault/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-build-parent-it</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.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 891e86a..f6f38d6 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 2092aa9..8319366 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 963d4cdb..5173171 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 1072a55..e062efd 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 6770579..e50f9ba 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 c4e61df..587c6f1 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 8606eeb..7dac725 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../../poms/build-parent-it/pom.xml</relativePath>
     </parent>
 
diff --git a/integration-tests-jvm/cmis/pom.xml b/integration-tests-jvm/cmis/pom.xml
index 48c3c6d..a3c8d0b 100644
--- a/integration-tests-jvm/cmis/pom.xml
+++ b/integration-tests-jvm/cmis/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-build-parent-it</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.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 63163a8..82fb434 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 0d070ec..2beb433 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 f164259..0748cb2 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../../poms/build-parent-it/pom.xml</relativePath>
     </parent>
 
diff --git a/integration-tests-jvm/corda/pom.xml b/integration-tests-jvm/corda/pom.xml
index 911d067..ef2a4f7 100644
--- a/integration-tests-jvm/corda/pom.xml
+++ b/integration-tests-jvm/corda/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-build-parent-it</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.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 53836ce..7488c23 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../../poms/build-parent-it/pom.xml</relativePath>
     </parent>
 
diff --git a/integration-tests-jvm/debug/pom.xml b/integration-tests-jvm/debug/pom.xml
index 6ffcbe5..147e295 100644
--- a/integration-tests-jvm/debug/pom.xml
+++ b/integration-tests-jvm/debug/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-build-parent-it</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.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 66693fa..35941c9 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 ea51986..2860afc 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 2435b47..edefa1c 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 2580948..1d55aae 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 0b977b8..44a5907 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 f8d63ad..90204f8 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../../poms/build-parent-it/pom.xml</relativePath>
     </parent>
 
diff --git a/integration-tests-jvm/facebook/pom.xml b/integration-tests-jvm/facebook/pom.xml
index 921d15c..43c1d88 100644
--- a/integration-tests-jvm/facebook/pom.xml
+++ b/integration-tests-jvm/facebook/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-build-parent-it</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.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 bf6929d..528c4bd 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 4e1a992..1db6467 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 91176e7..655a639 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 18605e3..ef904f6 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../../poms/build-parent-it/pom.xml</relativePath>
     </parent>
 
diff --git a/integration-tests-jvm/groovy-dsl/pom.xml b/integration-tests-jvm/groovy-dsl/pom.xml
index 03e2b74..563b45e 100644
--- a/integration-tests-jvm/groovy-dsl/pom.xml
+++ b/integration-tests-jvm/groovy-dsl/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-build-parent-it</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../../poms/build-parent-it/pom.xml</relativePath>
     </parent>
 
diff --git a/integration-tests-jvm/groovy/pom.xml b/integration-tests-jvm/groovy/pom.xml
index 970eece..03e39d3 100644
--- a/integration-tests-jvm/groovy/pom.xml
+++ b/integration-tests-jvm/groovy/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-build-parent-it</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.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 6637698..bc4254c 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../../poms/build-parent-it/pom.xml</relativePath>
     </parent>
 
diff --git a/integration-tests-jvm/hashicorp-vault/pom.xml b/integration-tests-jvm/hashicorp-vault/pom.xml
index 1269c84..b9dd4c0 100644
--- a/integration-tests-jvm/hashicorp-vault/pom.xml
+++ b/integration-tests-jvm/hashicorp-vault/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-build-parent-it</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../../poms/build-parent-it/pom.xml</relativePath>
     </parent>
 
diff --git a/integration-tests-jvm/hbase/pom.xml b/integration-tests-jvm/hbase/pom.xml
index b699377..23377bb 100644
--- a/integration-tests-jvm/hbase/pom.xml
+++ b/integration-tests-jvm/hbase/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-build-parent-it</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../../poms/build-parent-it/pom.xml</relativePath>
     </parent>
 
diff --git a/integration-tests-jvm/hdfs/pom.xml b/integration-tests-jvm/hdfs/pom.xml
index 6bfab7e..6f800f3 100644
--- a/integration-tests-jvm/hdfs/pom.xml
+++ b/integration-tests-jvm/hdfs/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-build-parent-it</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.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 64243ce..3e464b7 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 0fd0767..cb772ea 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 47c484b..fa908c7 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../../poms/build-parent-it/pom.xml</relativePath>
     </parent>
 
diff --git a/integration-tests-jvm/iota/pom.xml b/integration-tests-jvm/iota/pom.xml
index bd81313..88e3a0c 100644
--- a/integration-tests-jvm/iota/pom.xml
+++ b/integration-tests-jvm/iota/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-build-parent-it</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.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 5e2c7bf..0b85871 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../../poms/build-parent-it/pom.xml</relativePath>
     </parent>
 
diff --git a/integration-tests-jvm/jasypt/pom.xml b/integration-tests-jvm/jasypt/pom.xml
index 1b3264b..e827977 100644
--- a/integration-tests-jvm/jasypt/pom.xml
+++ b/integration-tests-jvm/jasypt/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-build-parent-it</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../../poms/build-parent-it/pom.xml</relativePath>
     </parent>
 
diff --git a/integration-tests-jvm/java-joor-dsl/pom.xml b/integration-tests-jvm/java-joor-dsl/pom.xml
index a3f80eb..cae6671 100644
--- a/integration-tests-jvm/java-joor-dsl/pom.xml
+++ b/integration-tests-jvm/java-joor-dsl/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-build-parent-it</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../../poms/build-parent-it/pom.xml</relativePath>
     </parent>
 
diff --git a/integration-tests-jvm/jbpm/pom.xml b/integration-tests-jvm/jbpm/pom.xml
index 545eca0..c2ccd85 100644
--- a/integration-tests-jvm/jbpm/pom.xml
+++ b/integration-tests-jvm/jbpm/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-build-parent-it</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../../poms/build-parent-it/pom.xml</relativePath>
     </parent>
 
diff --git a/integration-tests-jvm/jclouds/pom.xml b/integration-tests-jvm/jclouds/pom.xml
index 9ba6c5c..cb835cf 100644
--- a/integration-tests-jvm/jclouds/pom.xml
+++ b/integration-tests-jvm/jclouds/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-build-parent-it</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.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 281904a..9dc3a1c 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 2ea7200..3cecc2a 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 fda05fa..5f044f2 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 beb9a28..f94cc72 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../../poms/build-parent-it/pom.xml</relativePath>
     </parent>
 
diff --git a/integration-tests-jvm/joor/pom.xml b/integration-tests-jvm/joor/pom.xml
index 3c69efe..1c9210f 100644
--- a/integration-tests-jvm/joor/pom.xml
+++ b/integration-tests-jvm/joor/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-build-parent-it</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.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 f5be6c8..cd2bf5e 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 1c4e3fd..8da2fef 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../../poms/build-parent-it/pom.xml</relativePath>
     </parent>
 
diff --git a/integration-tests-jvm/jt400/pom.xml b/integration-tests-jvm/jt400/pom.xml
index 69dd5f8..81cbc7f 100644
--- a/integration-tests-jvm/jt400/pom.xml
+++ b/integration-tests-jvm/jt400/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-build-parent-it</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../../poms/build-parent-it/pom.xml</relativePath>
     </parent>
 
diff --git a/integration-tests-jvm/kotlin-dsl/pom.xml b/integration-tests-jvm/kotlin-dsl/pom.xml
index 2a270f7..8ad1223 100644
--- a/integration-tests-jvm/kotlin-dsl/pom.xml
+++ b/integration-tests-jvm/kotlin-dsl/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-build-parent-it</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../../poms/build-parent-it/pom.xml</relativePath>
     </parent>
 
diff --git a/integration-tests-jvm/ldap/pom.xml b/integration-tests-jvm/ldap/pom.xml
index c62dfc5..7e2e2dc 100644
--- a/integration-tests-jvm/ldap/pom.xml
+++ b/integration-tests-jvm/ldap/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-build-parent-it</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.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 6ca80ea..80deedd 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 d178d21..d1d2ce5 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../../poms/build-parent-it/pom.xml</relativePath>
     </parent>
 
diff --git a/integration-tests-jvm/management/pom.xml b/integration-tests-jvm/management/pom.xml
index 2612881..207376f 100644
--- a/integration-tests-jvm/management/pom.xml
+++ b/integration-tests-jvm/management/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-build-parent-it</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../../poms/build-parent-it/pom.xml</relativePath>
     </parent>
 
diff --git a/integration-tests-jvm/milo/pom.xml b/integration-tests-jvm/milo/pom.xml
index 02b43cd..28d794e 100644
--- a/integration-tests-jvm/milo/pom.xml
+++ b/integration-tests-jvm/milo/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-build-parent-it</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.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 977e06d..594cbac 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../../poms/build-parent-it/pom.xml</relativePath>
     </parent>
 
diff --git a/integration-tests-jvm/ognl/pom.xml b/integration-tests-jvm/ognl/pom.xml
index 7add06a..9429289 100644
--- a/integration-tests-jvm/ognl/pom.xml
+++ b/integration-tests-jvm/ognl/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-build-parent-it</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.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 e5ff467..dc88e84 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 b627e77..a8a095e 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 56c3c20..ae5fc6d 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 f9cd79a..f49e780 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 56acf12..54f39b0 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 291f900..4d1f6ce 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 3100166..95f82a0 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 eef1ae5..785b0a0 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 04ac3fd..d731bfe 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../../poms/build-parent-it/pom.xml</relativePath>
     </parent>
 
diff --git a/integration-tests-jvm/splunk-hec/pom.xml b/integration-tests-jvm/splunk-hec/pom.xml
index 0bbbe06..5bfb619 100644
--- a/integration-tests-jvm/splunk-hec/pom.xml
+++ b/integration-tests-jvm/splunk-hec/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-build-parent-it</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.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 cd82bfb..5d25cf0 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 b95db5f..b576626 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 b8b1745..12f5ddf 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 ae88a2d..ed93838 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 bd2dbe7..abfaf38 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 9e4a18e..67c0aa2 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 17032c8..d8c84cf 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../../poms/build-parent-it/pom.xml</relativePath>
     </parent>
 
diff --git a/integration-tests-jvm/xj/pom.xml b/integration-tests-jvm/xj/pom.xml
index bbbc126..612c70a 100644
--- a/integration-tests-jvm/xj/pom.xml
+++ b/integration-tests-jvm/xj/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-build-parent-it</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.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 d57c974..9d1cb9d 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../../poms/build-parent-it/pom.xml</relativePath>
     </parent>
 
diff --git a/integration-tests-jvm/xslt-saxon/pom.xml b/integration-tests-jvm/xslt-saxon/pom.xml
index 271899b..3ea4ac2 100644
--- a/integration-tests-jvm/xslt-saxon/pom.xml
+++ b/integration-tests-jvm/xslt-saxon/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-build-parent-it</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.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 098f0e5..95d1bab 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 76d44c4..0204137 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 25a7347..6d683d3 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 d23d458..56ae24c 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 5adef72..c5ef5ff 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 e1682d5..566d6ac 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <artifactId>camel-quarkus-integration-tests-support</artifactId>
         <relativePath>../pom.xml</relativePath>
     </parent>
diff --git a/integration-tests-support/custom-log-component/deployment/pom.xml b/integration-tests-support/custom-log-component/deployment/pom.xml
index b22261b..413ae3b 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 f9a2e6e..468442c 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 0b7986d..bf41295 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 bc4c92b..19087d0 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 0db81af..acb0758 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 c4da702..e3bbc7b 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 0df0f2e..947f02c 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 dd98980..1498bce 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 6d8b8da..bd38fe7 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 a4a4f6d..57c870c 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 e248a0d..889186b 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 d21b156..8ac69eb 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 2db5fad..d0b2673 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/integration-tests-support/kafka/pom.xml b/integration-tests-support/kafka/pom.xml
index 4cac744..714a638 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/integration-tests-support/mock-backend/pom.xml b/integration-tests-support/mock-backend/pom.xml
index 195150b..904587e 100644
--- a/integration-tests-support/mock-backend/pom.xml
+++ b/integration-tests-support/mock-backend/pom.xml
@@ -21,7 +21,7 @@
 	<parent>
 		<groupId>org.apache.camel.quarkus</groupId>
 		<artifactId>camel-quarkus-integration-tests-support</artifactId>
-		<version>2.15.0-SNAPSHOT</version>
+		<version>2.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 946dc7b..bcdbbc9 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 da26c34e..b07258a 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../poms/build-parent/pom.xml</relativePath>
     </parent>
 
diff --git a/integration-tests-support/process-executor-support/pom.xml b/integration-tests-support/process-executor-support/pom.xml
index ab087ce..576f8cf 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 218856f..dea4b15 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 0cc989f..5b5ddd7 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 962f7c5..1cd7915 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 3ed8d6e..f9f5cf6 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 a6600cc..f9118ff 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 ab09558..aa5bd5b 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 b5bf325..b9fdd36 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../../poms/build-parent-it/pom.xml</relativePath>
     </parent>
 
diff --git a/integration-tests/atlasmap/pom.xml b/integration-tests/atlasmap/pom.xml
index 4141b75..9c48437 100644
--- a/integration-tests/atlasmap/pom.xml
+++ b/integration-tests/atlasmap/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-build-parent-it</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../../poms/build-parent-it/pom.xml</relativePath>
     </parent>
 
diff --git a/integration-tests/avro-rpc/pom.xml b/integration-tests/avro-rpc/pom.xml
index 8303328..42b4132 100644
--- a/integration-tests/avro-rpc/pom.xml
+++ b/integration-tests/avro-rpc/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-build-parent-it</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.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 5a5af0c..ca50d19 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 9ec4f2f..4ed2d38 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 85dc647..a736454 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 464b223..8af42ba 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 b178d29..6fa7c93 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 a732b8b..4ab2390 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 5c44d3b..bb11ca5 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 4d8275c..f8fefc4 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 38c59d5..7718358 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 6e844fd..1a0acc4 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 cee0b95..0dfe8c4 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 3d5b51e..f02c0a6 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 01a829b..bb77e64 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 39cde3b..9c29409 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 502266d..6c42d0a 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 e50b0a0..905914e 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 6d95eb8..2cda939 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 450b9a2..13c7352 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 ec23712..83e1fd9 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 0ea3763..928e1d0 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 41c16b3..5aa4041 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 0702d62..9ebeb94 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../../poms/build-parent-it/pom.xml</relativePath>
     </parent>
 
diff --git a/integration-tests/dataformats-json/pom.xml b/integration-tests/dataformats-json/pom.xml
index 4dc541d..66d5eaa 100644
--- a/integration-tests/dataformats-json/pom.xml
+++ b/integration-tests/dataformats-json/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-build-parent-it</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.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 257b059..41d8c7b 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 0fe488a..1438d1b 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 8552062..7c403ea 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 ba767bf..d2210ae 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../../poms/build-parent-it/pom.xml</relativePath>
     </parent>
 
diff --git a/integration-tests/dozer/pom.xml b/integration-tests/dozer/pom.xml
index 432778b..20942e6 100644
--- a/integration-tests/dozer/pom.xml
+++ b/integration-tests/dozer/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-build-parent-it</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.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 d50b042..1987145 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../../poms/build-parent-it/pom.xml</relativePath>
     </parent>
 
diff --git a/integration-tests/elasticsearch-rest/pom.xml b/integration-tests/elasticsearch-rest/pom.xml
index 26a548c..711de46 100644
--- a/integration-tests/elasticsearch-rest/pom.xml
+++ b/integration-tests/elasticsearch-rest/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-build-parent-it</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.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 19e345a..5ee03fe 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 3e18a84..6b910b4 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 54c001a..3cbfb34 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 477bd9c..e31b052 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 60e6feb..accd5af 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 741e008..493dca8 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 7a73d31..89c7596 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 aa27bf1..fbb71e4 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 b4ca36f..0c8906f 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 65ade8c..66bcd89 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 8b01488..5ace764 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 08f2a27..843ec36 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 93cacb2..9dc91b5 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 69cbc3c..343c9f1 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 924f66d..fb8eee2 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 7fdd6f9..4dd2ad6 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 e8f0834..3cefc84 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 22849bc..fd17a1c 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 bd99bd6..5d6924e 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 2385cbf..0b36eb1 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 cf603fc..68aa0cb 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../../poms/build-parent-it/pom.xml</relativePath>
     </parent>
 
diff --git a/integration-tests/http/pom.xml b/integration-tests/http/pom.xml
index 4a2d102..9c840b5 100644
--- a/integration-tests/http/pom.xml
+++ b/integration-tests/http/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-build-parent-it</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.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 b50e184..721fd0a 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 6fa0e86..31c9cec 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 54011b8..a6f7c75 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 06936b7..a255f4c 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 2df43bf..4e4ede6 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 8c511e0..297e291 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../../poms/build-parent-it/pom.xml</relativePath>
     </parent>
 
diff --git a/integration-tests/jdbc/pom.xml b/integration-tests/jdbc/pom.xml
index 4a9bfbd..321e41d 100644
--- a/integration-tests/jdbc/pom.xml
+++ b/integration-tests/jdbc/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-build-parent-it</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.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 bfb475b..209ca65 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 5d2cace..0ecce6d 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 aec7797..2768c59 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 d3cd05c..cd57569 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 b01db16..e5177fe 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 b34754d..f1531f7 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 4552022..6eb4f32 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 e2b17f0..e04b2b9 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 c7b5ea6..ab24a30 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 77f2479..945d294 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 bddc420..2d11f66 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 0eaf021..3d82316 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 3112378..d11d936 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 3aaaef4..7401e00 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 9cc4a84..6319127 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 cb395eb..ff85474 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 7d56865..5a4707d 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 94bf183..39646d5 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 0f92d13..55df59c 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 180f9fd..6add9f1 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../../poms/build-parent-it/pom.xml</relativePath>
     </parent>
 
diff --git a/integration-tests/knative-channel-consumer/pom.xml b/integration-tests/knative-channel-consumer/pom.xml
index 97e2bae..2a3d65d 100644
--- a/integration-tests/knative-channel-consumer/pom.xml
+++ b/integration-tests/knative-channel-consumer/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-build-parent-it</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../../poms/build-parent-it/pom.xml</relativePath>
     </parent>
 
diff --git a/integration-tests/knative-endpoint-consumer/pom.xml b/integration-tests/knative-endpoint-consumer/pom.xml
index 024cde5..9e1a945 100644
--- a/integration-tests/knative-endpoint-consumer/pom.xml
+++ b/integration-tests/knative-endpoint-consumer/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-build-parent-it</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../../poms/build-parent-it/pom.xml</relativePath>
     </parent>
 
diff --git a/integration-tests/knative-event-consumer/pom.xml b/integration-tests/knative-event-consumer/pom.xml
index b834937..1a8712a 100644
--- a/integration-tests/knative-event-consumer/pom.xml
+++ b/integration-tests/knative-event-consumer/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-build-parent-it</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../../poms/build-parent-it/pom.xml</relativePath>
     </parent>
 
diff --git a/integration-tests/knative-producer/pom.xml b/integration-tests/knative-producer/pom.xml
index 300d9fe..f1494d3 100644
--- a/integration-tests/knative-producer/pom.xml
+++ b/integration-tests/knative-producer/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-build-parent-it</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.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 4fd86a1..aa8410f 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 2d41aa7..7e11155 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 c03cf02..2c0381e 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 2e3810a..b4ad725 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 0ae3b1a..d99f2de 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 ac977fe..bc9b0e3 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 0239c98..29a9ff6 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 bb278ea..cecd7ce 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../../poms/build-parent-it/pom.xml</relativePath>
     </parent>
 
diff --git a/integration-tests/main-caffeine-lrucache/pom.xml b/integration-tests/main-caffeine-lrucache/pom.xml
index 264b340..282605f 100644
--- a/integration-tests/main-caffeine-lrucache/pom.xml
+++ b/integration-tests/main-caffeine-lrucache/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-build-parent-it</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.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 9a035e5..78df59f 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 951da45..77475aa 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 94ddbf7..93f1d9f 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 d7467fc..63b301a 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 6f10fd8..fd093a4 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 3514bfa..4c534e2 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 a7d9d3e..4f70d8c 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 d107e96..804b660 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 fa50a39..c97d739 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 006a056..e0ee321 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 b054c44..383a18c 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 dc1f9d5..a01cf1a 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 28d15f9..1515110 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 44e01fd..52dad3f 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 7c22d3e..d8a2d43 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 2e222fb..c50ef95 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 7656fd6..c1c31db 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 67b97ef..c6a5a75 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../../poms/build-parent-it/pom.xml</relativePath>
     </parent>
 
diff --git a/integration-tests/microprofile/pom.xml b/integration-tests/microprofile/pom.xml
index 1f606d0..af6d657 100644
--- a/integration-tests/microprofile/pom.xml
+++ b/integration-tests/microprofile/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-build-parent-it</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.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 e145992..c1362f5 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 5bd2949..9db66ce 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 75179f3..75d8f90 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 182bcef..bd1406c 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 d5eb658..f2bbc17 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 5303653..4c4262a 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 15bf417..39982bb 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 872b985..c88b1fa 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 fde5441..6f9b7c1 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 856d81a..aa9ff8f 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 e39e72b..3daa9ec 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 657f9c2..f18abef 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 acbb453..305bb55 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../../poms/build-parent-it/pom.xml</relativePath>
     </parent>
 
diff --git a/integration-tests/opentracing/pom.xml b/integration-tests/opentracing/pom.xml
index 7bd9b17..c2dee87 100644
--- a/integration-tests/opentracing/pom.xml
+++ b/integration-tests/opentracing/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-build-parent-it</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.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 f9b91b1..727abb6 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 9bde77e..0d79e75 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 978d6c2..325299e 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 4e15ccc..97bb4d8 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 77e927e..59f1e54 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 610a27b..f6e6d16 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 352c58e..0f84ef0 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 bdc0889..ba0c83a 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/integration-tests/protobuf/pom.xml b/integration-tests/protobuf/pom.xml
index de8faa7..74a3c95 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 76947e8..c1b22f1 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 af0d38f..4ded72d 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 87b9b3f..d410ff8 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 7433791..92bb9d2 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../../poms/build-parent-it/pom.xml</relativePath>
     </parent>
 
diff --git a/integration-tests/rabbitmq/pom.xml b/integration-tests/rabbitmq/pom.xml
index bdd7049..5536e56 100644
--- a/integration-tests/rabbitmq/pom.xml
+++ b/integration-tests/rabbitmq/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-build-parent-it</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.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 4fe2aaf..909f8c5 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 8a576f5..4eca8c5 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 1963ef4..97966c0 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 3f785ff..02b05df 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 6e0999e..6f3c06b 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 e4fb324..2c4f138 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 68429b1..e8694b7 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 3106228..c881240 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 af8ea52..3e9b268 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 873b6ba..97601d5 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 c510579..8dc755f 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 a4163ff..b286373 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 4e644c6..155654b 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 0cdbb03..320f5dc 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 23a4997..a6fcc0b 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 34c2f8c..dc953c4 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 1e29aa2..7a967b8 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../../poms/build-parent-it/pom.xml</relativePath>
     </parent>
 
diff --git a/integration-tests/solr/pom.xml b/integration-tests/solr/pom.xml
index 7274ba5..f9908ff 100644
--- a/integration-tests/solr/pom.xml
+++ b/integration-tests/solr/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-build-parent-it</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../../poms/build-parent-it/pom.xml</relativePath>
     </parent>
 
@@ -31,7 +31,7 @@
     <description>Integration tests for Camel Quarkus Solr extension</description>
 
     <properties>
-        <camel-quarkus.version>2.15.0-SNAPSHOT</camel-quarkus.version>
+        <camel-quarkus.version>2.15.0</camel-quarkus.version>
         <solr.trust-store>${project.basedir}/target/ssl/trust-store.jks</solr.trust-store>
     </properties>
 
diff --git a/integration-tests/splunk/pom.xml b/integration-tests/splunk/pom.xml
index 01edf1e..5c82050 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 d6ccfa8..0442512 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 6879f6b..eec88b9 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 15ab0c4..3f3f37c 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 a3793ad..cd42899 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 5c1d18c..ddae9db 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 b95ce59..56b4104 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 79dfa34..8c88e8a 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 c9677e4..2109090 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 7136bb8..ea8e7c2 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 365bc6c..e142505 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 5d9515f..9b4a4f2 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 a47f764..9d4d36d 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 933b405..5c5228f 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 e9158c4..2888eb5 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 3c659f0..a812448 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 b230923..99f08da 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 94f3fb1..5098de2 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 80ad3ba..d2a5196 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 8eea852..d6c4336 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../../poms/build-parent-it/pom.xml</relativePath>
     </parent>
 
diff --git a/integration-tests/xml/pom.xml b/integration-tests/xml/pom.xml
index 67ba771..01a7c12 100644
--- a/integration-tests/xml/pom.xml
+++ b/integration-tests/xml/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-build-parent-it</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.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 7050865..26f2ae3 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 ba40999..5fa1ff6 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../../poms/build-parent-it/pom.xml</relativePath>
     </parent>
 
diff --git a/integration-tests/xstream/pom.xml b/integration-tests/xstream/pom.xml
index 50b46f6..1e1ca9a 100644
--- a/integration-tests/xstream/pom.xml
+++ b/integration-tests/xstream/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-build-parent-it</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.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 ad42ecf..1c147b9 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../../poms/build-parent-it/pom.xml</relativePath>
     </parent>
 
diff --git a/pom.xml b/pom.xml
index 749e284..1bcc84e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
 
     <groupId>org.apache.camel.quarkus</groupId>
     <artifactId>camel-quarkus</artifactId>
-    <version>2.15.0-SNAPSHOT</version>
+    <version>2.15.0</version>
     <packaging>pom</packaging>
 
     <name>Camel Quarkus</name>
@@ -276,7 +276,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://gitbox.apache.org/repos/asf?p=camel-quarkus.git;a=summary</url>
-        <tag>HEAD</tag>
+        <tag>2.15.0</tag>
     </scm>
 
     <issueManagement>
@@ -386,7 +386,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 216397a..a1069ee 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -35,7 +35,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>2.15.0-SNAPSHOT</camel-quarkus.version>
+        <camel-quarkus.version>2.15.0</camel-quarkus.version>
     </properties>
 
     <dependencyManagement>
diff --git a/poms/bom/pom.xml b/poms/bom/pom.xml
index 3fc6af4..306cc6a 100644
--- a/poms/bom/pom.xml
+++ b/poms/bom/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-poms</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -35,7 +35,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>2.15.0-SNAPSHOT</camel-quarkus.version>
+        <camel-quarkus.version>2.15.0</camel-quarkus.version>
     </properties>
 
     <dependencyManagement>
diff --git a/poms/build-parent-it/pom.xml b/poms/build-parent-it/pom.xml
index 05d6127..205fb3b 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>2.15.0-SNAPSHOT</version>
+        <version>2.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>2.15.0-SNAPSHOT</camel-quarkus.platform.version>
-        <camel-quarkus.version>2.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>2.15.0</camel-quarkus.platform.version>
+        <camel-quarkus.version>2.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 a3e1908..0ccbdda 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/poms/pom.xml b/poms/pom.xml
index ce613b2..5a1c6d3 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 c059dcd..ab5c683 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 40e8db0..3139098 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 99b50b8..79081c3 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 9aa0802..e209b89 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>2.15.0-SNAPSHOT</version>
+        <version>2.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 f6dc67b..4cd5cb0 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
         <relativePath>../../poms/build-parent/pom.xml</relativePath>
     </parent>
 
diff --git a/tooling/pom.xml b/tooling/pom.xml
index 1c3fa34..7f917e1 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
     </parent>
 
     <artifactId>camel-quarkus-tooling</artifactId>
diff --git a/tooling/test-list/pom.xml b/tooling/test-list/pom.xml
index a5c0bd5..611cf56 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>2.15.0-SNAPSHOT</version>
+        <version>2.15.0</version>
     </parent>
 
     <artifactId>camel-quarkus-test-list</artifactId>