diff --git a/caching/pom.xml b/caching/pom.xml
index eef12cd0750fa323c1c588d93844858fb3d9a458..98d4ecbe59c725bfa4db6a29dfa4e9af1536d6da 100644
--- a/caching/pom.xml
+++ b/caching/pom.xml
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.eclipsefoundation</groupId>
     <artifactId>quarkus-commons</artifactId>
-    <version>1.2.4-SNAPSHOT</version>
+    <version>1.2.4</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <dependencies>
diff --git a/core/pom.xml b/core/pom.xml
index 8bb87861ba7ad48ea558544cd8a61e26cd4ce490..fc03ab57bca7363fe92c72c5388bff951c04ad72 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.eclipsefoundation</groupId>
     <artifactId>quarkus-commons</artifactId>
-    <version>1.2.4-SNAPSHOT</version>
+    <version>1.2.4</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <properties>
diff --git a/efservices/pom.xml b/efservices/pom.xml
index 4fcc9009a7744f58f12dc40caee3286a494ea476..892cbda7dc78487841b8c44ac3f7f56639a09dbe 100644
--- a/efservices/pom.xml
+++ b/efservices/pom.xml
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.eclipsefoundation</groupId>
     <artifactId>quarkus-commons</artifactId>
-    <version>1.2.4-SNAPSHOT</version>
+    <version>1.2.4</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <properties>
diff --git a/http/pom.xml b/http/pom.xml
index b0dad3db6fb9a19ad708691643e0bc61f29ec483..ce2c6f43a3fc03997bcc93a38e4c57b21ebcf4f0 100644
--- a/http/pom.xml
+++ b/http/pom.xml
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.eclipsefoundation</groupId>
     <artifactId>quarkus-commons</artifactId>
-    <version>1.2.4-SNAPSHOT</version>
+    <version>1.2.4</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <properties>
diff --git a/persistence/deployment/pom.xml b/persistence/deployment/pom.xml
index 1a1a55e45b1e0bc77b7ad0c8272746e7501e8a96..69c6f98e98f5e7defc34eddf1062914486b566e8 100644
--- a/persistence/deployment/pom.xml
+++ b/persistence/deployment/pom.xml
@@ -8,7 +8,7 @@
   <parent>
     <groupId>org.eclipsefoundation</groupId>
     <artifactId>quarkus-persistence-parent</artifactId>
-    <version>1.2.4-SNAPSHOT</version>
+    <version>1.2.4</version>
   </parent>
   <artifactId>quarkus-persistence-deployment</artifactId>
   <name>Persistence - Deployment</name>
diff --git a/persistence/pom.xml b/persistence/pom.xml
index 5e22dce9b8f58657a522bde9b0b405de8a7ee745..051f50da5181c27ef655544e5d54b4feba689006 100644
--- a/persistence/pom.xml
+++ b/persistence/pom.xml
@@ -7,7 +7,7 @@
   <parent>
     <groupId>org.eclipsefoundation</groupId>
     <artifactId>quarkus-commons</artifactId>
-    <version>1.2.4-SNAPSHOT</version>
+    <version>1.2.4</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <modules>
diff --git a/persistence/runtime/pom.xml b/persistence/runtime/pom.xml
index f5293c70428c9f20a45fac3247df88aa13b40825..3d3e213d4a3b15a26cc49f4be3408d053bbb4ed2 100644
--- a/persistence/runtime/pom.xml
+++ b/persistence/runtime/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.eclipsefoundation</groupId>
     <artifactId>quarkus-persistence-parent</artifactId>
-    <version>1.2.4-SNAPSHOT</version>
+    <version>1.2.4</version>
   </parent>
   <artifactId>quarkus-persistence</artifactId>
   <name>Persistence - Runtime</name>
diff --git a/pom.xml b/pom.xml
index 9404778d6370917e7bb076f930df33daa55df1d3..4463555b6d5c349f4b9154c9eea095fc32157b9f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
   <groupId>org.eclipsefoundation</groupId>
   <artifactId>quarkus-commons</artifactId>
   <name>Java SDK Commons</name>
-  <version>1.2.4-SNAPSHOT</version>
+  <version>1.2.4</version>
   <packaging>pom</packaging>
   <properties>
     <compiler-plugin.version>3.13.0</compiler-plugin.version>
diff --git a/testing/pom.xml b/testing/pom.xml
index 8e3565e189e0f9402f74385a54b7d6efbd72b417..7837f4b84637418cc3862101ab493cceb7b4f50d 100644
--- a/testing/pom.xml
+++ b/testing/pom.xml
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.eclipsefoundation</groupId>
     <artifactId>quarkus-commons</artifactId>
-    <version>1.2.4-SNAPSHOT</version>
+    <version>1.2.4</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <properties>
diff --git a/utils/pom.xml b/utils/pom.xml
index 064d8e6639c76636efc8567158f567b9ef75deea..7d1b76d2441962601f66213b6da6c431da7c855f 100644
--- a/utils/pom.xml
+++ b/utils/pom.xml
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.eclipsefoundation</groupId>
     <artifactId>quarkus-commons</artifactId>
-    <version>1.2.4-SNAPSHOT</version>
+    <version>1.2.4</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <dependencies>