diff --git a/kop-common-dependencies/pom.xml b/kop-common-dependencies/pom.xml
index ef327fa8d91a8fca2d9458bdfb520ce1053cbe3c..c0ca172a5a90ec22c43b89dbce5acacd5d786c76 100644
--- a/kop-common-dependencies/pom.xml
+++ b/kop-common-dependencies/pom.xml
@@ -29,7 +29,7 @@
 	<parent>
 		<groupId>de.itvsh.kop.common</groupId>
 		<artifactId>kop-common</artifactId>
-		<version>1.7.0-SNAPSHOT</version>
+		<version>1.7.0</version>
 	</parent>
 
 	<artifactId>kop-common-dependencies</artifactId>
@@ -38,7 +38,7 @@
 	<description>Dependenencies management for kop projects</description>
 
 	<properties>
-		<pluto.version>1.8.0</pluto.version>
+		<pluto.version>1.9.0</pluto.version>
 		<license.version>1.8.0</license.version>
 
 		<java.version>17</java.version>
diff --git a/kop-common-lib/pom.xml b/kop-common-lib/pom.xml
index c047695b1f5b794547fe1a00496ce219c1caa119..95cd539eb95ead6613adeb697f4aa291a39e59f0 100644
--- a/kop-common-lib/pom.xml
+++ b/kop-common-lib/pom.xml
@@ -30,7 +30,7 @@
 	<parent>
 		<groupId>de.itvsh.kop.common</groupId>
 		<artifactId>kop-common</artifactId>
-		<version>1.7.0-SNAPSHOT</version>
+		<version>1.7.0</version>
 	</parent>
 
 	<artifactId>kop-common-lib</artifactId>
diff --git a/kop-common-parent/pom.xml b/kop-common-parent/pom.xml
index a6d0cac702e9f5082d88822d2c56310d5419217f..47bd4d3780324041f477843a8a2ee366ec03b40b 100644
--- a/kop-common-parent/pom.xml
+++ b/kop-common-parent/pom.xml
@@ -37,7 +37,7 @@
 
 	<groupId>de.itvsh.kop.common</groupId>
 	<artifactId>kop-common-parent</artifactId>
-	<version>1.7.0-SNAPSHOT</version>
+	<version>1.7.0</version>
 	
 	<packaging>pom</packaging>
 	<name>Kop Common - Parent</name>
@@ -48,7 +48,7 @@
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 		<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
 
-		<kop-common.version>1.7.0-SNAPSHOT</kop-common.version>
+		<kop-common.version>1.7.0</kop-common.version>
 		<kop.license.version>1.6.0</kop.license.version>
 
 		<mapstruct.version>1.5.4.Final</mapstruct.version>
diff --git a/kop-common-pdf/pom.xml b/kop-common-pdf/pom.xml
index 02ec0aab5da2c1a1589faf161a314a9a11a755d3..b6829b2146b612c8c56042b4d405e71aeb57994d 100644
--- a/kop-common-pdf/pom.xml
+++ b/kop-common-pdf/pom.xml
@@ -28,7 +28,7 @@
 	<parent>
 		<groupId>de.itvsh.kop.common</groupId>
 		<artifactId>kop-common</artifactId>
-		<version>1.7.0-SNAPSHOT</version>
+		<version>1.7.0</version>
 	</parent>
 	<artifactId>kop-common-pdf</artifactId>
 	<name>Kop Common - PDF Export library</name>
diff --git a/kop-common-test/pom.xml b/kop-common-test/pom.xml
index 2e63a7828bf30fceff4a03b9aa2d89bcbb79d4b8..10224cf892fb223ce6ee43c090eaebf786bedaf1 100644
--- a/kop-common-test/pom.xml
+++ b/kop-common-test/pom.xml
@@ -30,7 +30,7 @@
 	<parent>
 		<groupId>de.itvsh.kop.common</groupId>
 		<artifactId>kop-common-dependencies</artifactId>
-		<version>1.7.0-SNAPSHOT</version>
+		<version>1.7.0</version>
 		<relativePath>../kop-common-dependencies</relativePath>
 	</parent>
 
diff --git a/pom.xml b/pom.xml
index 18db3ff7dbacae2894c0542a6dc60abb0aae6adf..c8782437bcc41f49fc6aa807758868696f70f084 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
 
 	<groupId>de.itvsh.kop.common</groupId>
 	<artifactId>kop-common</artifactId>
-	<version>1.7.0-SNAPSHOT</version>
+	<version>1.7.0</version>
 	<packaging>pom</packaging>
 
 	<name>Kop Common</name>
@@ -45,7 +45,7 @@
 	<properties>
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 
-		<kop-common.version>1.7.0-SNAPSHOT</kop-common.version>
+		<kop-common.version>1.7.0</kop-common.version>
 		<kop.license.version>1.6.0</kop.license.version>
 
 		<java.version>17</java.version>