diff --git a/alfa-server/pom.xml b/alfa-server/pom.xml
index 884c74bf15e86d576f43007ac28827fd1551dcdd..d9777be6c4b6c4fdb9cd02ed50f84f5261162a85 100644
--- a/alfa-server/pom.xml
+++ b/alfa-server/pom.xml
@@ -32,7 +32,7 @@
 	<parent>
 		<groupId>de.ozgcloud.alfa</groupId>
 		<artifactId>alfa</artifactId>
-		<version>2.21.0-SNAPSHOT</version>
+		<version>2.21.0</version>
 	</parent>
 
 	<artifactId>alfa-server</artifactId>
diff --git a/alfa-service/pom.xml b/alfa-service/pom.xml
index f63bcaaf6fee9e70a80961f6b248ee3208864439..502a451d0946c299ac876d8b870edc00c82242cf 100644
--- a/alfa-service/pom.xml
+++ b/alfa-service/pom.xml
@@ -33,7 +33,7 @@
 	<parent>
 		<groupId>de.ozgcloud.alfa</groupId>
 		<artifactId>alfa</artifactId>
-		<version>2.21.0-SNAPSHOT</version>
+		<version>2.21.0</version>
 	</parent>
 
 	<artifactId>alfa-service</artifactId>
diff --git a/pom.xml b/pom.xml
index 8130b3040ff62022fdab7365283cccd879c30144..5a69eba6661b4a68ddc7648d34dd896193dc43d0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,12 +32,12 @@
 	<parent>
 		<groupId>de.ozgcloud.common</groupId>
 		<artifactId>ozgcloud-common-parent</artifactId>
-		<version>4.11.0-SNAPSHOT</version>
+		<version>4.11.0</version>
 	</parent>
 
 	<groupId>de.ozgcloud.alfa</groupId>
 	<artifactId>alfa</artifactId>
-	<version>2.21.0-SNAPSHOT</version>
+	<version>2.21.0</version>
 	<name>Alfa Parent</name>
 	<packaging>pom</packaging>
 	<inceptionYear>2020</inceptionYear>