[maven-release-plugin] Prepare release 2.13.0
diff --git a/catalog/pom.xml b/catalog/pom.xml
index c984922..4a6226f 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../poms/build-parent/pom.xml</relativePath>
     </parent>
 
diff --git a/docs/antora.yml b/docs/antora.yml
index 4375201..07a7f54 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.13.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 5a79e39..8048a4e 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
     </parent>
 
     <artifactId>camel-quarkus-docs</artifactId>
diff --git a/docs/source-map.yml b/docs/source-map.yml
index d2f96b7..98ae976 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.13.x
               mapped-branch: HEAD
diff --git a/extensions-core/caffeine-lrucache/deployment/pom.xml b/extensions-core/caffeine-lrucache/deployment/pom.xml
index 59d6084..5d9f6c4 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-core/caffeine-lrucache/pom.xml b/extensions-core/caffeine-lrucache/pom.xml
index 8bea568..a1cf27d 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 1c4cf23..d219fc1 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 a2bca4d..2e72ed4 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-core/core-cloud/pom.xml b/extensions-core/core-cloud/pom.xml
index e4181ae..49252df 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 209fb00..86ddd77 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-core/core/deployment/pom.xml b/extensions-core/core/deployment/pom.xml
index aaa5dfc..d0f387d 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 c0a54eb..451dfe8 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-core/core/runtime/pom.xml b/extensions-core/core/runtime/pom.xml
index 7a167ad..f10d71a 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 890af1e..94cb749 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-core/http-common/pom.xml b/extensions-core/http-common/pom.xml
index 502144a..faa8781 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 b1def7c..b9da09b 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-core/pom.xml b/extensions-core/pom.xml
index a8b53a3..0903993 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 fbf77d3..20aa845 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-core/reactive-executor/pom.xml b/extensions-core/reactive-executor/pom.xml
index 2dd85a9..bfb83eb 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 1c77830..8a07f83 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 ba1ffb0..2636a2f 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-core/threadpoolfactory-vertx/pom.xml b/extensions-core/threadpoolfactory-vertx/pom.xml
index 9f43e47..8158be7 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 6e0a5ca..f368452 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 fdbadf0..61f5506 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 556025e..5e7921d 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 2262357..d545b45 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 2921375..f967626 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-core/xml-jaxb/pom.xml b/extensions-core/xml-jaxb/pom.xml
index 3c73191..0c40b8f 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 8e8228f..4b7620b 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 6d41838..446e7e6 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-core/xml-jaxp/pom.xml b/extensions-core/xml-jaxp/pom.xml
index 44172a4..0732cbf 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 be441c1..c4015da 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 592b8a3..7d4a6b9 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-core/yaml-dsl/pom.xml b/extensions-core/yaml-dsl/pom.xml
index 4be7e14..8fec210 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 1fbf8f5..7520175 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/asn1/deployment/pom.xml b/extensions-jvm/asn1/deployment/pom.xml
index fa568c0..acc7393 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/asn1/pom.xml b/extensions-jvm/asn1/pom.xml
index e59b2f8..db826aa 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/asn1/runtime/pom.xml b/extensions-jvm/asn1/runtime/pom.xml
index 38c60ab..f1bf1fe 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/asterisk/deployment/pom.xml b/extensions-jvm/asterisk/deployment/pom.xml
index adcd5e2..404fc1b 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/asterisk/pom.xml b/extensions-jvm/asterisk/pom.xml
index 0496c32..c729b4c 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/asterisk/runtime/pom.xml b/extensions-jvm/asterisk/runtime/pom.xml
index 8294a96..85197a8 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/atmos/deployment/pom.xml b/extensions-jvm/atmos/deployment/pom.xml
index db24e5a..9ce922d 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/atmos/pom.xml b/extensions-jvm/atmos/pom.xml
index 413f62f..8391877 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/atmos/runtime/pom.xml b/extensions-jvm/atmos/runtime/pom.xml
index c9504d0..0c55bf4 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 891cf41..02b5c6d 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 5bcedbb..5d775ee 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 510accd..fa2d22b 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 556f155..d20fef3 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/aws-xray/pom.xml b/extensions-jvm/aws-xray/pom.xml
index 784a59e..9d5d871 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 9f2b81b..c238a3e 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 1754113..5590cec 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/azure-cosmosdb/pom.xml b/extensions-jvm/azure-cosmosdb/pom.xml
index e40a626..7e8b291 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 e16d81d..a0cedda 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 6054da6..747925e 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 64b89d4..a430351 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 7432b5e..f9be9cc 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 20d24fa..8c6007b 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/azure-servicebus/pom.xml b/extensions-jvm/azure-servicebus/pom.xml
index 0210316..09d5bd4 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 75eff18..cc30f55 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 a34a5f7..a3bb747 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 f0aab3f..e7205b6 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 3a445df..31c10ea 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/barcode/deployment/pom.xml b/extensions-jvm/barcode/deployment/pom.xml
index 831210b..4223942 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/barcode/pom.xml b/extensions-jvm/barcode/pom.xml
index 77db6c8..0a2f2e9 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/barcode/runtime/pom.xml b/extensions-jvm/barcode/runtime/pom.xml
index a32a8c6..5e4b472 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/bonita/deployment/pom.xml b/extensions-jvm/bonita/deployment/pom.xml
index 67d10a0..3d222b4 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/bonita/pom.xml b/extensions-jvm/bonita/pom.xml
index e7be2fd..c71bc91 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/bonita/runtime/pom.xml b/extensions-jvm/bonita/runtime/pom.xml
index b6bb86e..aec52a4 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/chatscript/deployment/pom.xml b/extensions-jvm/chatscript/deployment/pom.xml
index 1e55f59..f34666f 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/chatscript/pom.xml b/extensions-jvm/chatscript/pom.xml
index a846ad2..93da2f9 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/chatscript/runtime/pom.xml b/extensions-jvm/chatscript/runtime/pom.xml
index 544ccf5..2c40dfc 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/chunk/deployment/pom.xml b/extensions-jvm/chunk/deployment/pom.xml
index cf54267..a57b71e 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/chunk/pom.xml b/extensions-jvm/chunk/pom.xml
index f979a53..48cf0c8 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/chunk/runtime/pom.xml b/extensions-jvm/chunk/runtime/pom.xml
index c836d49..93ed69f 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 e1c64a3..0095dc9 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/cm-sms/pom.xml b/extensions-jvm/cm-sms/pom.xml
index cd2b461..b36954e 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 82e9917..c4ff89f 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/cmis/deployment/pom.xml b/extensions-jvm/cmis/deployment/pom.xml
index 789bb16..abe96b9 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/cmis/pom.xml b/extensions-jvm/cmis/pom.xml
index d2a6868..0cd8a22 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/cmis/runtime/pom.xml b/extensions-jvm/cmis/runtime/pom.xml
index 86b9da5..5281731 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/coap/deployment/pom.xml b/extensions-jvm/coap/deployment/pom.xml
index 9bf556e..b5d82c5 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/coap/pom.xml b/extensions-jvm/coap/pom.xml
index 83630c6..3e0b20e 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/coap/runtime/pom.xml b/extensions-jvm/coap/runtime/pom.xml
index e2787f0..5aec37e 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/cometd/deployment/pom.xml b/extensions-jvm/cometd/deployment/pom.xml
index 3953905..6f8e63b 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/cometd/pom.xml b/extensions-jvm/cometd/pom.xml
index 91f547e..fe256cf 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/cometd/runtime/pom.xml b/extensions-jvm/cometd/runtime/pom.xml
index 463795f..5a780e8 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/corda/deployment/pom.xml b/extensions-jvm/corda/deployment/pom.xml
index 2a28345..b41e185 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/corda/pom.xml b/extensions-jvm/corda/pom.xml
index 07d2fcb..4bfac14 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/corda/runtime/pom.xml b/extensions-jvm/corda/runtime/pom.xml
index 2920cf3..b2f2378 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/couchbase/deployment/pom.xml b/extensions-jvm/couchbase/deployment/pom.xml
index ebe36d0..ef2d938 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/couchbase/pom.xml b/extensions-jvm/couchbase/pom.xml
index e412d9e..cba4646 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/couchbase/runtime/pom.xml b/extensions-jvm/couchbase/runtime/pom.xml
index 1fe1002..3ec7c2d 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/debug/deployment/pom.xml b/extensions-jvm/debug/deployment/pom.xml
index da8acd0..03f0d72 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/debug/pom.xml b/extensions-jvm/debug/pom.xml
index c8b3a79..eb7d7f3 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/debug/runtime/pom.xml b/extensions-jvm/debug/runtime/pom.xml
index 690946f..ff610be 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/djl/deployment/pom.xml b/extensions-jvm/djl/deployment/pom.xml
index 669c089..37b7260 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/djl/pom.xml b/extensions-jvm/djl/pom.xml
index 4a0dc4b..2475355 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/djl/runtime/pom.xml b/extensions-jvm/djl/runtime/pom.xml
index 7a67254..87e5621 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/dns/deployment/pom.xml b/extensions-jvm/dns/deployment/pom.xml
index 29b93bb..e52ba69 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/dns/pom.xml b/extensions-jvm/dns/pom.xml
index 85c41b2..a6a1554 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/dns/runtime/pom.xml b/extensions-jvm/dns/runtime/pom.xml
index de0de73..aa253bf 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/drill/deployment/pom.xml b/extensions-jvm/drill/deployment/pom.xml
index 3041295..0d862e0 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/drill/pom.xml b/extensions-jvm/drill/pom.xml
index 0b62479..881a314 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/drill/runtime/pom.xml b/extensions-jvm/drill/runtime/pom.xml
index f505d78..9c3a32e 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/ehcache/deployment/pom.xml b/extensions-jvm/ehcache/deployment/pom.xml
index 1d79407..c6218cd 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/ehcache/pom.xml b/extensions-jvm/ehcache/pom.xml
index 0ec2652..7ad437e 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/ehcache/runtime/pom.xml b/extensions-jvm/ehcache/runtime/pom.xml
index 2ff0b7c..29912a9 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/etcd3/deployment/pom.xml b/extensions-jvm/etcd3/deployment/pom.xml
index 4392d54..e439b0a 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/etcd3/pom.xml b/extensions-jvm/etcd3/pom.xml
index 8402cda..c950719 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/etcd3/runtime/pom.xml b/extensions-jvm/etcd3/runtime/pom.xml
index b5d774e..8530a76 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/facebook/deployment/pom.xml b/extensions-jvm/facebook/deployment/pom.xml
index 8814e74..9ba1d00 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/facebook/pom.xml b/extensions-jvm/facebook/pom.xml
index d7bfdc4..2cd4a7e 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/facebook/runtime/pom.xml b/extensions-jvm/facebook/runtime/pom.xml
index a979f87..08149a9 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/fastjson/deployment/pom.xml b/extensions-jvm/fastjson/deployment/pom.xml
index d87aa8f..67b36fb 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/fastjson/pom.xml b/extensions-jvm/fastjson/pom.xml
index 8c676c1..fc2ac37 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/fastjson/runtime/pom.xml b/extensions-jvm/fastjson/runtime/pom.xml
index 29d452a..d5024a0 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/flink/deployment/pom.xml b/extensions-jvm/flink/deployment/pom.xml
index 668f9e1..4945d48 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/flink/pom.xml b/extensions-jvm/flink/pom.xml
index 0bde6b4..8f84c77 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/flink/runtime/pom.xml b/extensions-jvm/flink/runtime/pom.xml
index 15dd76a..af18baa 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 affed01..076f5c6 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/google-functions/pom.xml b/extensions-jvm/google-functions/pom.xml
index 5fac4b2..9a806aa 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 656cafe..93b9d66 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 14303bf..5d0d140 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 b0c28b3..2766dc0 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 943c928..c17010f 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 884d609..976ab3e 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/groovy-dsl/pom.xml b/extensions-jvm/groovy-dsl/pom.xml
index fd1542b..c7c81e0 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 51add22..401e033 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/groovy/deployment/pom.xml b/extensions-jvm/groovy/deployment/pom.xml
index ddaa7e7..0841e1c 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/groovy/pom.xml b/extensions-jvm/groovy/pom.xml
index 25237c8..d502eaa 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/groovy/runtime/pom.xml b/extensions-jvm/groovy/runtime/pom.xml
index 6d4ecd7..4c4378b 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 64f3356..547670c 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/guava-eventbus/pom.xml b/extensions-jvm/guava-eventbus/pom.xml
index 5c8df8f..a69e16a 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 b3f2a6a..656a4a6 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 f4d89e1..337d546 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/hashicorp-vault/pom.xml b/extensions-jvm/hashicorp-vault/pom.xml
index fe2a6bf..42b5a0a 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 d7f11ae..70aae76 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/hbase/deployment/pom.xml b/extensions-jvm/hbase/deployment/pom.xml
index 0955625..cbd86f8 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/hbase/pom.xml b/extensions-jvm/hbase/pom.xml
index 3ac65ca..52512f7 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/hbase/runtime/pom.xml b/extensions-jvm/hbase/runtime/pom.xml
index b4f788a..415de98 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/hdfs/deployment/pom.xml b/extensions-jvm/hdfs/deployment/pom.xml
index 35699a5..96e2d37 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/hdfs/pom.xml b/extensions-jvm/hdfs/pom.xml
index d78d4dd..84881f8 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/hdfs/runtime/pom.xml b/extensions-jvm/hdfs/runtime/pom.xml
index 7994d40..155a666 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 f6c2e33..4550761 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/huaweicloud-smn/pom.xml b/extensions-jvm/huaweicloud-smn/pom.xml
index dfae01f..44eaf55 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 b1ed9cc..97fac9b 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/iec60870/deployment/pom.xml b/extensions-jvm/iec60870/deployment/pom.xml
index a1e3661..1e88c9f 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/iec60870/pom.xml b/extensions-jvm/iec60870/pom.xml
index 60debd6..5e816db 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/iec60870/runtime/pom.xml b/extensions-jvm/iec60870/runtime/pom.xml
index 9cb94d0..128da1d 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/ignite/deployment/pom.xml b/extensions-jvm/ignite/deployment/pom.xml
index bf2782e..c2036c3 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/ignite/pom.xml b/extensions-jvm/ignite/pom.xml
index 0b11b06..05dfa20 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/ignite/runtime/pom.xml b/extensions-jvm/ignite/runtime/pom.xml
index 238fd4b..65b7a1a 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/iota/deployment/pom.xml b/extensions-jvm/iota/deployment/pom.xml
index c6a7313..7e0ee96 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/iota/pom.xml b/extensions-jvm/iota/pom.xml
index f87f96d..e950056 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/iota/runtime/pom.xml b/extensions-jvm/iota/runtime/pom.xml
index 73598ed..3533ae2 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/irc/deployment/pom.xml b/extensions-jvm/irc/deployment/pom.xml
index fccf340..0f4095a 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/irc/pom.xml b/extensions-jvm/irc/pom.xml
index 658488e..fe65fa7 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/irc/runtime/pom.xml b/extensions-jvm/irc/runtime/pom.xml
index 6afa268..545c98e 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/jasypt/deployment/pom.xml b/extensions-jvm/jasypt/deployment/pom.xml
index f310c87..2551736 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/jasypt/pom.xml b/extensions-jvm/jasypt/pom.xml
index 8683b48..bbb7401 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/jasypt/runtime/pom.xml b/extensions-jvm/jasypt/runtime/pom.xml
index 9d05532..65be64a 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 f63e64d..d665ad6 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 c57e734..d800c3e 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 0ca2767..89d2a73 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/jbpm/deployment/pom.xml b/extensions-jvm/jbpm/deployment/pom.xml
index c696cf5..a34306a 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/jbpm/pom.xml b/extensions-jvm/jbpm/pom.xml
index 5025453..5f4b9b4 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/jbpm/runtime/pom.xml b/extensions-jvm/jbpm/runtime/pom.xml
index 18c7f3a..15e2e9c 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/jclouds/deployment/pom.xml b/extensions-jvm/jclouds/deployment/pom.xml
index def0acf..e941310 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/jclouds/pom.xml b/extensions-jvm/jclouds/pom.xml
index 1a8492a..ab20001 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/jclouds/runtime/pom.xml b/extensions-jvm/jclouds/runtime/pom.xml
index 37e264f..a735728 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/jcr/deployment/pom.xml b/extensions-jvm/jcr/deployment/pom.xml
index 9c1ee8b..7eb6a7b 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/jcr/pom.xml b/extensions-jvm/jcr/pom.xml
index 1312177..0a4abe1 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/jcr/runtime/pom.xml b/extensions-jvm/jcr/runtime/pom.xml
index 2fbbe8d..0ec2ce9 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 1889d76..c346d3c 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/jgroups-raft/pom.xml b/extensions-jvm/jgroups-raft/pom.xml
index 70400e9..9ba4f3e 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 3db82e3..915a53f 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/jgroups/deployment/pom.xml b/extensions-jvm/jgroups/deployment/pom.xml
index 051eec3..d65466f 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/jgroups/pom.xml b/extensions-jvm/jgroups/pom.xml
index 39fe45a..d156536 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/jgroups/runtime/pom.xml b/extensions-jvm/jgroups/runtime/pom.xml
index 2209bed..241be42 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/jooq/deployment/pom.xml b/extensions-jvm/jooq/deployment/pom.xml
index 34b4d1c..595977e 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/jooq/pom.xml b/extensions-jvm/jooq/pom.xml
index c4055a4..c3652ed 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/jooq/runtime/pom.xml b/extensions-jvm/jooq/runtime/pom.xml
index 72d0eb9..6dcc349 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/joor/deployment/pom.xml b/extensions-jvm/joor/deployment/pom.xml
index fb064b0..34b0648 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/joor/pom.xml b/extensions-jvm/joor/pom.xml
index b9b9e29..20eec21 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/joor/runtime/pom.xml b/extensions-jvm/joor/runtime/pom.xml
index b693091..2445a4d 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 3ec6e2f..994f97c 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/json-patch/pom.xml b/extensions-jvm/json-patch/pom.xml
index a20ff13..fc52e79 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 e11b26c..37c4eb0 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/jsonapi/deployment/pom.xml b/extensions-jvm/jsonapi/deployment/pom.xml
index 4416742..2d535ec 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/jsonapi/pom.xml b/extensions-jvm/jsonapi/pom.xml
index 8dcba1a..484e956 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/jsonapi/runtime/pom.xml b/extensions-jvm/jsonapi/runtime/pom.xml
index d16c07a..ee00b39 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/jt400/deployment/pom.xml b/extensions-jvm/jt400/deployment/pom.xml
index ab1cf20..f8d54c6 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/jt400/pom.xml b/extensions-jvm/jt400/pom.xml
index 3a91e30..a699a6b 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/jt400/runtime/pom.xml b/extensions-jvm/jt400/runtime/pom.xml
index a363c76..78b01aa 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 35c62f9..62aed94 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/kotlin-dsl/pom.xml b/extensions-jvm/kotlin-dsl/pom.xml
index ea6190c..239a3b8 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 e28119e..5ca58b2 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/ldap/deployment/pom.xml b/extensions-jvm/ldap/deployment/pom.xml
index 96cc7f4..2cc0ab8 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/ldap/pom.xml b/extensions-jvm/ldap/pom.xml
index 8416335..fcc7cc9 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/ldap/runtime/pom.xml b/extensions-jvm/ldap/runtime/pom.xml
index 8127fed..7e471d4 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/ldif/deployment/pom.xml b/extensions-jvm/ldif/deployment/pom.xml
index 4f82261..c5b72c6 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/ldif/pom.xml b/extensions-jvm/ldif/pom.xml
index e61c750..fc3b0d7 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/ldif/runtime/pom.xml b/extensions-jvm/ldif/runtime/pom.xml
index 6191929..ddb0a0c 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/lucene/deployment/pom.xml b/extensions-jvm/lucene/deployment/pom.xml
index 0579a5f..8a953ee 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/lucene/pom.xml b/extensions-jvm/lucene/pom.xml
index d1d8d6a..83a3763 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/lucene/runtime/pom.xml b/extensions-jvm/lucene/runtime/pom.xml
index 6264ade..6b2f0e6 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/management/deployment/pom.xml b/extensions-jvm/management/deployment/pom.xml
index af62819..0681569 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/management/pom.xml b/extensions-jvm/management/pom.xml
index 8852274..9da74d2 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/management/runtime/pom.xml b/extensions-jvm/management/runtime/pom.xml
index 9ac8a2e..1ff8712 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/milo/deployment/pom.xml b/extensions-jvm/milo/deployment/pom.xml
index 53cf3f7..61463cb 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/milo/pom.xml b/extensions-jvm/milo/pom.xml
index 51ba295..91cb7b9 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/milo/runtime/pom.xml b/extensions-jvm/milo/runtime/pom.xml
index ee57585..8901110 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/mvel/deployment/pom.xml b/extensions-jvm/mvel/deployment/pom.xml
index da3281e..b784bd3 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/mvel/pom.xml b/extensions-jvm/mvel/pom.xml
index 27e23e1..d2dda32 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/mvel/runtime/pom.xml b/extensions-jvm/mvel/runtime/pom.xml
index f0c95fe..6e3d358 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/ognl/deployment/pom.xml b/extensions-jvm/ognl/deployment/pom.xml
index 31bd02c..53b8fc2 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/ognl/pom.xml b/extensions-jvm/ognl/pom.xml
index 81aa9eb..5fefa14 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/ognl/runtime/pom.xml b/extensions-jvm/ognl/runtime/pom.xml
index 8cfad6a..3430632 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/pom.xml b/extensions-jvm/pom.xml
index 2817222..b4164e5 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 0554060..47d68b6 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/printer/pom.xml b/extensions-jvm/printer/pom.xml
index 399483a..e927358 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/printer/runtime/pom.xml b/extensions-jvm/printer/runtime/pom.xml
index 2bd8074..e1bc3ef 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/pulsar/deployment/pom.xml b/extensions-jvm/pulsar/deployment/pom.xml
index 22916f7..c17c651 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/pulsar/pom.xml b/extensions-jvm/pulsar/pom.xml
index 05e63e5..b661601 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/pulsar/runtime/pom.xml b/extensions-jvm/pulsar/runtime/pom.xml
index 39aa140..0937c50 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/quickfix/deployment/pom.xml b/extensions-jvm/quickfix/deployment/pom.xml
index 68fc6b5..ab82e42 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/quickfix/pom.xml b/extensions-jvm/quickfix/pom.xml
index 419f81e..7adac7c 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/quickfix/runtime/pom.xml b/extensions-jvm/quickfix/runtime/pom.xml
index 1c11cff..1924733 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/redis/deployment/pom.xml b/extensions-jvm/redis/deployment/pom.xml
index 1e428af..42546fe 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/redis/pom.xml b/extensions-jvm/redis/pom.xml
index f91e1e5..af3592a 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/redis/runtime/pom.xml b/extensions-jvm/redis/runtime/pom.xml
index 7156fc3..dd30bf1 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/robotframework/deployment/pom.xml b/extensions-jvm/robotframework/deployment/pom.xml
index 5cce2b0..dbc8675 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/robotframework/pom.xml b/extensions-jvm/robotframework/pom.xml
index ed53c01..70323a1 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/robotframework/runtime/pom.xml b/extensions-jvm/robotframework/runtime/pom.xml
index 2f46ae4..1068b35 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/schematron/deployment/pom.xml b/extensions-jvm/schematron/deployment/pom.xml
index 9aa47e2..e202bf1 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/schematron/pom.xml b/extensions-jvm/schematron/pom.xml
index 907f7d0..b4bb1cf 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/schematron/runtime/pom.xml b/extensions-jvm/schematron/runtime/pom.xml
index 19cca71..530ae07 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/smpp/deployment/pom.xml b/extensions-jvm/smpp/deployment/pom.xml
index 1b39c60..292f557 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/smpp/pom.xml b/extensions-jvm/smpp/pom.xml
index 39742b4..d4275dc 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/smpp/runtime/pom.xml b/extensions-jvm/smpp/runtime/pom.xml
index cbe35f1..643bc0f 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/snmp/deployment/pom.xml b/extensions-jvm/snmp/deployment/pom.xml
index a3f9e21..55c46ba 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/snmp/pom.xml b/extensions-jvm/snmp/pom.xml
index 0f437cf..45b2d6f 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/snmp/runtime/pom.xml b/extensions-jvm/snmp/runtime/pom.xml
index ccaeb87..536b3cb 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 7429f79..0de828c 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/splunk-hec/pom.xml b/extensions-jvm/splunk-hec/pom.xml
index 07465af..1e826f0 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 3be3bc3..cbcd746 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/stitch/deployment/pom.xml b/extensions-jvm/stitch/deployment/pom.xml
index 1c0c20e..fa97c96 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/stitch/pom.xml b/extensions-jvm/stitch/pom.xml
index 11ffa27..1048884 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/stitch/runtime/pom.xml b/extensions-jvm/stitch/runtime/pom.xml
index 0c450d2..e146d10 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/stomp/deployment/pom.xml b/extensions-jvm/stomp/deployment/pom.xml
index c257227..41bf4b6 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/stomp/pom.xml b/extensions-jvm/stomp/pom.xml
index 0378099..69e4c6d 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/stomp/runtime/pom.xml b/extensions-jvm/stomp/runtime/pom.xml
index 3f74935..7a46b8d 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/stub/deployment/pom.xml b/extensions-jvm/stub/deployment/pom.xml
index 0fe892b..f88c65d 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/stub/pom.xml b/extensions-jvm/stub/pom.xml
index 1283baf..e27b338 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/stub/runtime/pom.xml b/extensions-jvm/stub/runtime/pom.xml
index 342957d..b7b9e6a 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/thrift/deployment/pom.xml b/extensions-jvm/thrift/deployment/pom.xml
index 2efc354..f1d772e 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/thrift/pom.xml b/extensions-jvm/thrift/pom.xml
index 283bfd9..d68b257 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/thrift/runtime/pom.xml b/extensions-jvm/thrift/runtime/pom.xml
index 56cee01..6a1e0a9 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/web3j/deployment/pom.xml b/extensions-jvm/web3j/deployment/pom.xml
index b64bfdb..14e00a5 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/web3j/pom.xml b/extensions-jvm/web3j/pom.xml
index 52285aa..563969d 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/web3j/runtime/pom.xml b/extensions-jvm/web3j/runtime/pom.xml
index 2daf323..c7ef710 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/wordpress/deployment/pom.xml b/extensions-jvm/wordpress/deployment/pom.xml
index 1fca67d..699a99c 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/wordpress/pom.xml b/extensions-jvm/wordpress/pom.xml
index 782cc6d..74f6449 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/wordpress/runtime/pom.xml b/extensions-jvm/wordpress/runtime/pom.xml
index 176c196..e348b1a 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/workday/deployment/pom.xml b/extensions-jvm/workday/deployment/pom.xml
index 5ea018c..9a38ca7 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/workday/pom.xml b/extensions-jvm/workday/pom.xml
index fe479bd..fbc18df 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/workday/runtime/pom.xml b/extensions-jvm/workday/runtime/pom.xml
index 137a08d..67ae729 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/xj/deployment/pom.xml b/extensions-jvm/xj/deployment/pom.xml
index 54cefa7..288d8ff 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/xj/pom.xml b/extensions-jvm/xj/pom.xml
index 2a3ef48..f4a8dde 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/xj/runtime/pom.xml b/extensions-jvm/xj/runtime/pom.xml
index e3e1903..60b7dfb 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/xmpp/deployment/pom.xml b/extensions-jvm/xmpp/deployment/pom.xml
index c434a6e..e93944b 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/xmpp/pom.xml b/extensions-jvm/xmpp/pom.xml
index bab4489..b4b5a32 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/xmpp/runtime/pom.xml b/extensions-jvm/xmpp/runtime/pom.xml
index 4b9e4af..a64318f 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 e1d0142..e7b7ee0 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/xslt-saxon/pom.xml b/extensions-jvm/xslt-saxon/pom.xml
index ec82bbd..4fff14a 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 a9da5ad..02adcad 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 d427331..7cb5ab0 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/zookeeper-master/pom.xml b/extensions-jvm/zookeeper-master/pom.xml
index 0d85a4e..f120016 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 edce01d..7b9774d 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/zookeeper/deployment/pom.xml b/extensions-jvm/zookeeper/deployment/pom.xml
index 26c3eda..e61f629 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/zookeeper/pom.xml b/extensions-jvm/zookeeper/pom.xml
index 6e31ad8..04793ad 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-jvm/zookeeper/runtime/pom.xml b/extensions-jvm/zookeeper/runtime/pom.xml
index 0487822..14ae9fe 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-support/ahc/deployment/pom.xml b/extensions-support/ahc/deployment/pom.xml
index d457c00..a8712a5 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-support/ahc/pom.xml b/extensions-support/ahc/pom.xml
index dbd6da4..0245dcb 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-support/ahc/runtime/pom.xml b/extensions-support/ahc/runtime/pom.xml
index 6d63252..79c7b6a 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-support/aws/deployment/pom.xml b/extensions-support/aws/deployment/pom.xml
index 5a9870d..1445a7b 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 b2ef743..7ff62a0 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-support/aws/runtime/pom.xml b/extensions-support/aws/runtime/pom.xml
index 0add09c..e428888 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 c2a0c8a..ed931f3 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 0a3bfc7..5475e92 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-support/aws2/runtime/pom.xml b/extensions-support/aws2/runtime/pom.xml
index 9f07fe1..53626a4 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 d317afc..a68a611 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 c2a2965..e1c7e3c 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 9e9ed10..73a60d5 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 bf778f5..97de3e7 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-support/azure-core/pom.xml b/extensions-support/azure-core/pom.xml
index 2686ff3..4a4534c 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 97be8b6..8bc3fb6 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-support/bouncycastle/deployment/pom.xml b/extensions-support/bouncycastle/deployment/pom.xml
index f0328f9..2089e25 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-support/bouncycastle/pom.xml b/extensions-support/bouncycastle/pom.xml
index dcc6f1d..64b3a9a 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-support/bouncycastle/runtime/pom.xml b/extensions-support/bouncycastle/runtime/pom.xml
index c7aaeb3..cf68ec3 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 d14f4c3..46eb192 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 80b6975..2b0424d 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 b45b42a..9450a18 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 ae2cc70..fdf180d 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 27ebc04..ea88f63 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 baf76f1..0b5de4f 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 e5dbcb0..5e65f0a 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-support/debezium/pom.xml b/extensions-support/debezium/pom.xml
index cffee97..e49cef1 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-support/debezium/runtime/pom.xml b/extensions-support/debezium/runtime/pom.xml
index 8107c50..7b8a9af 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 e6e8f74..05b2f34 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 f79e6f4..4e0a2a5 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 c87a17b..42e7306 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 3d24db3..edad20c 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 82ad531..0be3ad0 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 c41931e..2541976 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-support/httpclient/deployment/pom.xml b/extensions-support/httpclient/deployment/pom.xml
index cbf1784..9e7df60 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/extensions-support/httpclient/pom.xml b/extensions-support/httpclient/pom.xml
index 0d8a959..1ebf442 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-support/httpclient/runtime/pom.xml b/extensions-support/httpclient/runtime/pom.xml
index ab6b714..5fc3296 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 451eb0b..24a0b70 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 e233e30..932a297 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 02944a6..efe6719 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 6e7c19a..29e7c29 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/extensions-support/jdbc/pom.xml b/extensions-support/jdbc/pom.xml
index d73c3b1..0a4f5d4 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-support/jdbc/runtime/pom.xml b/extensions-support/jdbc/runtime/pom.xml
index e5845dd..e0338a4 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 9724e3c..2a7c3ba 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/extensions-support/jetty/pom.xml b/extensions-support/jetty/pom.xml
index 83ff0c1..a2e5878 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-support/jetty/runtime/pom.xml b/extensions-support/jetty/runtime/pom.xml
index 57e3eed..81d81d8 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 c318a3e..271bf48 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-support/mail/pom.xml b/extensions-support/mail/pom.xml
index 45b56a2..d926d1d 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-support/mail/runtime/pom.xml b/extensions-support/mail/runtime/pom.xml
index e0aa40c..0d37b5b 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-support/mongodb/deployment/pom.xml b/extensions-support/mongodb/deployment/pom.xml
index 441eff0..bb94729 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-support/mongodb/pom.xml b/extensions-support/mongodb/pom.xml
index 137a0f1..d97f5e7 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-support/mongodb/runtime/pom.xml b/extensions-support/mongodb/runtime/pom.xml
index d834e9a..aa46d80 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-support/pom.xml b/extensions-support/pom.xml
index 28ac6cb..035abfe 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 12799e4..3f1410f 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-support/reactor-netty/pom.xml b/extensions-support/reactor-netty/pom.xml
index 80c654f..2904c7f 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 017fd07..b036cb3 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-support/retrofit/deployment/pom.xml b/extensions-support/retrofit/deployment/pom.xml
index 92ce8b3..7947e94 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/extensions-support/retrofit/pom.xml b/extensions-support/retrofit/pom.xml
index ca47b16..a96fe73 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-support/retrofit/runtime/pom.xml b/extensions-support/retrofit/runtime/pom.xml
index 8dafc76..e8cb733 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 0ddfe40..fbc3c77 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 a0ec5fb..e4ba6df 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 c008e0a..c6949dd 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 6e09400..9ad560c 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 369b05c..abb636e 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.13.0-SNAPSHOT</version>
+    <version>2.13.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 0decb17..34943bb 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-support/spring/runtime/pom.xml b/extensions-support/spring/runtime/pom.xml
index 8aeff26..d403b14 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 60d80cb..540597f 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/extensions-support/stax/pom.xml b/extensions-support/stax/pom.xml
index b3d6438..2d0956d 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-support/stax/runtime/pom.xml b/extensions-support/stax/runtime/pom.xml
index 38f37fc..cfd14ef 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 f620a0e..c4dc234 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-support/webhook/pom.xml b/extensions-support/webhook/pom.xml
index 66848bb..1a38715 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-support/webhook/runtime/pom.xml b/extensions-support/webhook/runtime/pom.xml
index 3f11017..02ad544 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-support/xalan/deployment/pom.xml b/extensions-support/xalan/deployment/pom.xml
index b24c7f5..ddf5e71 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/extensions-support/xalan/pom.xml b/extensions-support/xalan/pom.xml
index 5c7c4d0..0f3d7ef 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-support/xalan/runtime/pom.xml b/extensions-support/xalan/runtime/pom.xml
index c29cca3..9deeb45 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 a1dfbd7..519424a 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/extensions-support/xstream/pom.xml b/extensions-support/xstream/pom.xml
index 919a563..8274741 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions-support/xstream/runtime/pom.xml b/extensions-support/xstream/runtime/pom.xml
index 4c86820..5a85275 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/extensions/activemq/deployment/pom.xml b/extensions/activemq/deployment/pom.xml
index b15c9b9..b8d7d6e 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/activemq/pom.xml b/extensions/activemq/pom.xml
index fbac5e1..3eb1b98 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/activemq/runtime/pom.xml b/extensions/activemq/runtime/pom.xml
index 1cd8805..2d228a5 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/amqp/deployment/pom.xml b/extensions/amqp/deployment/pom.xml
index d2fa63f..5285bdf 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/amqp/pom.xml b/extensions/amqp/pom.xml
index fc96d3b..45d4963 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/amqp/runtime/pom.xml b/extensions/amqp/runtime/pom.xml
index 1d54841..fdc8ae3 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/arangodb/deployment/pom.xml b/extensions/arangodb/deployment/pom.xml
index e902f6a..04bb93f 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/arangodb/pom.xml b/extensions/arangodb/pom.xml
index fc19dbb..b44bcab 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/arangodb/runtime/pom.xml b/extensions/arangodb/runtime/pom.xml
index 4f78b29..3ba6828 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/as2/deployment/pom.xml b/extensions/as2/deployment/pom.xml
index d060cc0..59b32dc 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/as2/pom.xml b/extensions/as2/pom.xml
index 7b2ce76..8e1b211 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/as2/runtime/pom.xml b/extensions/as2/runtime/pom.xml
index 1128ae9..42e98c5 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/atlasmap/deployment/pom.xml b/extensions/atlasmap/deployment/pom.xml
index a95bc3f..eafb670 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/atlasmap/pom.xml b/extensions/atlasmap/pom.xml
index 5efa618..c5c12b7 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/atlasmap/runtime/pom.xml b/extensions/atlasmap/runtime/pom.xml
index fd23fc9..1f68758 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/atom/deployment/pom.xml b/extensions/atom/deployment/pom.xml
index f460e5a..1336429 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/atom/pom.xml b/extensions/atom/pom.xml
index d14e8d2..dfe4c75 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/atom/runtime/pom.xml b/extensions/atom/runtime/pom.xml
index 9f42490..1171498 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/attachments/deployment/pom.xml b/extensions/attachments/deployment/pom.xml
index a9e72a8..e69db89 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/attachments/pom.xml b/extensions/attachments/pom.xml
index f1ce7c6..fbb46c6 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/attachments/runtime/pom.xml b/extensions/attachments/runtime/pom.xml
index 2260d1a..1d88f34 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/avro-rpc/deployment/pom.xml b/extensions/avro-rpc/deployment/pom.xml
index 21ada63..0179d00 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/avro-rpc/pom.xml b/extensions/avro-rpc/pom.xml
index 17f2cc8..50feb03 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/avro-rpc/runtime/pom.xml b/extensions/avro-rpc/runtime/pom.xml
index 5c47032..39168e5 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/avro/deployment/pom.xml b/extensions/avro/deployment/pom.xml
index 4f06d80..c78eca9 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/avro/pom.xml b/extensions/avro/pom.xml
index 0a4e970..24244c3 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/avro/runtime/pom.xml b/extensions/avro/runtime/pom.xml
index 225383e..de7635e 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/aws2-athena/deployment/pom.xml b/extensions/aws2-athena/deployment/pom.xml
index 47cc944..3d90a42 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/aws2-athena/pom.xml b/extensions/aws2-athena/pom.xml
index b5010fe..4686c4b 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/aws2-athena/runtime/pom.xml b/extensions/aws2-athena/runtime/pom.xml
index 3cb59fcb..1e7a4c5 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/aws2-cw/deployment/pom.xml b/extensions/aws2-cw/deployment/pom.xml
index e49199e..da085a8 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/aws2-cw/pom.xml b/extensions/aws2-cw/pom.xml
index 95ecc77..526713c 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/aws2-cw/runtime/pom.xml b/extensions/aws2-cw/runtime/pom.xml
index 7601d26..03b555b 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/aws2-ddb/deployment/pom.xml b/extensions/aws2-ddb/deployment/pom.xml
index f7eb0c9..093704c 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/aws2-ddb/pom.xml b/extensions/aws2-ddb/pom.xml
index c2af7ed..c08bb2d 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/aws2-ddb/runtime/pom.xml b/extensions/aws2-ddb/runtime/pom.xml
index 3bfb5a1..d3a5812 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/aws2-ec2/deployment/pom.xml b/extensions/aws2-ec2/deployment/pom.xml
index 99a6ea5..011edcf 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/aws2-ec2/pom.xml b/extensions/aws2-ec2/pom.xml
index 51d37e0..e9e27f5 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/aws2-ec2/runtime/pom.xml b/extensions/aws2-ec2/runtime/pom.xml
index 57b4269..94a58a4 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/aws2-ecs/deployment/pom.xml b/extensions/aws2-ecs/deployment/pom.xml
index 3c45af2..0a56e2b 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/aws2-ecs/pom.xml b/extensions/aws2-ecs/pom.xml
index 51d5551..846be33 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/aws2-ecs/runtime/pom.xml b/extensions/aws2-ecs/runtime/pom.xml
index 562829a..97ae3d1 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/aws2-eks/deployment/pom.xml b/extensions/aws2-eks/deployment/pom.xml
index 9bd1d3e..35c574e 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/aws2-eks/pom.xml b/extensions/aws2-eks/pom.xml
index e08e829..d9adc1b 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/aws2-eks/runtime/pom.xml b/extensions/aws2-eks/runtime/pom.xml
index ad495bc..83c9b7a 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/aws2-eventbridge/deployment/pom.xml b/extensions/aws2-eventbridge/deployment/pom.xml
index 73a4ea0..9f526d9 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/aws2-eventbridge/pom.xml b/extensions/aws2-eventbridge/pom.xml
index b8800de..92b8353 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/aws2-eventbridge/runtime/pom.xml b/extensions/aws2-eventbridge/runtime/pom.xml
index 7f0d485..7154df9 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/aws2-iam/deployment/pom.xml b/extensions/aws2-iam/deployment/pom.xml
index 80d2c36..026170d 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/aws2-iam/pom.xml b/extensions/aws2-iam/pom.xml
index 8b46c38..6435a33 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/aws2-iam/runtime/pom.xml b/extensions/aws2-iam/runtime/pom.xml
index ee1daf8..ea1aa42 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/aws2-kinesis/deployment/pom.xml b/extensions/aws2-kinesis/deployment/pom.xml
index 1cc9955..daf0756 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/aws2-kinesis/pom.xml b/extensions/aws2-kinesis/pom.xml
index aff22e3..b9fbab9 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/aws2-kinesis/runtime/pom.xml b/extensions/aws2-kinesis/runtime/pom.xml
index e786920..b9bcf24 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/aws2-kms/deployment/pom.xml b/extensions/aws2-kms/deployment/pom.xml
index 29b439c..ca0f9b4 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/aws2-kms/pom.xml b/extensions/aws2-kms/pom.xml
index 25e9c4d..4b485d2 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/aws2-kms/runtime/pom.xml b/extensions/aws2-kms/runtime/pom.xml
index cf64384..65db707 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/aws2-lambda/deployment/pom.xml b/extensions/aws2-lambda/deployment/pom.xml
index ef2afc7..9b56060 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/aws2-lambda/pom.xml b/extensions/aws2-lambda/pom.xml
index b054fdd..274f5d5 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/aws2-lambda/runtime/pom.xml b/extensions/aws2-lambda/runtime/pom.xml
index 6f7ebc3..7082944 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/aws2-mq/deployment/pom.xml b/extensions/aws2-mq/deployment/pom.xml
index 2c8803a..380dbc4 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/aws2-mq/pom.xml b/extensions/aws2-mq/pom.xml
index c726efd..4a92222 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/aws2-mq/runtime/pom.xml b/extensions/aws2-mq/runtime/pom.xml
index 1299ae6..8a157d2 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/aws2-msk/deployment/pom.xml b/extensions/aws2-msk/deployment/pom.xml
index f788988..242e58d 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/aws2-msk/pom.xml b/extensions/aws2-msk/pom.xml
index 21ac723..3e162dd 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/aws2-msk/runtime/pom.xml b/extensions/aws2-msk/runtime/pom.xml
index 1c517ab..5d1d863 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/aws2-s3/deployment/pom.xml b/extensions/aws2-s3/deployment/pom.xml
index 3577ada..7ba90aa 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/aws2-s3/pom.xml b/extensions/aws2-s3/pom.xml
index 389fa6f..9cb631d 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/aws2-s3/runtime/pom.xml b/extensions/aws2-s3/runtime/pom.xml
index 441ce14..50c5878 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/aws2-ses/deployment/pom.xml b/extensions/aws2-ses/deployment/pom.xml
index 0c6bf20..0c60149 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/aws2-ses/pom.xml b/extensions/aws2-ses/pom.xml
index 7dc5046..036dcde 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/aws2-ses/runtime/pom.xml b/extensions/aws2-ses/runtime/pom.xml
index f705736..be71136 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/aws2-sns/deployment/pom.xml b/extensions/aws2-sns/deployment/pom.xml
index 6165ef8..b406da7 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/aws2-sns/pom.xml b/extensions/aws2-sns/pom.xml
index afddc1f..7eb9cad 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/aws2-sns/runtime/pom.xml b/extensions/aws2-sns/runtime/pom.xml
index 2037b35..147e43a 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/aws2-sqs/deployment/pom.xml b/extensions/aws2-sqs/deployment/pom.xml
index 37021c7..217a749 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/aws2-sqs/pom.xml b/extensions/aws2-sqs/pom.xml
index fc7f231..a37e650 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/aws2-sqs/runtime/pom.xml b/extensions/aws2-sqs/runtime/pom.xml
index e5e97f9..1d22e9d 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/aws2-sts/deployment/pom.xml b/extensions/aws2-sts/deployment/pom.xml
index b54ab17..6b92376 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/aws2-sts/pom.xml b/extensions/aws2-sts/pom.xml
index 6eba9c4..b68ffc3 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/aws2-sts/runtime/pom.xml b/extensions/aws2-sts/runtime/pom.xml
index 04e189d..a54d0c7 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/aws2-translate/deployment/pom.xml b/extensions/aws2-translate/deployment/pom.xml
index 08d8dc9..da9a8ef 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/aws2-translate/pom.xml b/extensions/aws2-translate/pom.xml
index 004ad27..c3a7178 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/aws2-translate/runtime/pom.xml b/extensions/aws2-translate/runtime/pom.xml
index a15883d..6217c09 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/azure-eventhubs/deployment/pom.xml b/extensions/azure-eventhubs/deployment/pom.xml
index 85b64ba..4b9038a 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/azure-eventhubs/pom.xml b/extensions/azure-eventhubs/pom.xml
index a3b52f4..67da6b7 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/azure-eventhubs/runtime/pom.xml b/extensions/azure-eventhubs/runtime/pom.xml
index 576a7f1..c69c95c 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 2cc18bf..add2287 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/azure-storage-blob/pom.xml b/extensions/azure-storage-blob/pom.xml
index 23b0f8c..b32d541 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 55ce107..c66eae0 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 40613fb..b8fa661 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/azure-storage-queue/pom.xml b/extensions/azure-storage-queue/pom.xml
index ffaa7ef..77c2fe3 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 3b4a705..e6d0b80 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/base64/deployment/pom.xml b/extensions/base64/deployment/pom.xml
index aa50648..89e6c90 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/base64/pom.xml b/extensions/base64/pom.xml
index b0b8d06..55c31eb 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/base64/runtime/pom.xml b/extensions/base64/runtime/pom.xml
index 007c94a..e95c811 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/bean-validator/deployment/pom.xml b/extensions/bean-validator/deployment/pom.xml
index 85f9a76..48346cc 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/bean-validator/pom.xml b/extensions/bean-validator/pom.xml
index 6d94b6b..bea06c2 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/bean-validator/runtime/pom.xml b/extensions/bean-validator/runtime/pom.xml
index eccb8e1..df3fc39 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/bean/deployment/pom.xml b/extensions/bean/deployment/pom.xml
index 6c2d03d..82fbd89 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/bean/pom.xml b/extensions/bean/pom.xml
index 1143c35..3046bc3 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/bean/runtime/pom.xml b/extensions/bean/runtime/pom.xml
index 4fb305b..56ea55b 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/bindy/deployment/pom.xml b/extensions/bindy/deployment/pom.xml
index 2721076..a2d2700 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/bindy/pom.xml b/extensions/bindy/pom.xml
index b52dfd2..9df553c 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/bindy/runtime/pom.xml b/extensions/bindy/runtime/pom.xml
index b5974cc..0d1a1c9 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/box/deployment/pom.xml b/extensions/box/deployment/pom.xml
index 3f50689..f395207 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/box/pom.xml b/extensions/box/pom.xml
index e94382f..644eab3 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/box/runtime/pom.xml b/extensions/box/runtime/pom.xml
index 3f9c131..95b4292 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/braintree/deployment/pom.xml b/extensions/braintree/deployment/pom.xml
index 936e3b7..3e36907 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/braintree/pom.xml b/extensions/braintree/pom.xml
index f5389ad..cdfef5b 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/braintree/runtime/pom.xml b/extensions/braintree/runtime/pom.xml
index 2ac7935..9f3305a 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/browse/deployment/pom.xml b/extensions/browse/deployment/pom.xml
index dc64e4b..42a6704 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/browse/pom.xml b/extensions/browse/pom.xml
index fdd8e4b..927f17a 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/browse/runtime/pom.xml b/extensions/browse/runtime/pom.xml
index 8087f18..2ab805e 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/caffeine/deployment/pom.xml b/extensions/caffeine/deployment/pom.xml
index b0f6fac..e691402 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/caffeine/pom.xml b/extensions/caffeine/pom.xml
index 4530490..142f891 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/caffeine/runtime/pom.xml b/extensions/caffeine/runtime/pom.xml
index fee226c..c64cc5b 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/cassandraql/deployment/pom.xml b/extensions/cassandraql/deployment/pom.xml
index 736ff51..73bac6a 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/cassandraql/pom.xml b/extensions/cassandraql/pom.xml
index 747c801..61224eb 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/cassandraql/runtime/pom.xml b/extensions/cassandraql/runtime/pom.xml
index 7e15dbb..27cbdd1 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/cbor/deployment/pom.xml b/extensions/cbor/deployment/pom.xml
index 4111560..6d976ae 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/cbor/pom.xml b/extensions/cbor/pom.xml
index 8467346..322418a 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/cbor/runtime/pom.xml b/extensions/cbor/runtime/pom.xml
index fb02782..7544c30 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/consul/deployment/pom.xml b/extensions/consul/deployment/pom.xml
index 46c5c28..c6e22fa 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/consul/pom.xml b/extensions/consul/pom.xml
index c4204ee..26065c7 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/consul/runtime/pom.xml b/extensions/consul/runtime/pom.xml
index 4a12e4f..ce6c03a 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/controlbus/deployment/pom.xml b/extensions/controlbus/deployment/pom.xml
index 096a4de..a8c0d03 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/controlbus/pom.xml b/extensions/controlbus/pom.xml
index deed1ae..ed3aec2 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/controlbus/runtime/pom.xml b/extensions/controlbus/runtime/pom.xml
index 11e3d33..e7eb744 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/couchdb/deployment/pom.xml b/extensions/couchdb/deployment/pom.xml
index 471b125..b26f966 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/couchdb/pom.xml b/extensions/couchdb/pom.xml
index ca6ab2b..3062105 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/couchdb/runtime/pom.xml b/extensions/couchdb/runtime/pom.xml
index 30304a2..d1a55ac 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/cron/deployment/pom.xml b/extensions/cron/deployment/pom.xml
index 3bec447..7ce775f 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/cron/pom.xml b/extensions/cron/pom.xml
index 3ab112d..eb8025f 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/cron/runtime/pom.xml b/extensions/cron/runtime/pom.xml
index efe3c47..4c19659 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/crypto/deployment/pom.xml b/extensions/crypto/deployment/pom.xml
index 59ca384..e6a1fdc 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/crypto/pom.xml b/extensions/crypto/pom.xml
index 4e7b5c8..31dc262 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/crypto/runtime/pom.xml b/extensions/crypto/runtime/pom.xml
index c3d0b01..bff1063 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/csimple/deployment/pom.xml b/extensions/csimple/deployment/pom.xml
index e99099c..e1e2e87 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/csimple/pom.xml b/extensions/csimple/pom.xml
index 9494870..256e7b8 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/csimple/runtime/pom.xml b/extensions/csimple/runtime/pom.xml
index 82c3b45..c96c388 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/csv/deployment/pom.xml b/extensions/csv/deployment/pom.xml
index 135c898..c350b86 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/csv/pom.xml b/extensions/csv/pom.xml
index 588c5ec..d768a09 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/csv/runtime/pom.xml b/extensions/csv/runtime/pom.xml
index 56b95b1..30731b2 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/cxf-soap/deployment/pom.xml b/extensions/cxf-soap/deployment/pom.xml
index ffa6f80..dc568ef 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/cxf-soap/pom.xml b/extensions/cxf-soap/pom.xml
index fd323cb..73970d4 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/cxf-soap/runtime/pom.xml b/extensions/cxf-soap/runtime/pom.xml
index 28a6276..0609bd1 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/dataformat/deployment/pom.xml b/extensions/dataformat/deployment/pom.xml
index 1ecaaa8..254e418 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/dataformat/pom.xml b/extensions/dataformat/pom.xml
index fa27e53..c54d5a8 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/dataformat/runtime/pom.xml b/extensions/dataformat/runtime/pom.xml
index e2d370c..eef2e1e 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/dataset/deployment/pom.xml b/extensions/dataset/deployment/pom.xml
index b138449..bb1ed66 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/dataset/pom.xml b/extensions/dataset/pom.xml
index 361bf03..e4aa5c1 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/dataset/runtime/pom.xml b/extensions/dataset/runtime/pom.xml
index 3af901c..42c6688 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/datasonnet/deployment/pom.xml b/extensions/datasonnet/deployment/pom.xml
index e7855e5..e65df88 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/datasonnet/pom.xml b/extensions/datasonnet/pom.xml
index 506158c..b5598e5 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/datasonnet/runtime/pom.xml b/extensions/datasonnet/runtime/pom.xml
index 73b78cf..c0d975b 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/debezium-mongodb/deployment/pom.xml b/extensions/debezium-mongodb/deployment/pom.xml
index 8206858..d63e3a9 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/debezium-mongodb/pom.xml b/extensions/debezium-mongodb/pom.xml
index 6b9a99b..f7adf9d 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/debezium-mongodb/runtime/pom.xml b/extensions/debezium-mongodb/runtime/pom.xml
index 3da92a9..01f039e 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/debezium-mysql/deployment/pom.xml b/extensions/debezium-mysql/deployment/pom.xml
index c3f7158..8e3e832 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/debezium-mysql/pom.xml b/extensions/debezium-mysql/pom.xml
index dbc9e13..6282b4e 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/debezium-mysql/runtime/pom.xml b/extensions/debezium-mysql/runtime/pom.xml
index d7d8364..24ac152 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/debezium-postgres/deployment/pom.xml b/extensions/debezium-postgres/deployment/pom.xml
index e7e8e9f..6966c98 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/debezium-postgres/pom.xml b/extensions/debezium-postgres/pom.xml
index 69e8f7c..66a8d94 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/debezium-postgres/runtime/pom.xml b/extensions/debezium-postgres/runtime/pom.xml
index c8c13df..a9388de 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/debezium-sqlserver/deployment/pom.xml b/extensions/debezium-sqlserver/deployment/pom.xml
index 097fb33..0e20209 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/debezium-sqlserver/pom.xml b/extensions/debezium-sqlserver/pom.xml
index 9e8a326..c6a6872 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/debezium-sqlserver/runtime/pom.xml b/extensions/debezium-sqlserver/runtime/pom.xml
index 44df606..8f2d99f 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/digitalocean/deployment/pom.xml b/extensions/digitalocean/deployment/pom.xml
index c666115..ce9c3fd 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/digitalocean/pom.xml b/extensions/digitalocean/pom.xml
index 7f33e79..7751adb 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/digitalocean/runtime/pom.xml b/extensions/digitalocean/runtime/pom.xml
index 8f1d2f7..b973722 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/direct/deployment/pom.xml b/extensions/direct/deployment/pom.xml
index 14c360a..b6a986e 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/direct/pom.xml b/extensions/direct/pom.xml
index 0fc269c..fb71e3d 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/direct/runtime/pom.xml b/extensions/direct/runtime/pom.xml
index 511dbb8..2884dac 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/disruptor/deployment/pom.xml b/extensions/disruptor/deployment/pom.xml
index 22f0d45..8571512 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/disruptor/pom.xml b/extensions/disruptor/pom.xml
index ff3d7a5..880cfe4 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/disruptor/runtime/pom.xml b/extensions/disruptor/runtime/pom.xml
index 7efd5a2..392729e 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/dozer/deployment/pom.xml b/extensions/dozer/deployment/pom.xml
index 634a2ba..e643183 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/dozer/pom.xml b/extensions/dozer/pom.xml
index 86edbf3..ad05135 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/dozer/runtime/pom.xml b/extensions/dozer/runtime/pom.xml
index cb3f43b..5374b2c 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/dropbox/deployment/pom.xml b/extensions/dropbox/deployment/pom.xml
index 25d83db..3c69606 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/dropbox/pom.xml b/extensions/dropbox/pom.xml
index e463f06..f880208 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/dropbox/runtime/pom.xml b/extensions/dropbox/runtime/pom.xml
index 0958340..f725ea4 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/elasticsearch-rest/deployment/pom.xml b/extensions/elasticsearch-rest/deployment/pom.xml
index 29d54f9..ef63d25 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/elasticsearch-rest/pom.xml b/extensions/elasticsearch-rest/pom.xml
index ea5bc6d..a6b2c76 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/elasticsearch-rest/runtime/pom.xml b/extensions/elasticsearch-rest/runtime/pom.xml
index e99e5e7..bb3629a 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/exec/deployment/pom.xml b/extensions/exec/deployment/pom.xml
index afe8fdd..9f3c2a4 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/exec/pom.xml b/extensions/exec/pom.xml
index 273a272..039c250 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/exec/runtime/pom.xml b/extensions/exec/runtime/pom.xml
index b4ddb76..40f1a52 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/fhir/deployment/pom.xml b/extensions/fhir/deployment/pom.xml
index b31901d..6b20ff7 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/fhir/pom.xml b/extensions/fhir/pom.xml
index 988fd5d..cc1ace3 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/fhir/runtime/pom.xml b/extensions/fhir/runtime/pom.xml
index 8ed7229..5c652f0 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/file-watch/deployment/pom.xml b/extensions/file-watch/deployment/pom.xml
index 8834a75..fbef00d 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/file-watch/pom.xml b/extensions/file-watch/pom.xml
index 981f8b4..3267478 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/file-watch/runtime/pom.xml b/extensions/file-watch/runtime/pom.xml
index 39c750a..1cae040 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/file/deployment/pom.xml b/extensions/file/deployment/pom.xml
index 4b80991..b31c9a8 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/file/pom.xml b/extensions/file/pom.xml
index 126fead..98324eb 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/file/runtime/pom.xml b/extensions/file/runtime/pom.xml
index 085bc7b..1c99d66 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/flatpack/deployment/pom.xml b/extensions/flatpack/deployment/pom.xml
index 0e0fb90..06b4d08 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/flatpack/pom.xml b/extensions/flatpack/pom.xml
index 59ec242..1daa3b1 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/flatpack/runtime/pom.xml b/extensions/flatpack/runtime/pom.xml
index 8a14225..1ac5f73 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/fop/deployment/pom.xml b/extensions/fop/deployment/pom.xml
index 4973954..c8711eb 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/fop/pom.xml b/extensions/fop/pom.xml
index b60c761..460a0f0 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/fop/runtime/pom.xml b/extensions/fop/runtime/pom.xml
index 8e9c4d4..fac7527 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/freemarker/deployment/pom.xml b/extensions/freemarker/deployment/pom.xml
index f80da0c..1d0bde0 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/freemarker/pom.xml b/extensions/freemarker/pom.xml
index 39c7681..a502762 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/freemarker/runtime/pom.xml b/extensions/freemarker/runtime/pom.xml
index e4d7d36..a59f37f 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/ftp/deployment/pom.xml b/extensions/ftp/deployment/pom.xml
index 82246d7..ea2c994 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/ftp/pom.xml b/extensions/ftp/pom.xml
index cd2ee60..af6524e 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/ftp/runtime/pom.xml b/extensions/ftp/runtime/pom.xml
index 2e17d25..fb7563f 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/geocoder/deployment/pom.xml b/extensions/geocoder/deployment/pom.xml
index c51a2b3..d39ecb9 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/geocoder/pom.xml b/extensions/geocoder/pom.xml
index 4da83af..884c838 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/geocoder/runtime/pom.xml b/extensions/geocoder/runtime/pom.xml
index ba0b7e4..a86e173 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/git/deployment/pom.xml b/extensions/git/deployment/pom.xml
index 7443c26..5d5be9a 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/git/pom.xml b/extensions/git/pom.xml
index 0cbc362..efedd0e 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/git/runtime/pom.xml b/extensions/git/runtime/pom.xml
index 1821c6d..af3ae71 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/github/deployment/pom.xml b/extensions/github/deployment/pom.xml
index 6e4c507..63f2cc2 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/github/pom.xml b/extensions/github/pom.xml
index 82c4d26..9e822cb 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/github/runtime/pom.xml b/extensions/github/runtime/pom.xml
index 0345317..160b12a 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/google-bigquery/deployment/pom.xml b/extensions/google-bigquery/deployment/pom.xml
index 6b789aa..e360773 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/google-bigquery/pom.xml b/extensions/google-bigquery/pom.xml
index 0a030ff..f6d69bb 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/google-bigquery/runtime/pom.xml b/extensions/google-bigquery/runtime/pom.xml
index a018480..268febd 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/google-calendar/deployment/pom.xml b/extensions/google-calendar/deployment/pom.xml
index 627fe22..53cded2 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/google-calendar/pom.xml b/extensions/google-calendar/pom.xml
index df52c5e..31b65cf 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/google-calendar/runtime/pom.xml b/extensions/google-calendar/runtime/pom.xml
index ca3b950..2c8ab0a 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/google-drive/deployment/pom.xml b/extensions/google-drive/deployment/pom.xml
index 7b99d3f..6e9e515 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/google-drive/pom.xml b/extensions/google-drive/pom.xml
index 429acd1..c639bf6 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/google-drive/runtime/pom.xml b/extensions/google-drive/runtime/pom.xml
index 7311da1..7ff165a 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/google-mail/deployment/pom.xml b/extensions/google-mail/deployment/pom.xml
index f271d2f..4b9724d 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/google-mail/pom.xml b/extensions/google-mail/pom.xml
index aea1580..7d7322d 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/google-mail/runtime/pom.xml b/extensions/google-mail/runtime/pom.xml
index 18d0c93..ae2caed 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/google-pubsub/deployment/pom.xml b/extensions/google-pubsub/deployment/pom.xml
index b86b9f8..3cea49f 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/google-pubsub/pom.xml b/extensions/google-pubsub/pom.xml
index f3bc2ad..7667fd4 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/google-pubsub/runtime/pom.xml b/extensions/google-pubsub/runtime/pom.xml
index 02dccaa..c9d8c8a 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/google-sheets/deployment/pom.xml b/extensions/google-sheets/deployment/pom.xml
index 80ae324..4b83dd7 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/google-sheets/pom.xml b/extensions/google-sheets/pom.xml
index f7a40ce..d2d32b9 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/google-sheets/runtime/pom.xml b/extensions/google-sheets/runtime/pom.xml
index 0ff358e..bdc8241 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/google-storage/deployment/pom.xml b/extensions/google-storage/deployment/pom.xml
index d0f365d..9e4b0f5 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/google-storage/pom.xml b/extensions/google-storage/pom.xml
index 134a840..778ae3c 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/google-storage/runtime/pom.xml b/extensions/google-storage/runtime/pom.xml
index ea2886c..fbee722 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/graphql/deployment/pom.xml b/extensions/graphql/deployment/pom.xml
index fb2ddfb..7ca3504 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/graphql/pom.xml b/extensions/graphql/pom.xml
index cdac7f4..bb0ada1 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/graphql/runtime/pom.xml b/extensions/graphql/runtime/pom.xml
index 9bedf5f..0fba318 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/grok/deployment/pom.xml b/extensions/grok/deployment/pom.xml
index befd71c..bc73fcc 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/grok/pom.xml b/extensions/grok/pom.xml
index bc29a6f..c056c91 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/grok/runtime/pom.xml b/extensions/grok/runtime/pom.xml
index b2b2b3f..f8ed479 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/grpc/deployment/pom.xml b/extensions/grpc/deployment/pom.xml
index a3a93d4..1908d15 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/grpc/pom.xml b/extensions/grpc/pom.xml
index f86c032..a9bd742 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/grpc/runtime/pom.xml b/extensions/grpc/runtime/pom.xml
index 26cf097..a839ed3 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/gson/deployment/pom.xml b/extensions/gson/deployment/pom.xml
index 78cd1c5..b242def 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/gson/pom.xml b/extensions/gson/pom.xml
index 31677eb..32eb9c9 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/gson/runtime/pom.xml b/extensions/gson/runtime/pom.xml
index ad482f2..199b59f 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/hazelcast/deployment/pom.xml b/extensions/hazelcast/deployment/pom.xml
index 73915a8..65c161a 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/hazelcast/pom.xml b/extensions/hazelcast/pom.xml
index ea174a7..0fec54f 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/hazelcast/runtime/pom.xml b/extensions/hazelcast/runtime/pom.xml
index 0072913..84beca0 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/headersmap/deployment/pom.xml b/extensions/headersmap/deployment/pom.xml
index b7dc4cd..62e1964 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/headersmap/pom.xml b/extensions/headersmap/pom.xml
index 6edcc3c..b531058 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/headersmap/runtime/pom.xml b/extensions/headersmap/runtime/pom.xml
index 726a721..604c1bf 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/hl7/deployment/pom.xml b/extensions/hl7/deployment/pom.xml
index d0dec35..26e9791 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/hl7/pom.xml b/extensions/hl7/pom.xml
index 89ef9f1..7808d4e 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/hl7/runtime/pom.xml b/extensions/hl7/runtime/pom.xml
index 7186757..5d807b6 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/http/deployment/pom.xml b/extensions/http/deployment/pom.xml
index 2c605b4..0d519bd 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/http/pom.xml b/extensions/http/pom.xml
index 2d791ff..b565c79 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/http/runtime/pom.xml b/extensions/http/runtime/pom.xml
index aa321b1..6dfa8aa 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/ical/deployment/pom.xml b/extensions/ical/deployment/pom.xml
index 70a69d2..d06c3e4 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/ical/pom.xml b/extensions/ical/pom.xml
index 3776f84..bbe909e 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/ical/runtime/pom.xml b/extensions/ical/runtime/pom.xml
index 27ac9d0..fbac1d6 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/infinispan/deployment/pom.xml b/extensions/infinispan/deployment/pom.xml
index c49b31e..5abc5c4 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/extensions/infinispan/pom.xml b/extensions/infinispan/pom.xml
index b3d91fc..268d84b 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/infinispan/runtime/pom.xml b/extensions/infinispan/runtime/pom.xml
index 06c826d..7095651 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/extensions/influxdb/deployment/pom.xml b/extensions/influxdb/deployment/pom.xml
index 4b6173f..4a003dd 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/influxdb/pom.xml b/extensions/influxdb/pom.xml
index a24fbfb..e5e7ed9 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/influxdb/runtime/pom.xml b/extensions/influxdb/runtime/pom.xml
index e6bb160..cbb0d8b 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/jackson-avro/deployment/pom.xml b/extensions/jackson-avro/deployment/pom.xml
index 80d68c0..c1c5e39 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/jackson-avro/pom.xml b/extensions/jackson-avro/pom.xml
index c1bc21f..f8b3307 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/jackson-avro/runtime/pom.xml b/extensions/jackson-avro/runtime/pom.xml
index 3aa4e9b..8416c92 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/jackson-protobuf/deployment/pom.xml b/extensions/jackson-protobuf/deployment/pom.xml
index 8e884d2..a90d59e 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/jackson-protobuf/pom.xml b/extensions/jackson-protobuf/pom.xml
index 9202008..4bc2133 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/jackson-protobuf/runtime/pom.xml b/extensions/jackson-protobuf/runtime/pom.xml
index 8bfa36f..5e9798b 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/jackson/deployment/pom.xml b/extensions/jackson/deployment/pom.xml
index 6d904ec..2194b30 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/extensions/jackson/pom.xml b/extensions/jackson/pom.xml
index 1026281..2ffa6db 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/jackson/runtime/pom.xml b/extensions/jackson/runtime/pom.xml
index e9e7c33..4e3610d 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/extensions/jacksonxml/deployment/pom.xml b/extensions/jacksonxml/deployment/pom.xml
index bfa0b71..521b9ae 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/jacksonxml/pom.xml b/extensions/jacksonxml/pom.xml
index 582b5f5..114925a 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/jacksonxml/runtime/pom.xml b/extensions/jacksonxml/runtime/pom.xml
index f8b82b9..9847ddc 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/jaxb/deployment/pom.xml b/extensions/jaxb/deployment/pom.xml
index d2a9ba8..dcd164a 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/jaxb/pom.xml b/extensions/jaxb/pom.xml
index ac59a15..b6a5d73 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/jaxb/runtime/pom.xml b/extensions/jaxb/runtime/pom.xml
index 8156b75..9f7fb4c 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/jcache/deployment/pom.xml b/extensions/jcache/deployment/pom.xml
index f6f1e96..d420d6b 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/jcache/pom.xml b/extensions/jcache/pom.xml
index 1b4ebbf..ce12af5 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/jcache/runtime/pom.xml b/extensions/jcache/runtime/pom.xml
index c6acb54..06a3d4a 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/jdbc/deployment/pom.xml b/extensions/jdbc/deployment/pom.xml
index 6f4e6cb..5745239 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/extensions/jdbc/pom.xml b/extensions/jdbc/pom.xml
index 3803899..6e71709 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/jdbc/runtime/pom.xml b/extensions/jdbc/runtime/pom.xml
index e908d77..0cd486b 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/extensions/jfr/deployment/pom.xml b/extensions/jfr/deployment/pom.xml
index 42bcf2c..2db91a3 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/jfr/pom.xml b/extensions/jfr/pom.xml
index 3ee2c8b..5749e19 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/jfr/runtime/pom.xml b/extensions/jfr/runtime/pom.xml
index 89b8b03..b157cec 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/jira/deployment/pom.xml b/extensions/jira/deployment/pom.xml
index fb747b7..e6324b2 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/jira/pom.xml b/extensions/jira/pom.xml
index 01ca676..4eb712f 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/jira/runtime/pom.xml b/extensions/jira/runtime/pom.xml
index 2f01d0a..0cd93b1 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/jms/deployment/pom.xml b/extensions/jms/deployment/pom.xml
index 76f67dd..ca15d24 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/jms/pom.xml b/extensions/jms/pom.xml
index 6511c42..b8bd5da 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/jms/runtime/pom.xml b/extensions/jms/runtime/pom.xml
index a8b63ca..065b695 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/johnzon/deployment/pom.xml b/extensions/johnzon/deployment/pom.xml
index 165b732..cfbdcf8 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/johnzon/pom.xml b/extensions/johnzon/pom.xml
index 366cc74..dd1b95e 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/johnzon/runtime/pom.xml b/extensions/johnzon/runtime/pom.xml
index 94c9133..99332d0 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/jolt/deployment/pom.xml b/extensions/jolt/deployment/pom.xml
index b5c22df..f2d8930 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/jolt/pom.xml b/extensions/jolt/pom.xml
index 7c713be..5b2dc1e 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/jolt/runtime/pom.xml b/extensions/jolt/runtime/pom.xml
index 931f700..ca8aba3 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/jpa/deployment/pom.xml b/extensions/jpa/deployment/pom.xml
index cd2d249..3e871f7 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/jpa/pom.xml b/extensions/jpa/pom.xml
index 39575a6..9dc8e6a 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/jpa/runtime/pom.xml b/extensions/jpa/runtime/pom.xml
index f07e952..dc0fcfb 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/jq/deployment/pom.xml b/extensions/jq/deployment/pom.xml
index 273252c..9d7b353 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/jq/pom.xml b/extensions/jq/pom.xml
index f441398..80bd862 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/jq/runtime/pom.xml b/extensions/jq/runtime/pom.xml
index 6a7b69c..0178dac 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/js-dsl/deployment/pom.xml b/extensions/js-dsl/deployment/pom.xml
index f501330..dff6436 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/js-dsl/pom.xml b/extensions/js-dsl/pom.xml
index 5b0ee14..0d37198 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/js-dsl/runtime/pom.xml b/extensions/js-dsl/runtime/pom.xml
index 23209bf..2ea6e3d 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/jsch/deployment/pom.xml b/extensions/jsch/deployment/pom.xml
index 805d067..7d91874 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/jsch/pom.xml b/extensions/jsch/pom.xml
index fc651b4..9099ded 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/jsch/runtime/pom.xml b/extensions/jsch/runtime/pom.xml
index d8d9ca2..809d39d 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/jslt/deployment/pom.xml b/extensions/jslt/deployment/pom.xml
index 411ee19..b80bbd2 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/jslt/pom.xml b/extensions/jslt/pom.xml
index 5008e85..3955058 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/jslt/runtime/pom.xml b/extensions/jslt/runtime/pom.xml
index 36e648c..8944c7b 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/json-validator/deployment/pom.xml b/extensions/json-validator/deployment/pom.xml
index 42222a6..5179ea8 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/json-validator/pom.xml b/extensions/json-validator/pom.xml
index 45cd6f2..e053fb1 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/json-validator/runtime/pom.xml b/extensions/json-validator/runtime/pom.xml
index 533e722..49deac5 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/jsonata/deployment/pom.xml b/extensions/jsonata/deployment/pom.xml
index ba5fc8a..35569db 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/jsonata/pom.xml b/extensions/jsonata/pom.xml
index 76bacd7..bbd7cda 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/jsonata/runtime/pom.xml b/extensions/jsonata/runtime/pom.xml
index ad775af..d14d437 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/jsonb/deployment/pom.xml b/extensions/jsonb/deployment/pom.xml
index 8056471..15d168f 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/jsonb/pom.xml b/extensions/jsonb/pom.xml
index 73d65c6..e88c6a6 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/jsonb/runtime/pom.xml b/extensions/jsonb/runtime/pom.xml
index fb8ec1e..5ae416b 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/jsonpath/deployment/pom.xml b/extensions/jsonpath/deployment/pom.xml
index bb2f39d..2c2a683 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/jsonpath/pom.xml b/extensions/jsonpath/pom.xml
index 873a42e..eb8af69 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/jsonpath/runtime/pom.xml b/extensions/jsonpath/runtime/pom.xml
index b9d67bc..b47811d 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/jta/deployment/pom.xml b/extensions/jta/deployment/pom.xml
index 9b3c294..7dac3f7 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/jta/pom.xml b/extensions/jta/pom.xml
index 24de32f..e037779 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/jta/runtime/pom.xml b/extensions/jta/runtime/pom.xml
index b4f7cf3..55e14de 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/kafka/deployment/pom.xml b/extensions/kafka/deployment/pom.xml
index c587ef3..58f45b4 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/kafka/pom.xml b/extensions/kafka/pom.xml
index aa74a21..274a759 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/kafka/runtime/pom.xml b/extensions/kafka/runtime/pom.xml
index 350c4c7..a5b78ef 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/kamelet/deployment/pom.xml b/extensions/kamelet/deployment/pom.xml
index c34a4b9..61c1654 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/kamelet/pom.xml b/extensions/kamelet/pom.xml
index 3c957ee..969f8a1 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/kamelet/runtime/pom.xml b/extensions/kamelet/runtime/pom.xml
index fcd7754..8df56a4 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/kotlin/deployment/pom.xml b/extensions/kotlin/deployment/pom.xml
index 5c855e6..eee4beb 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/extensions/kotlin/pom.xml b/extensions/kotlin/pom.xml
index 4920c51..a8d957a 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/kotlin/runtime/pom.xml b/extensions/kotlin/runtime/pom.xml
index 7b901f0..ae7f027 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/extensions/kubernetes/deployment/pom.xml b/extensions/kubernetes/deployment/pom.xml
index eb85a9e..17530a4 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/kubernetes/pom.xml b/extensions/kubernetes/pom.xml
index dabab51..01e0b1a 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/kubernetes/runtime/pom.xml b/extensions/kubernetes/runtime/pom.xml
index 73459d1..d2f2851 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/kudu/client/pom.xml b/extensions/kudu/client/pom.xml
index 2f2176e..50c6ba4 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/kudu/deployment/pom.xml b/extensions/kudu/deployment/pom.xml
index 94a73e5..d896d65 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/kudu/pom.xml b/extensions/kudu/pom.xml
index 0d162fb..ada2ab0 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/kudu/runtime/pom.xml b/extensions/kudu/runtime/pom.xml
index 0a72bb7..916426a 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/language/deployment/pom.xml b/extensions/language/deployment/pom.xml
index aec3c03..60d2147 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/language/pom.xml b/extensions/language/pom.xml
index dc6038c..ba7f162 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/language/runtime/pom.xml b/extensions/language/runtime/pom.xml
index 5b6292a..d6bf37d 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/leveldb/deployment/pom.xml b/extensions/leveldb/deployment/pom.xml
index b8313b3..f2065da 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/leveldb/pom.xml b/extensions/leveldb/pom.xml
index c7ec5ee..d04a278 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/leveldb/runtime/pom.xml b/extensions/leveldb/runtime/pom.xml
index 49cfc47..e58341e 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/log/deployment/pom.xml b/extensions/log/deployment/pom.xml
index f8c4068..972f43a 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/log/pom.xml b/extensions/log/pom.xml
index 1998b09..f177d4f 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/log/runtime/pom.xml b/extensions/log/runtime/pom.xml
index caeef9c..9548ade 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/lra/deployment/pom.xml b/extensions/lra/deployment/pom.xml
index 0466610..f40d44e 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/lra/pom.xml b/extensions/lra/pom.xml
index 43e8b62..d41567a 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/lra/runtime/pom.xml b/extensions/lra/runtime/pom.xml
index a589afc..80211a7 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/lumberjack/deployment/pom.xml b/extensions/lumberjack/deployment/pom.xml
index c4e2f99..3b9ec9f 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/lumberjack/pom.xml b/extensions/lumberjack/pom.xml
index e78cc65..6504f20 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/lumberjack/runtime/pom.xml b/extensions/lumberjack/runtime/pom.xml
index f321a41..9f2db66 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/lzf/deployment/pom.xml b/extensions/lzf/deployment/pom.xml
index 42f43df..288190f 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/lzf/pom.xml b/extensions/lzf/pom.xml
index 924238a..76b98ce 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/lzf/runtime/pom.xml b/extensions/lzf/runtime/pom.xml
index f8f2978..74d2af2 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/mail/deployment/pom.xml b/extensions/mail/deployment/pom.xml
index c48265b..2d83517 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/mail/pom.xml b/extensions/mail/pom.xml
index fc41306..47c12af 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/mail/runtime/pom.xml b/extensions/mail/runtime/pom.xml
index 7863f0a..88c35a1 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/master/deployment/pom.xml b/extensions/master/deployment/pom.xml
index 596011d..c3fdd2f 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/master/pom.xml b/extensions/master/pom.xml
index 7c6d851..ac007c9 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/master/runtime/pom.xml b/extensions/master/runtime/pom.xml
index 90aa2f2..8ade381 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/micrometer/deployment/pom.xml b/extensions/micrometer/deployment/pom.xml
index 2e1be27..548a0ba 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/micrometer/pom.xml b/extensions/micrometer/pom.xml
index 15631e5..8b71757 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/micrometer/runtime/pom.xml b/extensions/micrometer/runtime/pom.xml
index 98187f1..e52455c 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 e0117ce..af18a03 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/microprofile-fault-tolerance/pom.xml b/extensions/microprofile-fault-tolerance/pom.xml
index 608cc19..6989bf2 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 eb3d24f..d223eca 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/microprofile-health/deployment/pom.xml b/extensions/microprofile-health/deployment/pom.xml
index a5b2162..550c3eb 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/microprofile-health/pom.xml b/extensions/microprofile-health/pom.xml
index 9d3d318..56295ee 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/microprofile-health/runtime/pom.xml b/extensions/microprofile-health/runtime/pom.xml
index fb101d5..7a8ec62 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/microprofile-metrics/deployment/pom.xml b/extensions/microprofile-metrics/deployment/pom.xml
index 7bde160..be9290a 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/microprofile-metrics/pom.xml b/extensions/microprofile-metrics/pom.xml
index 1f6dbb9..0a7a923 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/microprofile-metrics/runtime/pom.xml b/extensions/microprofile-metrics/runtime/pom.xml
index 06ec049..28355e9 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/minio/deployment/pom.xml b/extensions/minio/deployment/pom.xml
index b7ee9c4..f83412f 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/minio/pom.xml b/extensions/minio/pom.xml
index 915f3d3..5cdca18 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/minio/runtime/pom.xml b/extensions/minio/runtime/pom.xml
index 3c49fac..ab49679 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/mllp/deployment/pom.xml b/extensions/mllp/deployment/pom.xml
index 30fa785..4d7ae81 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/mllp/pom.xml b/extensions/mllp/pom.xml
index 324b993..5f5136d 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/mllp/runtime/pom.xml b/extensions/mllp/runtime/pom.xml
index a1478f3..554ea1e 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/mock/deployment/pom.xml b/extensions/mock/deployment/pom.xml
index f147628..818da06 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/mock/pom.xml b/extensions/mock/pom.xml
index 4f03181..0fe88c4 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/mock/runtime/pom.xml b/extensions/mock/runtime/pom.xml
index c9cde2d..10b5cb3 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/mongodb-gridfs/deployment/pom.xml b/extensions/mongodb-gridfs/deployment/pom.xml
index 78d5fe5..6fd4b1d 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/mongodb-gridfs/pom.xml b/extensions/mongodb-gridfs/pom.xml
index b1b436b..e8c4bb5 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/mongodb-gridfs/runtime/pom.xml b/extensions/mongodb-gridfs/runtime/pom.xml
index 32dd77d..4024b16 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/mongodb/deployment/pom.xml b/extensions/mongodb/deployment/pom.xml
index 6e10606..a30fd90 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/mongodb/pom.xml b/extensions/mongodb/pom.xml
index 5699b62..d39b404 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/mongodb/runtime/pom.xml b/extensions/mongodb/runtime/pom.xml
index 12f7077..87fa461 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/mustache/deployment/pom.xml b/extensions/mustache/deployment/pom.xml
index 0e649a1..e32694a 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/mustache/pom.xml b/extensions/mustache/pom.xml
index 6f6bfc1..a4c6047 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/mustache/runtime/pom.xml b/extensions/mustache/runtime/pom.xml
index 15e57f8..84e18f5 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/mybatis/deployment/pom.xml b/extensions/mybatis/deployment/pom.xml
index 7a35de2..cf0fef3 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/mybatis/pom.xml b/extensions/mybatis/pom.xml
index c5da180..706484f 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/mybatis/runtime/pom.xml b/extensions/mybatis/runtime/pom.xml
index a8d1ca2..3181a91 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/nats/deployment/pom.xml b/extensions/nats/deployment/pom.xml
index e847b35..7511caa 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/nats/pom.xml b/extensions/nats/pom.xml
index 60112c0..c5d39ac 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/nats/runtime/pom.xml b/extensions/nats/runtime/pom.xml
index 8396aea..7bbd090 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/netty-http/deployment/pom.xml b/extensions/netty-http/deployment/pom.xml
index ef1bdc8..faab711 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/extensions/netty-http/pom.xml b/extensions/netty-http/pom.xml
index fb18ced..fadac48 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/netty-http/runtime/pom.xml b/extensions/netty-http/runtime/pom.xml
index bf1fc31..08297d6 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/extensions/netty/deployment/pom.xml b/extensions/netty/deployment/pom.xml
index 5614b38..080e78a 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/netty/pom.xml b/extensions/netty/pom.xml
index 8d60763..ae57955 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/netty/runtime/pom.xml b/extensions/netty/runtime/pom.xml
index fbd4b2b..b9fa1a4 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/nitrite/deployment/pom.xml b/extensions/nitrite/deployment/pom.xml
index 9e8ba5e..085122b 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/nitrite/pom.xml b/extensions/nitrite/pom.xml
index 61554e8..5189e73 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/nitrite/runtime/pom.xml b/extensions/nitrite/runtime/pom.xml
index 9dc97c2..93efe09 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/oaipmh/deployment/pom.xml b/extensions/oaipmh/deployment/pom.xml
index 4652f5f..9a2e41b 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/oaipmh/pom.xml b/extensions/oaipmh/pom.xml
index 2bd14fd..cedf286 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/oaipmh/runtime/pom.xml b/extensions/oaipmh/runtime/pom.xml
index 0978cb5..0e68672 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/olingo4/deployment/pom.xml b/extensions/olingo4/deployment/pom.xml
index 054e2f7..d7e8c04 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/olingo4/pom.xml b/extensions/olingo4/pom.xml
index fcf5620..f372b3d 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/olingo4/runtime/pom.xml b/extensions/olingo4/runtime/pom.xml
index e2e797b..fded93a 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/openapi-java/deployment/pom.xml b/extensions/openapi-java/deployment/pom.xml
index c0dd043..feac2d8 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/openapi-java/pom.xml b/extensions/openapi-java/pom.xml
index 75638e0..11947f8 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/openapi-java/runtime/pom.xml b/extensions/openapi-java/runtime/pom.xml
index e0c21fd..fb03843 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/openstack/deployment/pom.xml b/extensions/openstack/deployment/pom.xml
index 4c842ce..a400826 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/openstack/pom.xml b/extensions/openstack/pom.xml
index 0f26a1b..2eef80e 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/openstack/runtime/pom.xml b/extensions/openstack/runtime/pom.xml
index 4dff783..1e10e25 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/opentelemetry/deployment/pom.xml b/extensions/opentelemetry/deployment/pom.xml
index cbc1cd9..a5c7b28 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/opentelemetry/pom.xml b/extensions/opentelemetry/pom.xml
index dbb9e40..2da79f5 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/opentelemetry/runtime/pom.xml b/extensions/opentelemetry/runtime/pom.xml
index cd42ce4..642703f 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/opentracing/deployment/pom.xml b/extensions/opentracing/deployment/pom.xml
index 9f34eea..d39acac 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/opentracing/pom.xml b/extensions/opentracing/pom.xml
index 03a0404..7401390 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/opentracing/runtime/pom.xml b/extensions/opentracing/runtime/pom.xml
index 9fc9e07..22b3c12 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/optaplanner/deployment/pom.xml b/extensions/optaplanner/deployment/pom.xml
index 169ec31..36f535c 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/optaplanner/pom.xml b/extensions/optaplanner/pom.xml
index ff6dca7..8554691 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/optaplanner/runtime/pom.xml b/extensions/optaplanner/runtime/pom.xml
index b0d6797..8208f32 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/paho-mqtt5/deployment/pom.xml b/extensions/paho-mqtt5/deployment/pom.xml
index 3f32674..4025600 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/paho-mqtt5/pom.xml b/extensions/paho-mqtt5/pom.xml
index c50cc4f..34e59ae 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/paho-mqtt5/runtime/pom.xml b/extensions/paho-mqtt5/runtime/pom.xml
index 27444cd..3881c5d 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/paho/deployment/pom.xml b/extensions/paho/deployment/pom.xml
index 3f15bd3..935586a 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/paho/pom.xml b/extensions/paho/pom.xml
index 1c88b03..d6c4700 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/paho/runtime/pom.xml b/extensions/paho/runtime/pom.xml
index d09f300..4adc7de 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/pdf/deployment/pom.xml b/extensions/pdf/deployment/pom.xml
index f254a72..89f9dfa 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/pdf/pom.xml b/extensions/pdf/pom.xml
index 7fcefce..5520e65 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/pdf/runtime/pom.xml b/extensions/pdf/runtime/pom.xml
index 2b8be1b..3419d85 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 d5bebeb..dccc332 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/pg-replication-slot/pom.xml b/extensions/pg-replication-slot/pom.xml
index 2235c33..8df1a3c 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 2a5c3cc..0a5720b 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/pgevent/deployment/pom.xml b/extensions/pgevent/deployment/pom.xml
index cb9d2b4..97926a1 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/pgevent/pom.xml b/extensions/pgevent/pom.xml
index 122e811..9eefb46 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/pgevent/runtime/pom.xml b/extensions/pgevent/runtime/pom.xml
index 3ac00c1..ef1c7bd 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/platform-http/deployment/pom.xml b/extensions/platform-http/deployment/pom.xml
index 6c08ab3..067d5d8 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/platform-http/pom.xml b/extensions/platform-http/pom.xml
index 8dd5eea..84b0f6b 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/platform-http/runtime/pom.xml b/extensions/platform-http/runtime/pom.xml
index 9fcf922..5762dd9 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/pom.xml b/extensions/pom.xml
index 62b19a3..42e3844 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 cac097c..f7997e2 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/protobuf/pom.xml b/extensions/protobuf/pom.xml
index 0c38bda..fd716a8 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/protobuf/runtime/pom.xml b/extensions/protobuf/runtime/pom.xml
index d79b4f2..7a9fbd1 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/pubnub/deployment/pom.xml b/extensions/pubnub/deployment/pom.xml
index 0c3db71..120159e 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/pubnub/pom.xml b/extensions/pubnub/pom.xml
index 64d9b57..da10a46 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/pubnub/runtime/pom.xml b/extensions/pubnub/runtime/pom.xml
index f7153b8..b773a94 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/quartz/deployment/pom.xml b/extensions/quartz/deployment/pom.xml
index 877e2c8..7a456d9 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/quartz/pom.xml b/extensions/quartz/pom.xml
index 876d934..64c6226 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/quartz/runtime/pom.xml b/extensions/quartz/runtime/pom.xml
index 721b456..aa76e4b 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/qute/component/pom.xml b/extensions/qute/component/pom.xml
index 0bec386..8e21998 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/qute/deployment/pom.xml b/extensions/qute/deployment/pom.xml
index 7705972..a1293df 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/qute/pom.xml b/extensions/qute/pom.xml
index e58f10d..7af39ec 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/qute/runtime/pom.xml b/extensions/qute/runtime/pom.xml
index 73e739d..e496b34 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/rabbitmq/deployment/pom.xml b/extensions/rabbitmq/deployment/pom.xml
index 69e431b..b170bdf 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/rabbitmq/pom.xml b/extensions/rabbitmq/pom.xml
index af827ab..b829b27 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/rabbitmq/runtime/pom.xml b/extensions/rabbitmq/runtime/pom.xml
index ce60c5b..b49bca8 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/reactive-streams/deployment/pom.xml b/extensions/reactive-streams/deployment/pom.xml
index 8aaed1a..bdfc00f 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/reactive-streams/pom.xml b/extensions/reactive-streams/pom.xml
index 880cd15..c32101d 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/reactive-streams/runtime/pom.xml b/extensions/reactive-streams/runtime/pom.xml
index 041f1ef..5126910 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/ref/deployment/pom.xml b/extensions/ref/deployment/pom.xml
index cdb910e..806c289 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/ref/pom.xml b/extensions/ref/pom.xml
index 2e5793b..c5b8242 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/ref/runtime/pom.xml b/extensions/ref/runtime/pom.xml
index 1df704e..03847f4 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/rest-openapi/deployment/pom.xml b/extensions/rest-openapi/deployment/pom.xml
index fab8938..1ca8f9a 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/rest-openapi/pom.xml b/extensions/rest-openapi/pom.xml
index 44cde0d..2b5a8bc 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/rest-openapi/runtime/pom.xml b/extensions/rest-openapi/runtime/pom.xml
index cb3ef01..85ad61b 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/rest/deployment/pom.xml b/extensions/rest/deployment/pom.xml
index 06d52e5..f8ff8a5 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/rest/pom.xml b/extensions/rest/pom.xml
index 8e0236b..1305422 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/rest/runtime/pom.xml b/extensions/rest/runtime/pom.xml
index fcd4f80..ba4e5d8 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/rss/deployment/pom.xml b/extensions/rss/deployment/pom.xml
index fe9d692..b640676 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/rss/pom.xml b/extensions/rss/pom.xml
index 9147949..7491be7 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/rss/runtime/pom.xml b/extensions/rss/runtime/pom.xml
index f430cb3..6ad4c48 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/saga/deployment/pom.xml b/extensions/saga/deployment/pom.xml
index c502909..aaa6a59 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/saga/pom.xml b/extensions/saga/pom.xml
index 3ee1ca0..477480f 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/saga/runtime/pom.xml b/extensions/saga/runtime/pom.xml
index 02248ac..2e7737a 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/salesforce/deployment/pom.xml b/extensions/salesforce/deployment/pom.xml
index 430882f..43909d6 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/extensions/salesforce/pom.xml b/extensions/salesforce/pom.xml
index 3cd18c6..2208152 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/salesforce/runtime/pom.xml b/extensions/salesforce/runtime/pom.xml
index bfe8d89..edf6f74 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 f5f86e5..4f4514d 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/sap-netweaver/pom.xml b/extensions/sap-netweaver/pom.xml
index be3d177..6261a32 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/sap-netweaver/runtime/pom.xml b/extensions/sap-netweaver/runtime/pom.xml
index 6817650..482d7c3 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/saxon/deployment/pom.xml b/extensions/saxon/deployment/pom.xml
index 830c7f2..8536b7e 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/saxon/pom.xml b/extensions/saxon/pom.xml
index 494dfd1..2a5d016 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/saxon/runtime/pom.xml b/extensions/saxon/runtime/pom.xml
index 00c7d9f..07e3a23 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/scheduler/deployment/pom.xml b/extensions/scheduler/deployment/pom.xml
index dd0b9d1..a29db02 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/scheduler/pom.xml b/extensions/scheduler/pom.xml
index 623b72c..01248b9 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/scheduler/runtime/pom.xml b/extensions/scheduler/runtime/pom.xml
index 41a6b32..f8ccd29 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/seda/deployment/pom.xml b/extensions/seda/deployment/pom.xml
index c2b77b5..8858716 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/seda/pom.xml b/extensions/seda/pom.xml
index e92c4d3..617d1aa 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/seda/runtime/pom.xml b/extensions/seda/runtime/pom.xml
index c7d8a90..d5925ee 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/servicenow/deployment/pom.xml b/extensions/servicenow/deployment/pom.xml
index 4827ba6..e0f187e 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/servicenow/pom.xml b/extensions/servicenow/pom.xml
index dcf910d..3d08c80 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/servicenow/runtime/pom.xml b/extensions/servicenow/runtime/pom.xml
index 854a9fd..4864815 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/servlet/deployment/pom.xml b/extensions/servlet/deployment/pom.xml
index 2776612..ef2cced 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/extensions/servlet/pom.xml b/extensions/servlet/pom.xml
index 5392c3d..295ec73 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/servlet/runtime/pom.xml b/extensions/servlet/runtime/pom.xml
index 577a1de..1688a38 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/extensions/shiro/deployment/pom.xml b/extensions/shiro/deployment/pom.xml
index f9026d0..fa9e9f7 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/shiro/pom.xml b/extensions/shiro/pom.xml
index b7dd168..869229c 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/shiro/runtime/pom.xml b/extensions/shiro/runtime/pom.xml
index b06dae1..227da9b 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/sjms/deployment/pom.xml b/extensions/sjms/deployment/pom.xml
index 6be4fbf..7b50644 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/extensions/sjms/pom.xml b/extensions/sjms/pom.xml
index 1f721cf..6654dbf 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/sjms/runtime/pom.xml b/extensions/sjms/runtime/pom.xml
index b22cc08..854de84 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/extensions/sjms2/deployment/pom.xml b/extensions/sjms2/deployment/pom.xml
index c3d9815..239978b 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/extensions/sjms2/pom.xml b/extensions/sjms2/pom.xml
index 956b6a9..38407bb 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/sjms2/runtime/pom.xml b/extensions/sjms2/runtime/pom.xml
index 037738d..d8e93bf 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/extensions/slack/deployment/pom.xml b/extensions/slack/deployment/pom.xml
index 71fc0e8..113f65e 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/slack/pom.xml b/extensions/slack/pom.xml
index b90054f..c032ed9 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/slack/runtime/pom.xml b/extensions/slack/runtime/pom.xml
index a3bc60c..d0ce750 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 ca47cd7..faf5f11 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/smallrye-reactive-messaging/pom.xml b/extensions/smallrye-reactive-messaging/pom.xml
index 4ebe0f1..f40d6b1 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 ab23c94..8c69b3b 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/snakeyaml/deployment/pom.xml b/extensions/snakeyaml/deployment/pom.xml
index ca2bf5f..37d105d 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/snakeyaml/pom.xml b/extensions/snakeyaml/pom.xml
index f935844..8375238 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/snakeyaml/runtime/pom.xml b/extensions/snakeyaml/runtime/pom.xml
index f12cc2a..0d6c029 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/soap/deployment/pom.xml b/extensions/soap/deployment/pom.xml
index 6d3f2b7..7ac4244 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/soap/pom.xml b/extensions/soap/pom.xml
index b6b2b9c..54d7d73 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/soap/runtime/pom.xml b/extensions/soap/runtime/pom.xml
index 0ae13a3..73b3a67 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/solr/deployment/pom.xml b/extensions/solr/deployment/pom.xml
index 21a272b..dbc595d 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/solr/pom.xml b/extensions/solr/pom.xml
index a1782bc..64dc77f 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/solr/runtime/pom.xml b/extensions/solr/runtime/pom.xml
index e0da6d6..84392bc 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/splunk/deployment/pom.xml b/extensions/splunk/deployment/pom.xml
index ffb3d0b..df3ebe3 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/splunk/pom.xml b/extensions/splunk/pom.xml
index 281c9a4..c032644 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/splunk/runtime/pom.xml b/extensions/splunk/runtime/pom.xml
index 78c20ab..5745245 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/spring-rabbitmq/deployment/pom.xml b/extensions/spring-rabbitmq/deployment/pom.xml
index 0719935..5cf88c5 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/spring-rabbitmq/pom.xml b/extensions/spring-rabbitmq/pom.xml
index 280c353..54605d6 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/spring-rabbitmq/runtime/pom.xml b/extensions/spring-rabbitmq/runtime/pom.xml
index 611fa88..bbec8b7 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/sql/deployment/pom.xml b/extensions/sql/deployment/pom.xml
index 1de88d4..6b15eb2 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/sql/pom.xml b/extensions/sql/pom.xml
index 685b2da..e0f7386 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/sql/runtime/pom.xml b/extensions/sql/runtime/pom.xml
index f96535d..473e0be 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/ssh/deployment/pom.xml b/extensions/ssh/deployment/pom.xml
index 879947b..29f5c66 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/ssh/pom.xml b/extensions/ssh/pom.xml
index a8b6e44..5a8601e 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/ssh/runtime/pom.xml b/extensions/ssh/runtime/pom.xml
index 07c603e..669be07 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/stax/deployment/pom.xml b/extensions/stax/deployment/pom.xml
index 6d2274d..6e532c1 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/stax/pom.xml b/extensions/stax/pom.xml
index 4b28a10..50b9cdf 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/stax/runtime/pom.xml b/extensions/stax/runtime/pom.xml
index ff65abf..5fda65e 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/stream/deployment/pom.xml b/extensions/stream/deployment/pom.xml
index 6a6fced..0e96a53 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/stream/pom.xml b/extensions/stream/pom.xml
index 693aad6..fc3ab6b 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/stream/runtime/pom.xml b/extensions/stream/runtime/pom.xml
index 3d18cc2..12aff14 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/stringtemplate/deployment/pom.xml b/extensions/stringtemplate/deployment/pom.xml
index d5a7fc5..2b70cab 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/stringtemplate/pom.xml b/extensions/stringtemplate/pom.xml
index 47dfda1..1ac6a18 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/stringtemplate/runtime/pom.xml b/extensions/stringtemplate/runtime/pom.xml
index 0655aca..0937cf8 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/syslog/deployment/pom.xml b/extensions/syslog/deployment/pom.xml
index b1b0645..5159ca7 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/syslog/pom.xml b/extensions/syslog/pom.xml
index 5f4c5ff..3efa59b 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/syslog/runtime/pom.xml b/extensions/syslog/runtime/pom.xml
index 498a294..2ea903e 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/tarfile/deployment/pom.xml b/extensions/tarfile/deployment/pom.xml
index 74d0b2e..55e1be3 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/tarfile/pom.xml b/extensions/tarfile/pom.xml
index 4849c3d..748825c 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/tarfile/runtime/pom.xml b/extensions/tarfile/runtime/pom.xml
index a163a70..75904bb 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/telegram/deployment/pom.xml b/extensions/telegram/deployment/pom.xml
index 08afc17..36d2971 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/telegram/pom.xml b/extensions/telegram/pom.xml
index 5267510..92dbd86 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/telegram/runtime/pom.xml b/extensions/telegram/runtime/pom.xml
index 5ab1ebb..caebb20 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/tika/deployment/pom.xml b/extensions/tika/deployment/pom.xml
index 7650549..756757a 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/tika/pom.xml b/extensions/tika/pom.xml
index 6be0013..115d243 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/tika/runtime/pom.xml b/extensions/tika/runtime/pom.xml
index 273a04a..356285e 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/timer/deployment/pom.xml b/extensions/timer/deployment/pom.xml
index 0a5c608..b5b9dc4 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/timer/pom.xml b/extensions/timer/pom.xml
index 60ff7ec..d732cc8 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/timer/runtime/pom.xml b/extensions/timer/runtime/pom.xml
index ad37473..ed2fd9b 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/twilio/deployment/pom.xml b/extensions/twilio/deployment/pom.xml
index e5602e4..a57c100 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/twilio/pom.xml b/extensions/twilio/pom.xml
index 1d02262..cf5db98 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/twilio/runtime/pom.xml b/extensions/twilio/runtime/pom.xml
index 58d7295..35dc931 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/twitter/deployment/pom.xml b/extensions/twitter/deployment/pom.xml
index 5857665..eb8c8ed 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/twitter/pom.xml b/extensions/twitter/pom.xml
index ec1d16b..aa4b090 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/twitter/runtime/pom.xml b/extensions/twitter/runtime/pom.xml
index c23ab70..cf1d551 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/univocity-parsers/deployment/pom.xml b/extensions/univocity-parsers/deployment/pom.xml
index 90fde3f..9bd31af 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/univocity-parsers/pom.xml b/extensions/univocity-parsers/pom.xml
index ea67e25..13c2aaf 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/univocity-parsers/runtime/pom.xml b/extensions/univocity-parsers/runtime/pom.xml
index 05a735e..3590de7 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/validator/deployment/pom.xml b/extensions/validator/deployment/pom.xml
index 466e9cc..7449597 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/validator/pom.xml b/extensions/validator/pom.xml
index b77c1e2..84f40cb 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/validator/runtime/pom.xml b/extensions/validator/runtime/pom.xml
index 7a60b8b..a9b9486 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/velocity/deployment/pom.xml b/extensions/velocity/deployment/pom.xml
index b36a06e..5176f61 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/velocity/pom.xml b/extensions/velocity/pom.xml
index f1b3deb..aa44d7d 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/velocity/runtime/pom.xml b/extensions/velocity/runtime/pom.xml
index 5670b28..d4c1fe9 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/vertx-http/deployment/pom.xml b/extensions/vertx-http/deployment/pom.xml
index deb62e1..5108580 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/vertx-http/pom.xml b/extensions/vertx-http/pom.xml
index 9158ff5..e5ba92f 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/vertx-http/runtime/pom.xml b/extensions/vertx-http/runtime/pom.xml
index 499f6b4..19951ce 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/vertx-websocket/deployment/pom.xml b/extensions/vertx-websocket/deployment/pom.xml
index 39d58cd..4a732ac 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/vertx-websocket/pom.xml b/extensions/vertx-websocket/pom.xml
index 16b57dd..b85eab0 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/vertx-websocket/runtime/pom.xml b/extensions/vertx-websocket/runtime/pom.xml
index e409485..6ad828f 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/vertx/deployment/pom.xml b/extensions/vertx/deployment/pom.xml
index a1c9a61..8d64b80 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/vertx/pom.xml b/extensions/vertx/pom.xml
index fe4fe8b..95ce87e 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/vertx/runtime/pom.xml b/extensions/vertx/runtime/pom.xml
index 4df49e4..69f0ed1 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/vm/deployment/pom.xml b/extensions/vm/deployment/pom.xml
index 8e542cd..ca5d094 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/vm/pom.xml b/extensions/vm/pom.xml
index e83f4c7..f54b936 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/vm/runtime/pom.xml b/extensions/vm/runtime/pom.xml
index 6b2622b..60f3d37 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/weather/deployment/pom.xml b/extensions/weather/deployment/pom.xml
index f251988..87e47ec 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/weather/pom.xml b/extensions/weather/pom.xml
index 03a1f7f..b28b754 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/weather/runtime/pom.xml b/extensions/weather/runtime/pom.xml
index 60c3f10..6446b48 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/xchange/deployment/pom.xml b/extensions/xchange/deployment/pom.xml
index f9e87c7..56c7c21 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/xchange/pom.xml b/extensions/xchange/pom.xml
index a99b4f2..aa11708 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/xchange/runtime/pom.xml b/extensions/xchange/runtime/pom.xml
index 4c1c950..c54b71c 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/xmlsecurity/deployment/pom.xml b/extensions/xmlsecurity/deployment/pom.xml
index d77e175..89195ad 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/xmlsecurity/pom.xml b/extensions/xmlsecurity/pom.xml
index c442d23..2d894f2 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/xmlsecurity/runtime/pom.xml b/extensions/xmlsecurity/runtime/pom.xml
index 20934e9..d7abbbb 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/xpath/deployment/pom.xml b/extensions/xpath/deployment/pom.xml
index a46585b..db5f44e 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/xpath/pom.xml b/extensions/xpath/pom.xml
index b7ec354..29ece5e 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/xpath/runtime/pom.xml b/extensions/xpath/runtime/pom.xml
index 924a5b0..8fd1d25 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/xslt/deployment/pom.xml b/extensions/xslt/deployment/pom.xml
index 3428bbf..db6e9b3 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/xslt/pom.xml b/extensions/xslt/pom.xml
index 12c44f9..1bf8385 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/xslt/runtime/pom.xml b/extensions/xslt/runtime/pom.xml
index 56d20c5..a98c250 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/xstream/deployment/pom.xml b/extensions/xstream/deployment/pom.xml
index 36625f2..39b1d14 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/xstream/pom.xml b/extensions/xstream/pom.xml
index 42cce52..cb8da7b 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/xstream/runtime/pom.xml b/extensions/xstream/runtime/pom.xml
index 5b3d042..bfa321b 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/zendesk/deployment/pom.xml b/extensions/zendesk/deployment/pom.xml
index f5e8541..92c9436 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/zendesk/pom.xml b/extensions/zendesk/pom.xml
index 3c502e1..4f862bd 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/zendesk/runtime/pom.xml b/extensions/zendesk/runtime/pom.xml
index 5822bd5..1058d0b 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/zip-deflater/deployment/pom.xml b/extensions/zip-deflater/deployment/pom.xml
index d1066e8..3cf2b81 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/zip-deflater/pom.xml b/extensions/zip-deflater/pom.xml
index b92882f..4e542f6 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/zip-deflater/runtime/pom.xml b/extensions/zip-deflater/runtime/pom.xml
index 596aa93..638a658 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/zipfile/deployment/pom.xml b/extensions/zipfile/deployment/pom.xml
index 8fd62b9..da75e09 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/zipfile/pom.xml b/extensions/zipfile/pom.xml
index 8cd67d7..d8eab70 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/zipfile/runtime/pom.xml b/extensions/zipfile/runtime/pom.xml
index 47a32e2..7282be5 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 deb1819..bfbd4c1 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 dee208b..13cea52 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 e9ce0ba..701c42d 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 32d580b..c7fb8af 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 ce25733..629c9c4 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 9b3e406..65eee37 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 98d12d2..a9c6051 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 ade5a9e..40ebe9d 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 c4930d4..cf0861c 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 6c115ad..f7dd669 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 f326550..6f52ac6 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 941d749..86ad688 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 cc92823..0f9c70b 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 669db56..296d03d 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 f3a8082..5322030 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 2e9ec25..3524c92 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 0661c9a..753a824 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 8ddda48..0e1c72b 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 1301ddc..972df9e 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 43c7870..2cf8f90 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 87066e4..df86afb 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 a672d18..dfdbc8a 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 cbb7327..7a9ca50 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../../../poms/build-parent-it/pom.xml</relativePath>
     </parent>
 
diff --git a/integration-test-groups/foundation/bean/pom.xml b/integration-test-groups/foundation/bean/pom.xml
index 2833535..90b3e65 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 29dfa6f..4db107a 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 abc5b1d..6087e3b 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 ea598e2..860b4e9 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 6e44395..221a16f 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 e811769..19952a2 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 71df6ee..5d9565c 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 407e334..2b8af87 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 6399616..f5809df 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 8387419..366dd53 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 d11a1e9..8b23b28 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 7da76ac..035ff70 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 d22d015..ac51fcd 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 d8660c9..956eb73 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 b0c6742..074fc99 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 2bcc207..b74fbe9 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 7d6e25a..70fd5bc 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 c05da00..7852f88 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 ec5fca6..7e577ea 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 609046a..35eb820 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 f5e55b7..b99211d 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 fea493a..229b5e8 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 85cae5e..9390653 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 ec1e9e1..39b62bd 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 fd64b2f..9d16f7e 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 78ffe8a..91f79cf 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 a484b4f..79f53f9 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 362ced1..f5a00e4 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/integration-tests-jvm/asn1/pom.xml b/integration-tests-jvm/asn1/pom.xml
index 67fa854..474aa5d 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 a1249a1..0050bb9 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 02d57cf..5a2ac19 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 53fc497..5ad3c31 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 5514221..39b2b63 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 0886f50..f7d17f1 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 89b0cb8..f712af7 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 ebd3e68..1b2d998 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 5a38334..a7968b7 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 3707897..ceb5105 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 55ad079..1ec26e2 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 722abd1..4521ec8 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 5a61449..ad9c4e2 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 c4f1ca7..5c54fb0 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 0cafc8d..8d45bb1 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 77ad231..576ef68 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 0eb1de2..48edbd0 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 b7dd0e0..e589fca 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 0a2166f..ca9298e 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 34ae877..816252c 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 7f623c7..2068b98 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 070f0ec..cc4e29c 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 bdf9978..066e2e0 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 3a42563..ebfab486 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 7fd3a16..9ecf1d2 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 f676510..e835bf8 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 b820b63..2107432 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 ec39998..6ebe88a 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 9d44521..7062eaa 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 34b73e2..19ef3e5 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 4333fb8..476d69b 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 ce4b1c7..9010746 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 06b27c1..37e2031 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 2f9898f..32d5d2f 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 1c4a787..a4d3b64 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 848f23b..81cbd72 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 ea7769a..c79118c 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 0a6fb30..e9788c0 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 edcbb91..1c6ec9c 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 b546b27..7d90ea5 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 e1f3f16..2956eef 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 c6658a1..668c732 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 c1f1266..42b0dfb 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 27eef15..3d26113 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 0318019..28cce59 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 35d03c3..8f4d9c6 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 be28f54..39388e7 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 a319d7f..64ddf71 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 a3291cc..b4d1b8f 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 ff70d47..fae952b 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 434c248..af0a293 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 713389c..0e4a01d 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 a8491d1..68ee100 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 6967f05..6219b70 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 2cf0b88..7acf40c 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 68d4fd9..76330aa 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 e6b9e94..7b2e084 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 0c7fe61..a58317a 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 b4c4f6b..97c628a 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 7e06aa9..fb3b8f5 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 68faff4..6a48d96 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 c79c645..b24c8fd 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/integration-tests-jvm/printer/pom.xml b/integration-tests-jvm/printer/pom.xml
index 37dc310..1673c69 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 7dc187b..fb36179 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 2681c0e..5d3cda7 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 e4017f4..569fa53 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 43702ec..cbd8a77 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 6624462..9f3872d 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 db04501..b6da751 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 72ab309..4beace2 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 721d330..f1ee0bb 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 59ac7d1..350d69e 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 224d43d..bdb89e3 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 b183487..0b5dc72 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 0e60efe..b5e9aed 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 fbd0d90..30bd848 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 5c66322..e0b402b 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 8f0ac62..e7c3b27 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 875051d..9a38c4d 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 1d7f28f..86cf685 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 6e4beea..338baa1 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 ca87a60..0b5c103 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 08d20cb..b5b1c8e 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 8b3a396..d12be04 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 b365ff5..1019cec 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 ae0374a..2bef57f 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 b2b559e..5ff7285 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 9d13c6b..dbcf1a0 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 90179fc..60de590 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 fe75652..a9daf78 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 500f989..589b0d1 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 ac9e1c6..15d0556 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 d4fdd7d..c810401 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 477b668..6d58712 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 99c2cc3..ba89dce 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 9b8563c..28b1ed9 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 8391bb0..99e5312 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 dfa9765..99e6efb 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 f444e97..42d10a0 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 6a14bfa..bcccd47 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 945ad81..9c902be 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 6914afd..4b3b282 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.13.0-SNAPSHOT</version>
+		<version>2.13.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 dc6e819..1564a2e 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 a18bbbe..cbcb0f8 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 c4259f4..a2ad89a 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 2028053..27e442d 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 3f3312f..5f77696 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 cd34ecc..75541f1 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 d753f90..2a58719 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 59a1814..229cd90 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 6075d5c..41dbe65 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 373d7a6..f530db2 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 65ece6b..be8117c 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 82adcba..7df357d 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 cd1ab29..adbeded 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 c012c05..b2e4a35 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 5ef6274..8df2059 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 8ec8080..16674ea 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 d84cfa5..734f3af 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 1d5fd03..aadbb46 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 1d6dec1..6a4ad48 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 1c1f168..456e426 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 1151701..fa5d896 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 dffc03b..0b844cd 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 d718a15..153b97c 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 59ab200..78e2ff1 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 0e375d3..cc1c251 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 0b50633..fe5a15a 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 34cb44f..8bab168 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 99f41da..d7b2ab8 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 879e66a..d5c0901 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 c2728fd..e2fa3ad 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 7563a23..21bde82 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 e0c9729..12ee010 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../../poms/build-parent-it/pom.xml</relativePath>
     </parent>
 
diff --git a/integration-tests/cxf-soap/pom.xml b/integration-tests/cxf-soap/pom.xml
index 8245499..1be4f38 100644
--- a/integration-tests/cxf-soap/pom.xml
+++ b/integration-tests/cxf-soap/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-build-parent-it</artifactId>
-        <version>2.13.0-SNAPSHOT</version>
+        <version>2.13.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 c353ecb..f6a8792 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 ee17a43..909624e 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 a3063a6..e8d1428 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 9fda7fe..c6c5452 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 4b67a57..c019f91 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 84b9c47..bbbcf27 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 22c97c6..b5f23e9 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 d57a9cc..1ab42c2 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 8145ca3..13b6df2 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 fc81eb6..a47fd26 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 e1618e1..5e28e9b 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 101586d..6465026 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 1dc7a7b..8c9d8dd 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 57cdf62..19a0519 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 2d9ec2e..b9e8725 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 31200f1..5ae8f12 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 e5b6ee8..f20cada 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 8c4b003..0d2aea0 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 c369c9a..da97feb 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 e34904b..de0b863 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 e6abee8..8dd62ac 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 c8bdee0..c3df1bd 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 c4c6868..2daee63 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 076f2d4..2cce584 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 47b1036..648b7ce 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 e2b560a..e46b1cc 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 a68bd7d..3418fdb 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 3be8cea..bd10435 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 4bcacab..7e8d25d 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 a6196f1..fb832e7 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 185b742..3c2cdd4 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 9733754..1b5bf8d 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 e74b2ee..264c3dd 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 a2f629c..5b0d307 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 239ffc6..dcc6b90 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 26cbd98..41f069f 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 9132e66..7c0b892 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 480ad2c..69c9deb 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 26a2855..f94c05f 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 f15db38..2ba6e20 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 2b6c245..87bc7a4 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 33ce58d..e31354e 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 9f054c2..fb23628 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 0d1c687..a956f027 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 2a48d8b..15c22c1 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 ad8d470..bca897f 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 a8838a8..c0769a7 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 697d33c..5acfc66 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 8b7c520..5a24dea 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 e64ecca..ad86810 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 f3a99f3..4de1ddf 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 c793612..70df9b6 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 9b9020b..a895730 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 d90b351..da7e136 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 4aac1b6..428d440 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 5c15c55..9433f0a 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 13f1d10..300e6a3 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 1b97fd5..03bdeac 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 1f9f146..c609070 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 9112015..32c89d2 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 e7543f0..84f4ca7 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 b689fc0..6b9bccb 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 f8adf58..34330dc 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 6ea18cd..ba0ead3 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 9c8cc44..9c5b987 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 193e80c..a8bd43d 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 d508f7c..116fd76 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 93c3e2c..1b32757 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 332dacb..bcb2218 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 a123408..37eba33 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 4326745..457b921 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 4c4abb6..1dea922 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 bfabb1d..cbf4704 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 a715cc8..774b52d 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 f946d92..162126a 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 10616f9..b55b38f 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 ba70016..8ee9d29 100644
--- a/integration-tests/master-openshift/pom.xml
+++ b/integration-tests/master-openshift/pom.xml
@@ -17,14 +17,12 @@
     limitations under the License.
 
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-build-parent-it</artifactId>
-        <version>2.13.0-SNAPSHOT</version>
+        <version>2.13.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 2de17ec..af4f72a 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 8f4d2d6..aaff411 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 a7e8051..b694a28 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 35ee99d..8ad59d2 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 b146c2c..611967a 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 196e0d7..a45c210 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 0f26da3..196423d 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 d291469..9c2090d 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 942ed14..8108ecc 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 ee58ade..bc0cebc 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 b821b5d..e91419a 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 509d087..a4b5f39 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 58b6eb9..fa99477 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 51e85be..92f5c6a 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 30f969d..274db1c 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 4f36f58..744173c 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 b494540..2f23fe6 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 acc8c7b..da4af9e 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 34dffc1..45e65db 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 b7055f0..f699f94 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 9feb0a6..52eecc4 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 32752b4..3e00287 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 6d16c29..6389f60 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 bacd98e..ad055ba 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 6733e56..16a769b 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 b7c61dd..46feb9a 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 d236084..407fefd 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 64b79d3..f9f4ad8 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../../poms/build-parent-it/pom.xml</relativePath>
     </parent>
 
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml
index 99ff783..728be3d 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/integration-tests/protobuf/pom.xml b/integration-tests/protobuf/pom.xml
index 2e9af18..a7c6237 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 b7df379..256f641 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 1487459..521c8a5 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 1f339f5..a35f9a8 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 ce35abc..a42b987 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 821b069..499a396 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 98bac7a..11b3056 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 9713d1d..c7cc3f1 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 65ce05f..05ccedf 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 2712ae0..906b3f2 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 8efb453..3b324d1 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 4cdab4a..e4540a3 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 b66b9fb..a708359 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 ba20017..2bcedaf 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 fca70e7..dbad314 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 57ceafe..e782471 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 425cf6f..6d9ae06 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 9e5d9d7..c732e32 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 4afa71b..21eb322 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 259af08..8e1378f 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 1e4e7d6..9390064 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 1f428f2..bb38623 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 af84614..e957b34 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 25b4094..643e3ba 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.13.0-SNAPSHOT</version>
+        <version>2.13.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.13.0-SNAPSHOT</camel-quarkus.version>
+        <camel-quarkus.version>2.13.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 5a9e458..869e0f9 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 3ae6a42..f22fd22 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 688aa2e..020bdc3 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 d94982b..44addab 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 d877dc3..8a02627 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 7142049..9979be2 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 4ac98d4..0adf725 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 acec8d6..7b93fb4 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 ba892ed..a6df5e2 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 4235d40..9d47a71 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 76efef2..75c76c4 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 2296f0a..92602ba 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 9126fb0..638d5eb 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 6e110ab..3295715 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 58c496c..cc491be 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 73e9fea..625fd90 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 c72a5fd..357c007 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 efdc39a..ad15476 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 f6d3f5e..2159c35 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 3e4225f..71cf26a 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 4d24309..6f9f1f9 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 9756919..41fef9b 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 f56a48e..0d4a13c 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 daa1a14..a596f27 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 2e222b9..fa2249d 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../../poms/build-parent-it/pom.xml</relativePath>
     </parent>
 
diff --git a/pom.xml b/pom.xml
index 09a87fa..afc5d5a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
 
     <groupId>org.apache.camel.quarkus</groupId>
     <artifactId>camel-quarkus</artifactId>
-    <version>2.13.0-SNAPSHOT</version>
+    <version>2.13.0</version>
     <packaging>pom</packaging>
 
     <name>Camel Quarkus</name>
@@ -268,7 +268,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.13.0</tag>
     </scm>
 
     <issueManagement>
@@ -372,7 +372,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 34bec65..a499cbe 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.13.0-SNAPSHOT</version>
+        <version>2.13.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.13.0-SNAPSHOT</camel-quarkus.version>
+        <camel-quarkus.version>2.13.0</camel-quarkus.version>
     </properties>
 
     <dependencyManagement>
diff --git a/poms/bom/pom.xml b/poms/bom/pom.xml
index ab872e7..6cb6257 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.13.0-SNAPSHOT</version>
+        <version>2.13.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.13.0-SNAPSHOT</camel-quarkus.version>
+        <camel-quarkus.version>2.13.0</camel-quarkus.version>
     </properties>
 
     <dependencyManagement>
diff --git a/poms/build-parent-it/pom.xml b/poms/build-parent-it/pom.xml
index 1d71c4b..180bc65 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.13.0-SNAPSHOT</version>
+        <version>2.13.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.13.0-SNAPSHOT</camel-quarkus.platform.version>
-        <camel-quarkus.version>2.13.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.13.0</camel-quarkus.platform.version>
+        <camel-quarkus.version>2.13.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 9d3e64e..d9f5bb7 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/poms/pom.xml b/poms/pom.xml
index ac3c1af..af45dba 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 54ceffd..0140888 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 31074d5..5d3fb11 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 e055e2c..794152d 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 c5c15de..f3c26cb 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.13.0-SNAPSHOT</version>
+        <version>2.13.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 d9beffe..f7f93d6 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath>../../poms/build-parent/pom.xml</relativePath>
     </parent>
 
diff --git a/tooling/pom.xml b/tooling/pom.xml
index f38feec..26050f2 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
     </parent>
 
     <artifactId>camel-quarkus-tooling</artifactId>
diff --git a/tooling/test-list/pom.xml b/tooling/test-list/pom.xml
index 81dab25..0c81be9 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.13.0-SNAPSHOT</version>
+        <version>2.13.0</version>
     </parent>
 
     <artifactId>camel-quarkus-test-list</artifactId>