diff --git a/alfa-client/pom.xml b/alfa-client/pom.xml
index 65fcfa287789b0f4ef1bba1d07561b72974607ec..e249e00da200fff2efaf6ffd7abe291f3bbd3a99 100644
--- a/alfa-client/pom.xml
+++ b/alfa-client/pom.xml
@@ -29,7 +29,7 @@
   <parent>
     <groupId>de.ozgcloud.alfa</groupId>
     <artifactId>alfa</artifactId>
-    <version>2.17.1-SNAPSHOT</version>
+    <version>2.17.1</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
diff --git a/alfa-server/pom.xml b/alfa-server/pom.xml
index b310933cdb101e68c2394908b05ecd21e608097c..d892ba5e726a0225679114dcaf3aa8d2f558e393 100644
--- a/alfa-server/pom.xml
+++ b/alfa-server/pom.xml
@@ -30,7 +30,7 @@
 	<parent>
 		<groupId>de.ozgcloud.alfa</groupId>
 		<artifactId>alfa</artifactId>
-		<version>2.17.1-SNAPSHOT</version>
+		<version>2.17.1</version>
 	</parent>
 
 	<artifactId>alfa-server</artifactId>
diff --git a/alfa-service/pom.xml b/alfa-service/pom.xml
index e357bb2ad222155333915cdde915d132f6c045a8..b88ce5ac38acaa682d45d3c4e0509d3284c3041e 100644
--- a/alfa-service/pom.xml
+++ b/alfa-service/pom.xml
@@ -31,7 +31,7 @@
 	<parent>
 		<groupId>de.ozgcloud.alfa</groupId>
 		<artifactId>alfa</artifactId>
-		<version>2.17.1-SNAPSHOT</version>
+		<version>2.17.1</version>
 	</parent>
 
 	<artifactId>alfa-service</artifactId>
diff --git a/pom.xml b/pom.xml
index 2c536af25aa83f7e6f6bfc2b841466a53c3f306e..c1073cb2ae3224cfab97baa964c4b6393d8277e9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -35,7 +35,7 @@
 
 	<groupId>de.ozgcloud.alfa</groupId>
 	<artifactId>alfa</artifactId>
-	<version>2.17.1-SNAPSHOT</version>
+	<version>2.17.1</version>
 	<name>Alfa Parent</name>
 	<packaging>pom</packaging>
 	<inceptionYear>2020</inceptionYear>