diff --git a/core/pom.xml b/core/pom.xml
index b4fa21c47610907823a0aa21e1772055111bd8e8..1f50d01c113cfd663734eabaa1ab856e517bddff 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.eclipsefoundation</groupId>
     <artifactId>quarkus-commons</artifactId>
-    <version>0.6.10-SNAPSHOT</version>
+    <version>0.6.10</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <properties>
diff --git a/persistence/deployment/pom.xml b/persistence/deployment/pom.xml
index 1b45f1122b5368a2a2ed249a77ec96d662b290bf..98760bfd086f3f57ea9b7581b954a2ca22bb8e3e 100644
--- a/persistence/deployment/pom.xml
+++ b/persistence/deployment/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.eclipsefoundation</groupId>
     <artifactId>quarkus-persistence-parent</artifactId>
-    <version>0.6.10-SNAPSHOT</version>
+    <version>0.6.10</version>
   </parent>
   <artifactId>quarkus-persistence-deployment</artifactId>
   <name>Persistence - Deployment</name>
diff --git a/persistence/pom.xml b/persistence/pom.xml
index aff8726354383b463823e619a75a0807b8f9eb1f..e109719553a47e62e7708569e45592630bbc4ce7 100644
--- a/persistence/pom.xml
+++ b/persistence/pom.xml
@@ -4,13 +4,13 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.eclipsefoundation</groupId>
   <artifactId>quarkus-persistence-parent</artifactId>
-  <version>0.6.10-SNAPSHOT</version>
+  <version>0.6.10</version>
   <packaging>pom</packaging>
   <name>Persistence - Parent</name>
 	<parent>
 		<groupId>org.eclipsefoundation</groupId>
 		<artifactId>quarkus-commons</artifactId>
-		<version>0.6.10-SNAPSHOT</version>
+		<version>0.6.10</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
   <modules>
diff --git a/persistence/runtime/pom.xml b/persistence/runtime/pom.xml
index 8a2487a8ce2cc1145ab15d455e98a55c439e63cf..386922e2b227721735923244b53af752e46c6dd2 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>0.6.10-SNAPSHOT</version>
+    <version>0.6.10</version>
   </parent>
   <artifactId>quarkus-persistence</artifactId>
   <name>Persistence - Runtime</name>
diff --git a/pom.xml b/pom.xml
index 290a24afe233e0a62cb284638673e6a4e9a712f1..3d70b6f2859b9c7681b8baaad657c2e6e9096f5f 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>0.6.10-SNAPSHOT</version>
+	<version>0.6.10</version>
 	<packaging>pom</packaging>
 	<properties>
 		<compiler-plugin.version>3.8.1</compiler-plugin.version>
diff --git a/search/pom.xml b/search/pom.xml
index 0ea5d72c228cbf7ccdd5f3d0b9d688f5735ee8cb..5dbe9a3ba1dcc703471f925f8434c47d998a3320 100644
--- a/search/pom.xml
+++ b/search/pom.xml
@@ -6,7 +6,7 @@
 	<parent>
 		<groupId>org.eclipsefoundation</groupId>
 		<artifactId>quarkus-commons</artifactId>
-		<version>0.6.10-SNAPSHOT</version>
+		<version>0.6.10</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<properties></properties>
diff --git a/testing/pom.xml b/testing/pom.xml
index 4f864e64f29a870ff53a818c2458280e6d17a2e7..e55a9e5c22c41ca941fae778189ca34a59a3e52d 100644
--- a/testing/pom.xml
+++ b/testing/pom.xml
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.eclipsefoundation</groupId>
     <artifactId>quarkus-commons</artifactId>
-    <version>0.6.10-SNAPSHOT</version>
+    <version>0.6.10</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <properties>