diff --git a/core/pom.xml b/core/pom.xml
index b9d0f3011789d4103988682ada0794cad204afe3..ba935c5e5b3f3f518359266d9a8ea05b5dff6ae3 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.eclipsefoundation</groupId>
     <artifactId>quarkus-commons</artifactId>
-    <version>0.7.1-SNAPSHOT</version>
+    <version>0.7.1</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <properties>
diff --git a/persistence/deployment/pom.xml b/persistence/deployment/pom.xml
index 3e61151fad6c238c57698a41ecb5aebcdcad026c..26e2e312df491a1b0325a9a1d79abcfd2df76b45 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.7.1-SNAPSHOT</version>
+    <version>0.7.1</version>
   </parent>
   <artifactId>quarkus-persistence-deployment</artifactId>
   <name>Persistence - Deployment</name>
diff --git a/persistence/pom.xml b/persistence/pom.xml
index 7621d326fd4ced9ccf2ffb18ebfd32eb6c191b6e..8343bfc6b07816f5405ff1be3e527c8e1620c620 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.7.1-SNAPSHOT</version>
+  <version>0.7.1</version>
   <packaging>pom</packaging>
   <name>Persistence - Parent</name>
 	<parent>
 		<groupId>org.eclipsefoundation</groupId>
 		<artifactId>quarkus-commons</artifactId>
-		<version>0.7.1-SNAPSHOT</version>
+		<version>0.7.1</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
   <modules>
diff --git a/persistence/runtime/pom.xml b/persistence/runtime/pom.xml
index b7777b2c46192b56f2b09bace3127bf433658e1b..5c66face2ab63aa0bb88c1e361154e947b511e9e 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.7.1-SNAPSHOT</version>
+    <version>0.7.1</version>
   </parent>
   <artifactId>quarkus-persistence</artifactId>
   <name>Persistence - Runtime</name>
diff --git a/pom.xml b/pom.xml
index 53214ddd170bd164c06719306b824e8ec521fa3e..81391b1af85a783b7778e0805a697f1f29558a14 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.7.1-SNAPSHOT</version>
+	<version>0.7.1</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 becff3ad96b008bb080c3a1001efe25a16f450d5..5ffa721745c1ec3caf0ea14bb8807bedb29fab2d 100644
--- a/search/pom.xml
+++ b/search/pom.xml
@@ -6,7 +6,7 @@
 	<parent>
 		<groupId>org.eclipsefoundation</groupId>
 		<artifactId>quarkus-commons</artifactId>
-		<version>0.7.1-SNAPSHOT</version>
+		<version>0.7.1</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<properties></properties>
diff --git a/testing/pom.xml b/testing/pom.xml
index df097fb6d9e3ef631f687376275ec7b7a45f9423..60fa8c1585b2c985fb8f9b6ba93a5ed8bc8e7646 100644
--- a/testing/pom.xml
+++ b/testing/pom.xml
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.eclipsefoundation</groupId>
     <artifactId>quarkus-commons</artifactId>
-    <version>0.7.1-SNAPSHOT</version>
+    <version>0.7.1</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <properties>