diff --git a/alfa-server/pom.xml b/alfa-server/pom.xml
index f88c7042185a80d7c7f67370e7f1b734a134555f..2f49a2232274d44b4c52a26aac62bfc0b1fe7f99 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.20.0-SNAPSHOT</version>
+		<version>2.20.0</version>
 	</parent>
 
 	<artifactId>alfa-server</artifactId>
diff --git a/alfa-service/pom.xml b/alfa-service/pom.xml
index 7bfdc2210263056b04fd9401e8c3888c7afd11df..5e3d4493678e393b30284466e3b3ddc772ccfb6c 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.20.0-SNAPSHOT</version>
+		<version>2.20.0</version>
 	</parent>
 
 	<artifactId>alfa-service</artifactId>
diff --git a/pom.xml b/pom.xml
index f15f86fe3dd54b8d8af02a23a397287a379bcaf4..2e967705407e0c5c5230e3214780e644cb730562 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,7 +37,7 @@
 
 	<groupId>de.ozgcloud.alfa</groupId>
 	<artifactId>alfa</artifactId>
-	<version>2.20.0-SNAPSHOT</version>
+	<version>2.20.0</version>
 	<name>Alfa Parent</name>
 	<packaging>pom</packaging>
 	<inceptionYear>2020</inceptionYear>