diff --git a/pom.xml b/pom.xml
index 125c4142e1a77da56175a1a301f7197284005416..c12caf0a1c54c6f3965adae2aaec8e7694e69df6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,7 +37,7 @@
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>de.ozgcloud.zufi</groupId>
 	<artifactId>zufi-manager</artifactId>
-	<version>1.7.0-SNAPSHOT</version>
+	<version>1.7.0</version>
 
 	<name>OZG-Cloud Zufi Manager</name>
 	<packaging>pom</packaging>
diff --git a/zufi-manager-interface/pom.xml b/zufi-manager-interface/pom.xml
index c22964c7f7bc0cdc055a4902466a2803450334e3..562047bc1e70793a3f2c5f600c10011cdfe8fb8d 100644
--- a/zufi-manager-interface/pom.xml
+++ b/zufi-manager-interface/pom.xml
@@ -24,19 +24,21 @@
     unter der Lizenz sind dem Lizenztext zu entnehmen.
 
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+	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.common</groupId>
 		<artifactId>ozgcloud-common-dependencies</artifactId>
 		<version>4.5.0</version>
-		<relativePath/>
+		<relativePath />
 	</parent>
 
 	<groupId>de.ozgcloud.zufi</groupId>
 	<artifactId>zufi-manager-interface</artifactId>
-	<version>1.7.0-SNAPSHOT</version>
+	<version>1.7.0</version>
 
 	<name>OZG-Cloud Zufi Manager Interface</name>
 	<description>gRPC Api for Zufi Manager</description>
@@ -92,7 +94,8 @@
 								</outputTarget>
 								<outputTarget>
 									<type>grpc-java</type>
-									<pluginArtifact>io.grpc:protoc-gen-grpc-java:${protoc-gen.version}</pluginArtifact>
+									<pluginArtifact>
+										io.grpc:protoc-gen-grpc-java:${protoc-gen.version}</pluginArtifact>
 								</outputTarget>
 							</outputTargets>
 						</configuration>
@@ -137,4 +140,4 @@
 			</plugin>
 		</plugins>
 	</build>
-</project>
+</project>
\ No newline at end of file
diff --git a/zufi-manager-model/pom.xml b/zufi-manager-model/pom.xml
index 900a39caf67d534a22a82d096eddc50842d378d2..faf843b9f29fcdc6ec8b9590acf3a1336bbbf696 100644
--- a/zufi-manager-model/pom.xml
+++ b/zufi-manager-model/pom.xml
@@ -24,12 +24,14 @@
     unter der Lizenz sind dem Lizenztext zu entnehmen.
 
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+	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.zufi</groupId>
 		<artifactId>zufi-manager</artifactId>
-		<version>1.7.0-SNAPSHOT</version>
+		<version>1.7.0</version>
 	</parent>
 	<artifactId>zufi-manager-model</artifactId>
 	<name>OZG-Cloud Zufi Manager Model</name>
@@ -98,4 +100,4 @@
 			</plugin>
 		</plugins>
 	</build>
-</project>
+</project>
\ No newline at end of file
diff --git a/zufi-manager-pvog/pom.xml b/zufi-manager-pvog/pom.xml
index 0eea5c3fbd6bbd515454ec061c3110308d1f23f8..b200b9e5d87b1ed9b42f4fdfeeaafb7fdb701832 100644
--- a/zufi-manager-pvog/pom.xml
+++ b/zufi-manager-pvog/pom.xml
@@ -24,13 +24,15 @@
     unter der Lizenz sind dem Lizenztext zu entnehmen.
 
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+	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.zufi</groupId>
 		<artifactId>zufi-manager</artifactId>
-		<version>1.7.0-SNAPSHOT</version>
+		<version>1.7.0</version>
 	</parent>
 
 	<artifactId>zufi-manager-pvog</artifactId>
@@ -268,4 +270,4 @@
 		</plugins>
 	</build>
 
-</project>
+</project>
\ No newline at end of file
diff --git a/zufi-manager-server/pom.xml b/zufi-manager-server/pom.xml
index 47dd608786fd631a0e8bd34b385b32ee7ccae549..1ee82a1600f578a52b32dc05a9a0568f97096b6f 100644
--- a/zufi-manager-server/pom.xml
+++ b/zufi-manager-server/pom.xml
@@ -24,13 +24,15 @@
     unter der Lizenz sind dem Lizenztext zu entnehmen.
 
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+	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.zufi</groupId>
 		<artifactId>zufi-manager</artifactId>
-		<version>1.7.0-SNAPSHOT</version>
+		<version>1.7.0</version>
 	</parent>
 
 	<artifactId>zufi-manager-server</artifactId>
@@ -243,4 +245,4 @@
 			</plugin>
 		</plugins>
 	</build>
-</project>
+</project>
\ No newline at end of file