diff --git a/bayernid-proxy-impl/pom.xml b/bayernid-proxy-impl/pom.xml
index 2269c10894753fb3628f4e6edf376e166890447c..539d8e4939e48993045eca0e410f79ad458e43f8 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.6.0-SNAPSHOT</version>
+		<version>0.6.0</version>
 		<relativePath>../</relativePath>
 	</parent>
 
diff --git a/bayernid-proxy-interface/pom.xml b/bayernid-proxy-interface/pom.xml
index e6df8595f80d2bc3638845a4c44dc8f431652e6a..1551d57cdb672b6cedda9309d0ac9fca126e05e0 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.2.0</version>
+		<version>4.3.1</version>
 		<relativePath/>
 	</parent>
 
 	<groupId>de.ozgcloud.nachrichten</groupId>
 	<artifactId>bayernid-proxy-interface</artifactId>
-	<version>0.6.0-SNAPSHOT</version>
+	<version>0.6.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 772645b05f53a9d904d1996cdcc7534cebce7015..753c2eafc846f90c835556800d2a24df24417797 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,13 +31,13 @@
 	<parent>
 		<groupId>de.ozgcloud.common</groupId>
 		<artifactId>ozgcloud-common-parent</artifactId>
-		<version>4.2.0</version>
+		<version>4.3.1</version>
 		<relativePath/>
 	</parent>
 
 	<groupId>de.ozgcloud.nachrichten</groupId>
 	<artifactId>nachrichten-bayernid-proxy</artifactId>
-	<version>0.6.0-SNAPSHOT</version>
+	<version>0.6.0</version>
 	<packaging>pom</packaging>
 
 	<name>OZG-Cloud BayernID Proxy</name>