diff --git a/bayernid-proxy-impl/pom.xml b/bayernid-proxy-impl/pom.xml
index 3627aa3447bfa2beca0884c94331e1885d0cf5a5..d7200224178e51091b064b69abaff03135488472 100644
--- a/bayernid-proxy-impl/pom.xml
+++ b/bayernid-proxy-impl/pom.xml
@@ -31,7 +31,7 @@
 	<parent>
 		<groupId>de.ozgcloud.nachrichten</groupId>
 		<artifactId>nachrichten-bayernid-proxy</artifactId>
-		<version>0.7.0-SNAPSHOT</version>
+		<version>0.7.0</version>
 		<relativePath>../</relativePath>
 	</parent>
 
diff --git a/bayernid-proxy-interface/pom.xml b/bayernid-proxy-interface/pom.xml
index 1c0c4d92f4898f15d6f9a3d45903e73569213d29..54ea06f8aa5350dec2de24fe1d0bc1ad3e422680 100644
--- a/bayernid-proxy-interface/pom.xml
+++ b/bayernid-proxy-interface/pom.xml
@@ -30,13 +30,13 @@
 	<parent>
 		<groupId>de.ozgcloud.common</groupId>
 		<artifactId>ozgcloud-common-dependencies</artifactId>
-		<version>4.4.0-SNAPSHOT</version>
+		<version>4.4.0</version>
 		<relativePath/>
 	</parent>
 
 	<groupId>de.ozgcloud.nachrichten</groupId>
 	<artifactId>bayernid-proxy-interface</artifactId>
-	<version>0.7.0-SNAPSHOT</version>
+	<version>0.7.0</version>
 
 	<name>OZG-Cloud BayernID Proxy Interface</name>
 	<description>Interface (gRPC) for BayernID Proxy Service</description>
diff --git a/pom.xml b/pom.xml
index a65a37ebf7fe5b78da41634665103a3b5ec11436..59dcf60a0d84c91f3ad7980eaa7221205b26eff5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,13 +31,13 @@
 	<parent>
 		<groupId>de.ozgcloud.common</groupId>
 		<artifactId>ozgcloud-common-parent</artifactId>
-		<version>4.4.0-SNAPSHOT</version>
+		<version>4.4.0</version>
 		<relativePath/>
 	</parent>
 
 	<groupId>de.ozgcloud.nachrichten</groupId>
 	<artifactId>nachrichten-bayernid-proxy</artifactId>
-	<version>0.7.0-SNAPSHOT</version>
+	<version>0.7.0</version>
 	<packaging>pom</packaging>
 
 	<name>OZG-Cloud BayernID Proxy</name>