diff --git a/api/pom.xml b/api/pom.xml
index b5689d2474..787ff20834 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>io.smallrye.reactive</groupId>
         <artifactId>smallrye-reactive-messaging</artifactId>
-        <version>4.9.0-SNAPSHOT</version>
+        <version>4.9.0</version>
     </parent>
 
     <artifactId>smallrye-reactive-messaging-api</artifactId>
diff --git a/documentation/pom.xml b/documentation/pom.xml
index 63b02d1dd7..2a050cd15b 100644
--- a/documentation/pom.xml
+++ b/documentation/pom.xml
@@ -7,7 +7,7 @@
   <parent>
     <groupId>io.smallrye.reactive</groupId>
     <artifactId>smallrye-reactive-messaging</artifactId>
-    <version>4.9.0-SNAPSHOT</version>
+    <version>4.9.0</version>
   </parent>
 
   <artifactId>documentation</artifactId>
diff --git a/examples/amqp-quickstart/pom.xml b/examples/amqp-quickstart/pom.xml
index 745c83d61a..dfdffb2f17 100644
--- a/examples/amqp-quickstart/pom.xml
+++ b/examples/amqp-quickstart/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>io.smallrye.reactive</groupId>
     <artifactId>smallrye-reactive-messaging</artifactId>
-    <version>4.9.0-SNAPSHOT</version>
+    <version>4.9.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
diff --git a/examples/kafka-quickstart-kotlin/pom.xml b/examples/kafka-quickstart-kotlin/pom.xml
index 6e6d70c029..e5d2531759 100644
--- a/examples/kafka-quickstart-kotlin/pom.xml
+++ b/examples/kafka-quickstart-kotlin/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>io.smallrye.reactive</groupId>
     <artifactId>smallrye-reactive-messaging</artifactId>
-    <version>4.9.0-SNAPSHOT</version>
+    <version>4.9.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
diff --git a/examples/kafka-quickstart/pom.xml b/examples/kafka-quickstart/pom.xml
index f994de5e5c..65ab4b292d 100644
--- a/examples/kafka-quickstart/pom.xml
+++ b/examples/kafka-quickstart/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>io.smallrye.reactive</groupId>
     <artifactId>smallrye-reactive-messaging</artifactId>
-    <version>4.9.0-SNAPSHOT</version>
+    <version>4.9.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
diff --git a/examples/mqtt-quickstart/pom.xml b/examples/mqtt-quickstart/pom.xml
index f0c5b7061d..0111b9d0e9 100644
--- a/examples/mqtt-quickstart/pom.xml
+++ b/examples/mqtt-quickstart/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>io.smallrye.reactive</groupId>
     <artifactId>smallrye-reactive-messaging</artifactId>
-    <version>4.9.0-SNAPSHOT</version>
+    <version>4.9.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
diff --git a/examples/quickstart/pom.xml b/examples/quickstart/pom.xml
index e7f9db4d16..4b875f5329 100644
--- a/examples/quickstart/pom.xml
+++ b/examples/quickstart/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>io.smallrye.reactive</groupId>
     <artifactId>smallrye-reactive-messaging</artifactId>
-    <version>4.9.0-SNAPSHOT</version>
+    <version>4.9.0</version>
     <relativePath>../../pom.xml</relativePath>  </parent>
 
   <artifactId>reactive-messaging-quickstart</artifactId>
diff --git a/examples/rabbitmq-quickstart/pom.xml b/examples/rabbitmq-quickstart/pom.xml
index 70c0266231..69a65b2d10 100644
--- a/examples/rabbitmq-quickstart/pom.xml
+++ b/examples/rabbitmq-quickstart/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>io.smallrye.reactive</groupId>
     <artifactId>smallrye-reactive-messaging</artifactId>
-    <version>4.9.0-SNAPSHOT</version>
+    <version>4.9.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
diff --git a/pom.xml b/pom.xml
index fdf998d042..5d8843bdcd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,7 @@
 
   <groupId>io.smallrye.reactive</groupId>
   <artifactId>smallrye-reactive-messaging</artifactId>
-  <version>4.9.0-SNAPSHOT</version>
+  <version>4.9.0</version>
   <packaging>pom</packaging>
 
   <name>SmallRye Reactive Messaging</name>
diff --git a/release/pom.xml b/release/pom.xml
index 359df3fab6..ee16bace4d 100644
--- a/release/pom.xml
+++ b/release/pom.xml
@@ -5,7 +5,7 @@
     <parent>
       <groupId>io.smallrye.reactive</groupId>
       <artifactId>smallrye-reactive-messaging</artifactId>
-      <version>4.9.0-SNAPSHOT</version>
+      <version>4.9.0</version>
     </parent>
 
     <artifactId>smallrye-reactive-messaging-release</artifactId>
diff --git a/smallrye-connector-attribute-processor/pom.xml b/smallrye-connector-attribute-processor/pom.xml
index 19fcb72ebe..6d43055066 100644
--- a/smallrye-connector-attribute-processor/pom.xml
+++ b/smallrye-connector-attribute-processor/pom.xml
@@ -7,7 +7,7 @@
   <parent>
     <groupId>io.smallrye.reactive</groupId>
     <artifactId>smallrye-reactive-messaging</artifactId>
-    <version>4.9.0-SNAPSHOT</version>
+    <version>4.9.0</version>
   </parent>
 
   <artifactId>smallrye-connector-attribute-processor</artifactId>
diff --git a/smallrye-reactive-messaging-amqp/pom.xml b/smallrye-reactive-messaging-amqp/pom.xml
index caa755c87a..7ca3ca6b80 100644
--- a/smallrye-reactive-messaging-amqp/pom.xml
+++ b/smallrye-reactive-messaging-amqp/pom.xml
@@ -6,7 +6,7 @@
   <parent>
     <groupId>io.smallrye.reactive</groupId>
     <artifactId>smallrye-reactive-messaging</artifactId>
-    <version>4.9.0-SNAPSHOT</version>
+    <version>4.9.0</version>
   </parent>
 
   <artifactId>smallrye-reactive-messaging-amqp</artifactId>
diff --git a/smallrye-reactive-messaging-camel/pom.xml b/smallrye-reactive-messaging-camel/pom.xml
index 6b6ac2bbd0..5860184c9b 100644
--- a/smallrye-reactive-messaging-camel/pom.xml
+++ b/smallrye-reactive-messaging-camel/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>io.smallrye.reactive</groupId>
     <artifactId>smallrye-reactive-messaging</artifactId>
-    <version>4.9.0-SNAPSHOT</version>
+    <version>4.9.0</version>
   </parent>
 
   <artifactId>smallrye-reactive-messaging-camel</artifactId>
diff --git a/smallrye-reactive-messaging-gcp-pubsub/pom.xml b/smallrye-reactive-messaging-gcp-pubsub/pom.xml
index 19988ec26a..a1999c3cea 100644
--- a/smallrye-reactive-messaging-gcp-pubsub/pom.xml
+++ b/smallrye-reactive-messaging-gcp-pubsub/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>smallrye-reactive-messaging</artifactId>
     <groupId>io.smallrye.reactive</groupId>
-    <version>4.9.0-SNAPSHOT</version>
+    <version>4.9.0</version>
   </parent>
   <properties>
 
diff --git a/smallrye-reactive-messaging-health/pom.xml b/smallrye-reactive-messaging-health/pom.xml
index 5d1c67b2f1..51f86d39d3 100644
--- a/smallrye-reactive-messaging-health/pom.xml
+++ b/smallrye-reactive-messaging-health/pom.xml
@@ -7,7 +7,7 @@
   <parent>
     <groupId>io.smallrye.reactive</groupId>
     <artifactId>smallrye-reactive-messaging</artifactId>
-    <version>4.9.0-SNAPSHOT</version>
+    <version>4.9.0</version>
   </parent>
 
 
diff --git a/smallrye-reactive-messaging-in-memory/pom.xml b/smallrye-reactive-messaging-in-memory/pom.xml
index 798ac35cd4..3a4e5fb201 100644
--- a/smallrye-reactive-messaging-in-memory/pom.xml
+++ b/smallrye-reactive-messaging-in-memory/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>io.smallrye.reactive</groupId>
     <artifactId>smallrye-reactive-messaging</artifactId>
-    <version>4.9.0-SNAPSHOT</version>
+    <version>4.9.0</version>
   </parent>
 
   <artifactId>smallrye-reactive-messaging-in-memory</artifactId>
diff --git a/smallrye-reactive-messaging-jackson/pom.xml b/smallrye-reactive-messaging-jackson/pom.xml
index 44c1809445..7a738149d4 100644
--- a/smallrye-reactive-messaging-jackson/pom.xml
+++ b/smallrye-reactive-messaging-jackson/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <artifactId>smallrye-reactive-messaging</artifactId>
     <groupId>io.smallrye.reactive</groupId>
-    <version>4.9.0-SNAPSHOT</version>
+    <version>4.9.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/smallrye-reactive-messaging-jms/pom.xml b/smallrye-reactive-messaging-jms/pom.xml
index b7bf79790b..06b0f0553b 100644
--- a/smallrye-reactive-messaging-jms/pom.xml
+++ b/smallrye-reactive-messaging-jms/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>io.smallrye.reactive</groupId>
     <artifactId>smallrye-reactive-messaging</artifactId>
-    <version>4.9.0-SNAPSHOT</version>
+    <version>4.9.0</version>
   </parent>
 
   <artifactId>smallrye-reactive-messaging-jms</artifactId>
diff --git a/smallrye-reactive-messaging-jsonb/pom.xml b/smallrye-reactive-messaging-jsonb/pom.xml
index 77ae8c5743..5f17adcd3a 100644
--- a/smallrye-reactive-messaging-jsonb/pom.xml
+++ b/smallrye-reactive-messaging-jsonb/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <artifactId>smallrye-reactive-messaging</artifactId>
     <groupId>io.smallrye.reactive</groupId>
-    <version>4.9.0-SNAPSHOT</version>
+    <version>4.9.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/smallrye-reactive-messaging-kafka-api/pom.xml b/smallrye-reactive-messaging-kafka-api/pom.xml
index 64249793d6..6b3caa0e69 100644
--- a/smallrye-reactive-messaging-kafka-api/pom.xml
+++ b/smallrye-reactive-messaging-kafka-api/pom.xml
@@ -6,7 +6,7 @@
   <parent>
     <groupId>io.smallrye.reactive</groupId>
     <artifactId>smallrye-reactive-messaging</artifactId>
-    <version>4.9.0-SNAPSHOT</version>
+    <version>4.9.0</version>
   </parent>
 
   <artifactId>smallrye-reactive-messaging-kafka-api</artifactId>
diff --git a/smallrye-reactive-messaging-kafka-test-companion/pom.xml b/smallrye-reactive-messaging-kafka-test-companion/pom.xml
index 9e92d00987..91e9bfc9d7 100644
--- a/smallrye-reactive-messaging-kafka-test-companion/pom.xml
+++ b/smallrye-reactive-messaging-kafka-test-companion/pom.xml
@@ -6,7 +6,7 @@
   <parent>
     <groupId>io.smallrye.reactive</groupId>
     <artifactId>smallrye-reactive-messaging</artifactId>
-    <version>4.9.0-SNAPSHOT</version>
+    <version>4.9.0</version>
   </parent>
 
   <artifactId>smallrye-reactive-messaging-kafka-test-companion</artifactId>
diff --git a/smallrye-reactive-messaging-kafka/pom.xml b/smallrye-reactive-messaging-kafka/pom.xml
index c2c62306ad..17bfbd802e 100644
--- a/smallrye-reactive-messaging-kafka/pom.xml
+++ b/smallrye-reactive-messaging-kafka/pom.xml
@@ -6,7 +6,7 @@
   <parent>
     <groupId>io.smallrye.reactive</groupId>
     <artifactId>smallrye-reactive-messaging</artifactId>
-    <version>4.9.0-SNAPSHOT</version>
+    <version>4.9.0</version>
   </parent>
 
   <artifactId>smallrye-reactive-messaging-kafka</artifactId>
diff --git a/smallrye-reactive-messaging-mqtt/pom.xml b/smallrye-reactive-messaging-mqtt/pom.xml
index b7fd81a13e..d931f3d589 100644
--- a/smallrye-reactive-messaging-mqtt/pom.xml
+++ b/smallrye-reactive-messaging-mqtt/pom.xml
@@ -6,7 +6,7 @@
   <parent>
     <groupId>io.smallrye.reactive</groupId>
     <artifactId>smallrye-reactive-messaging</artifactId>
-    <version>4.9.0-SNAPSHOT</version>
+    <version>4.9.0</version>
   </parent>
 
   <artifactId>smallrye-reactive-messaging-mqtt</artifactId>
diff --git a/smallrye-reactive-messaging-otel/pom.xml b/smallrye-reactive-messaging-otel/pom.xml
index dbf42244d8..8e4cfccf5c 100644
--- a/smallrye-reactive-messaging-otel/pom.xml
+++ b/smallrye-reactive-messaging-otel/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <artifactId>smallrye-reactive-messaging</artifactId>
     <groupId>io.smallrye.reactive</groupId>
-    <version>4.9.0-SNAPSHOT</version>
+    <version>4.9.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/smallrye-reactive-messaging-provider/pom.xml b/smallrye-reactive-messaging-provider/pom.xml
index e4c947abd1..6504df5dbf 100644
--- a/smallrye-reactive-messaging-provider/pom.xml
+++ b/smallrye-reactive-messaging-provider/pom.xml
@@ -6,7 +6,7 @@
   <parent>
     <groupId>io.smallrye.reactive</groupId>
     <artifactId>smallrye-reactive-messaging</artifactId>
-    <version>4.9.0-SNAPSHOT</version>
+    <version>4.9.0</version>
   </parent>
 
   <artifactId>smallrye-reactive-messaging-provider</artifactId>
diff --git a/smallrye-reactive-messaging-pulsar/pom.xml b/smallrye-reactive-messaging-pulsar/pom.xml
index 21d9f46471..f33f9faced 100644
--- a/smallrye-reactive-messaging-pulsar/pom.xml
+++ b/smallrye-reactive-messaging-pulsar/pom.xml
@@ -6,7 +6,7 @@
   <parent>
     <groupId>io.smallrye.reactive</groupId>
     <artifactId>smallrye-reactive-messaging</artifactId>
-    <version>4.9.0-SNAPSHOT</version>
+    <version>4.9.0</version>
   </parent>
 
   <artifactId>smallrye-reactive-messaging-pulsar</artifactId>
diff --git a/smallrye-reactive-messaging-rabbitmq/pom.xml b/smallrye-reactive-messaging-rabbitmq/pom.xml
index aab400e642..05e8fdefd0 100644
--- a/smallrye-reactive-messaging-rabbitmq/pom.xml
+++ b/smallrye-reactive-messaging-rabbitmq/pom.xml
@@ -6,7 +6,7 @@
   <parent>
     <groupId>io.smallrye.reactive</groupId>
     <artifactId>smallrye-reactive-messaging</artifactId>
-    <version>4.9.0-SNAPSHOT</version>
+    <version>4.9.0</version>
   </parent>
 
   <artifactId>smallrye-reactive-messaging-rabbitmq</artifactId>
diff --git a/tck/pom.xml b/tck/pom.xml
index a142518d1b..266f6d1acf 100644
--- a/tck/pom.xml
+++ b/tck/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>io.smallrye.reactive</groupId>
     <artifactId>smallrye-reactive-messaging</artifactId>
-    <version>4.9.0-SNAPSHOT</version>
+    <version>4.9.0</version>
   </parent>
 
   <artifactId>tck</artifactId>
diff --git a/test-common/pom.xml b/test-common/pom.xml
index 978aaa058f..93f202ea87 100644
--- a/test-common/pom.xml
+++ b/test-common/pom.xml
@@ -6,7 +6,7 @@
   <parent>
     <groupId>io.smallrye.reactive</groupId>
     <artifactId>smallrye-reactive-messaging</artifactId>
-    <version>4.9.0-SNAPSHOT</version>
+    <version>4.9.0</version>
   </parent>
 
   <artifactId>test-common</artifactId>