diff --git a/kop-common-dependencies/pom.xml b/kop-common-dependencies/pom.xml
index e1ce792997b3bd918138b1190de7d119a934538d..20817a88b4c9bd2a3edf31a410a9536a7768e722 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>2.1.0-SNAPSHOT</version>
+		<version>2.1.0</version>
 	</parent>
 
 	<artifactId>kop-common-dependencies</artifactId>
diff --git a/kop-common-lib/pom.xml b/kop-common-lib/pom.xml
index 6a5df27e4fc00f907c64b154fe6cdaef3523adce..eb0dafbb0de92c3de34e48b33c4167775cc26400 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>2.1.0-SNAPSHOT</version>
+		<version>2.1.0</version>
 	</parent>
 
 	<artifactId>kop-common-lib</artifactId>
diff --git a/kop-common-parent/pom.xml b/kop-common-parent/pom.xml
index 9a0f25512b7c454c01308c674743ca9b8c343782..0ac52f6e74e2c99fe314ba304d63c44313521f53 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>2.1.0-SNAPSHOT</version>
+	<version>2.1.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>2.1.0-SNAPSHOT</kop-common.version>
+		<kop-common.version>2.1.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 7e22b46a18fd30f8114493dfb35c49786e1a2a7c..c41a4328427efe7c0c20d9e80194a3e7c7586711 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>2.1.0-SNAPSHOT</version>
+		<version>2.1.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 db7c4d1b0cfe0818064e9e1e073da24e55db0779..b906ef7d5eb2c5093a4766cfec7ce73e12ee86a6 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>2.1.0-SNAPSHOT</version>
+		<version>2.1.0</version>
 		<relativePath>../kop-common-dependencies</relativePath>
 	</parent>
 
diff --git a/pom.xml b/pom.xml
index f6c1f44c21b42668876d9fab1eb231b591ee30f1..6c107d003731a8fa15db4df6dd660f3fa24be6d3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
 
 	<groupId>de.itvsh.kop.common</groupId>
 	<artifactId>kop-common</artifactId>
-	<version>2.1.0-SNAPSHOT</version>
+	<version>2.1.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>2.1.0-SNAPSHOT</kop-common.version>
+		<kop-common.version>2.1.0</kop-common.version>
 		<kop.license.version>1.7.0</kop.license.version>
 
 		<java.version>17</java.version>