diff --git a/bayernid-proxy-impl/pom.xml b/bayernid-proxy-impl/pom.xml
index 3b367add77b20107dc7cfddd9752e5e81cb9ae39..f25bd4e63cca0701c658bc8b959673539bface93 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.9.0-SNAPSHOT</version>
+		<version>0.9.0</version>
 		<relativePath>../</relativePath>
 	</parent>
 
diff --git a/bayernid-proxy-interface/pom.xml b/bayernid-proxy-interface/pom.xml
index 26ec9b4a298dde8be7ec108f5f57e156303bd1bb..14099f0fe5264b950aab22e5ceb6a2839e3045d2 100644
--- a/bayernid-proxy-interface/pom.xml
+++ b/bayernid-proxy-interface/pom.xml
@@ -36,7 +36,7 @@
 
 	<groupId>de.ozgcloud.nachrichten</groupId>
 	<artifactId>bayernid-proxy-interface</artifactId>
-	<version>0.9.0-SNAPSHOT</version>
+	<version>0.9.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 352d352a33d3c3bbff01f1904c4baa44c6693989..7feb62f5733ebde01c0e85153f17a471fae756f5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,7 +37,7 @@
 
 	<groupId>de.ozgcloud.nachrichten</groupId>
 	<artifactId>nachrichten-bayernid-proxy</artifactId>
-	<version>0.9.0-SNAPSHOT</version>
+	<version>0.9.0</version>
 	<packaging>pom</packaging>
 
 	<name>OZG-Cloud BayernID Proxy</name>