diff --git a/kop-common-dependencies/pom.xml b/kop-common-dependencies/pom.xml
index c3513f36b1407fc5681071b618650cc1c9bbd770..ec85f6bef8cee8e3c388b2986d7239d33ded9ab7 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.9.0-SNAPSHOT</version>
+		<version>1.9.0</version>
 	</parent>
 
 	<artifactId>kop-common-dependencies</artifactId>
diff --git a/kop-common-lib/pom.xml b/kop-common-lib/pom.xml
index f4f16a2e7eb5c3484749a38fb134df32b0500c44..d201c4398eb3643d8cf524f4c87a76c2df31fd10 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.9.0-SNAPSHOT</version>
+		<version>1.9.0</version>
 	</parent>
 
 	<artifactId>kop-common-lib</artifactId>
diff --git a/kop-common-license/pom.xml b/kop-common-license/pom.xml
index 9803222a770dd7e526b64df5debbd1f787243896..25ff85d6629c6cd3538942ee6b09e67dd71960aa 100644
--- a/kop-common-license/pom.xml
+++ b/kop-common-license/pom.xml
@@ -30,7 +30,7 @@
 	<parent>
 		<groupId>de.itvsh.kop.common</groupId>
 		<artifactId>kop-common</artifactId>
-		<version>1.9.0-SNAPSHOT</version>
+		<version>1.9.0</version>
 	</parent>
 
 	<artifactId>kop-common-license</artifactId>
diff --git a/kop-common-parent/pom.xml b/kop-common-parent/pom.xml
index 51d1c235fb4b31c55731ccd314c2bb74cb49f033..0fa92a56c3a8e4ba691524f6958b3a1a159040fa 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.9.0-SNAPSHOT</version>
+	<version>1.9.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.9.0-SNAPSHOT</kop-common.version>
+		<kop-common.version>1.9.0</kop-common.version>
 		<kop.license.version>1.6.0</kop.license.version>
 
 		<mapstruct.version>1.5.5.Final</mapstruct.version>
diff --git a/kop-common-pdf/pom.xml b/kop-common-pdf/pom.xml
index 0a18c8537f924bac69585e6a032dddfcb2411eb4..95fed40dc8ecd49e5489c2d5aa91eb194e9a20cc 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.9.0-SNAPSHOT</version>
+		<version>1.9.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 4557dd1ccf796182d341a4d862a62c887cc83f5b..09a0aecb9ddf8c43ec9e73a6cac933424ead0b93 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.9.0-SNAPSHOT</version>
+		<version>1.9.0</version>
 		<relativePath>../kop-common-dependencies</relativePath>
 	</parent>
 
diff --git a/pom.xml b/pom.xml
index 765d2b65cd01f012e3ceff2854e7f2baafb731b4..667db551ab99bf621c0a87815996b0b0a5494804 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
 
 	<groupId>de.itvsh.kop.common</groupId>
 	<artifactId>kop-common</artifactId>
-	<version>1.9.0-SNAPSHOT</version>
+	<version>1.9.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.9.0-SNAPSHOT</kop-common.version>
+		<kop-common.version>1.9.0</kop-common.version>
 		<kop.license.version>1.6.0</kop.license.version>
 
 		<java.version>17</java.version>