diff --git a/caching/pom.xml b/caching/pom.xml
index 2b8c217083eb6b5ba032a7bc0edc78ce3fb3d02c..1dd5d6ea54d6741e7af90eec86cfbe4f0ab7754b 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.5-SNAPSHOT</version>
+    <version>1.2.5</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <dependencies>
diff --git a/core/pom.xml b/core/pom.xml
index 1e068e69ad3f47aa2abd4cdf735a6f46839b6afa..69338e1c47b79b71e7e5e7711313ff190dab8048 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.5-SNAPSHOT</version>
+    <version>1.2.5</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <properties>
diff --git a/efservices/pom.xml b/efservices/pom.xml
index 460c16585618b8225e843339b93a76a8ef6dfad8..262b1303cb055de4b4c7ec550441db98044b9551 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.5-SNAPSHOT</version>
+    <version>1.2.5</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <properties>
diff --git a/http/pom.xml b/http/pom.xml
index e1b653f51d358c9affe2fbb6a4982b37e392c15a..55b4447f4638c92e48dce757a7906e309d255eac 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.5-SNAPSHOT</version>
+    <version>1.2.5</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <properties>
diff --git a/persistence/deployment/pom.xml b/persistence/deployment/pom.xml
index 9233341b5b6adbfc49aac3a0794854877b81aac9..45a69eb90f6c21602af72774b670509a9ecab550 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.5-SNAPSHOT</version>
+    <version>1.2.5</version>
   </parent>
   <artifactId>quarkus-persistence-deployment</artifactId>
   <name>Persistence - Deployment</name>
diff --git a/persistence/pom.xml b/persistence/pom.xml
index f3312532e8ee8c5678303ab0393f73b9b3c96242..ed4d3e37a08c3e852418180f97164ce6032ce74a 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.5-SNAPSHOT</version>
+    <version>1.2.5</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <modules>
diff --git a/persistence/runtime/pom.xml b/persistence/runtime/pom.xml
index a35b24e4712dc9e210984be8e52fae673df3a24e..92cafe5991cced21e8052faf91179ea280a02bba 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.5-SNAPSHOT</version>
+    <version>1.2.5</version>
   </parent>
   <artifactId>quarkus-persistence</artifactId>
   <name>Persistence - Runtime</name>
diff --git a/pom.xml b/pom.xml
index 738d0db5ddf036ffe3edc393592bf82172c6d87a..beac750acc55e86a82e459ec1b22c98ef9dcb9e8 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.5-SNAPSHOT</version>
+  <version>1.2.5</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 865e843132609232632ed597d45cd9f6c31317eb..ce80cd5d199078c719b47857f14ecabc0e296870 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.5-SNAPSHOT</version>
+    <version>1.2.5</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <properties>
diff --git a/utils/pom.xml b/utils/pom.xml
index 7d5e3d2e2b29c6b6e82caaaa643c5758ed71f32a..c07a29caf949878a0624bc5b2a43001b88b71a80 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.5-SNAPSHOT</version>
+    <version>1.2.5</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <dependencies>