diff --git a/nachrichten-manager-interface/pom.xml b/nachrichten-manager-interface/pom.xml
index 923e10c577379919d3d5fd983eea8445dc364051..6845e4ab8163116d9d53c4dd513a80f2c7c15b34 100644
--- a/nachrichten-manager-interface/pom.xml
+++ b/nachrichten-manager-interface/pom.xml
@@ -32,12 +32,12 @@
 		<groupId>de.ozgcloud.common</groupId>
 		<artifactId>ozgcloud-common-dependencies</artifactId>
 		<version>4.7.0</version>
-		<relativePath/>
+		<relativePath />
 	</parent>
 
 	<groupId>de.ozgcloud.nachrichten</groupId>
 	<artifactId>nachrichten-manager-interface</artifactId>
-	<version>2.17.0-SNAPSHOT</version>
+	<version>2.17.0</version>
 
 	<name>OZG-Cloud Nachrichten Manager gRPC Interface</name>
 	<description>Interface (gRPC) for Nachrichten Manager</description>
@@ -152,4 +152,4 @@
 			</plugin>
 		</plugins>
 	</build>
-</project>
+</project>
\ No newline at end of file
diff --git a/nachrichten-manager-postfach-interface/pom.xml b/nachrichten-manager-postfach-interface/pom.xml
index b336d4009521ecc3cdd526d7296f4714f3d7bb00..a997a093a460cfaf947814775bcf9cdd4fbb2aa3 100644
--- a/nachrichten-manager-postfach-interface/pom.xml
+++ b/nachrichten-manager-postfach-interface/pom.xml
@@ -28,15 +28,15 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
 
-	<parent>
-		<groupId>de.ozgcloud.nachrichten</groupId>
-		<artifactId>nachrichten-manager</artifactId>
-        <version>2.17.0-SNAPSHOT</version>
+    <parent>
+        <groupId>de.ozgcloud.nachrichten</groupId>
+        <artifactId>nachrichten-manager</artifactId>
+        <version>2.17.0</version>
         <relativePath>../</relativePath>
-	</parent>
+    </parent>
 
-	<artifactId>nachrichten-manager-postfach-interface</artifactId>
-	<name>OZG-Cloud Nachrichten Manager - Postfach Interface</name>
+    <artifactId>nachrichten-manager-postfach-interface</artifactId>
+    <name>OZG-Cloud Nachrichten Manager - Postfach Interface</name>
 
     <dependencies>
         <dependency>
@@ -72,4 +72,4 @@
         </plugins>
     </build>
 
-</project>
+</project>
\ No newline at end of file
diff --git a/nachrichten-manager-server/pom.xml b/nachrichten-manager-server/pom.xml
index 67a127f1204b52b3dc2ab4bb7e2b084c0dbd8ca6..227bb9d9696666be35cd5826c77af677b06a9b72 100644
--- a/nachrichten-manager-server/pom.xml
+++ b/nachrichten-manager-server/pom.xml
@@ -32,7 +32,7 @@
 	<parent>
 		<groupId>de.ozgcloud.nachrichten</groupId>
 		<artifactId>nachrichten-manager</artifactId>
-		<version>2.17.0-SNAPSHOT</version>
+		<version>2.17.0</version>
 		<relativePath>../</relativePath>
 	</parent>
 
@@ -267,8 +267,8 @@
 						</goals>
 						<configuration>
 							<excludes>
-							  <exclude>**/NachrichtenManagerTestApplication*</exclude>
-							  <exclude>**/junit-platform.properties</exclude>
+								<exclude>**/NachrichtenManagerTestApplication*</exclude>
+								<exclude>**/junit-platform.properties</exclude>
 							</excludes>
 						</configuration>
 					</execution>
diff --git a/pom.xml b/pom.xml
index 0cda336d0c16b605be4f64300b901d76743875c7..97c6cf3ee5b5e4e2e5fd19046411bcfca0dc679a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -35,7 +35,7 @@
 
 	<groupId>de.ozgcloud.nachrichten</groupId>
 	<artifactId>nachrichten-manager</artifactId>
-	<version>2.17.0-SNAPSHOT</version>
+	<version>2.17.0</version>
 
 	<name>OZG-Cloud Nachrichten Manager</name>
 	<packaging>pom</packaging>
@@ -54,4 +54,4 @@
 		<module>nachrichten-manager-postfach-interface</module>
 	</modules>
 
-</project>
+</project>
\ No newline at end of file