diff --git a/mail-service/pom.xml b/mail-service/pom.xml
index a4b5f5545bc4e30c54aa6d7ab05773e0ee018dfc..bf0513a37a5d2097c9e0eb84a8f58b8ef4a0b68b 100644
--- a/mail-service/pom.xml
+++ b/mail-service/pom.xml
@@ -29,13 +29,13 @@
 	<parent>
 		<groupId>de.itvsh.kop.common</groupId>
 		<artifactId>kop-common-parent</artifactId>
-		<version>1.3.0-SNAPSHOT</version>
+		<version>1.3.0</version>
 		<relativePath />
 	</parent>
 
 	<groupId>de.itvsh.ozg.mail</groupId>
 	<artifactId>mail-service</artifactId>
-	<version>1.1.0-SNAPSHOT</version>
+	<version>1.1.0</version>
 	<name>KOP Vorgang Manager Mail Service</name>
 
 	<properties>
@@ -43,7 +43,7 @@
 		<!-- TODO version management -->
 		<shedlock.version>4.25.0</shedlock.version>
 		<logcaptor.version>2.7.10</logcaptor.version>
-		<kop.license.version>1.3.0-SNAPSHOT</kop.license.version>
+		<kop.license.version>1.3.0</kop.license.version>
 	</properties>
 
 	<dependencies>
diff --git a/notification-manager/pom.xml b/notification-manager/pom.xml
index ae8a8559b3ec647ffd61e34d714154425815fa76..5ee3a493c9fc6cd924a888987145c3011ad6f4fc 100644
--- a/notification-manager/pom.xml
+++ b/notification-manager/pom.xml
@@ -28,7 +28,7 @@
 	<parent>
 		<groupId>de.itvsh.kop.common</groupId>
 		<artifactId>kop-common-parent</artifactId>
-		<version>1.3.0-SNAPSHOT</version>
+		<version>1.3.0</version>
 		<relativePath />
 	</parent>
 
@@ -36,11 +36,11 @@
 	<artifactId>notification-manager</artifactId>
 	
 	<name>KOP Notification Manager</name>
-	<version>1.1.0-SNAPSHOT</version>
+	<version>1.1.0</version>
 
 	<properties>
-		<user-manager-interface.version>1.0.0</user-manager-interface.version>
-		<kop.license.version>1.3.0-SNAPSHOT</kop.license.version>
+		<user-manager-interface.version>1.1.0</user-manager-interface.version>
+		<kop.license.version>1.3.0</kop.license.version>
 	</properties>
 
 	<dependencies>
diff --git a/pluto-interface/pom.xml b/pluto-interface/pom.xml
index 9b6bd13668b52dc29199f95ac80738fd3f30e362..1688f466a73535b49440060437a0ff3a1b26932e 100644
--- a/pluto-interface/pom.xml
+++ b/pluto-interface/pom.xml
@@ -29,13 +29,13 @@
 	<parent>
 		<groupId>de.itvsh.kop.common</groupId>
 		<artifactId>kop-common-dependencies</artifactId>
-		<version>1.3.0-SNAPSHOT</version>
+		<version>1.3.0</version>
 		<relativePath />
 	</parent>
 
 	<groupId>de.itvsh.ozg.pluto</groupId>
 	<artifactId>pluto-interface</artifactId>
-	<version>1.1.0-SNAPSHOT</version>
+	<version>1.1.0</version>
 
 	<name>KOP Vorgang Manager gRPC Interface</name>
 	<description>Interface (gRPC) for Pluto Server</description>
@@ -48,7 +48,7 @@
 		<maven.compiler.source>${java.version}</maven.compiler.source>
 		<maven.compiler.target>${java.version}</maven.compiler.target>
 
-		<kop.license.version>1.3.0-SNAPSHOT</kop.license.version>
+		<kop.license.version>1.3.0</kop.license.version>
 	</properties>
 
 	<dependencyManagement>
diff --git a/pluto-server/pom.xml b/pluto-server/pom.xml
index 6f82deeeff07eeb62c812ba071537310da931cb7..f54fdb44ef3b449f5d0c7c77910a727c3035548b 100644
--- a/pluto-server/pom.xml
+++ b/pluto-server/pom.xml
@@ -30,13 +30,13 @@
 	<parent>
 		<groupId>de.itvsh.kop.common</groupId>
 		<artifactId>kop-common-parent</artifactId>
-		<version>1.3.0-SNAPSHOT</version>
+		<version>1.3.0</version>
 		<relativePath />
 	</parent>
 
 	<groupId>de.itvsh.ozg.pluto</groupId>
 	<artifactId>pluto-server</artifactId>
-	<version>1.1.0-SNAPSHOT</version>
+	<version>1.1.0</version>
 
 	<name>KOP Vorgang Manager (Pluto) Server</name>
 	<description>Server Implementierung des VorgangManagers (Pluto)</description>
@@ -54,7 +54,7 @@
 
 		<testcontainer.version>1.17.3</testcontainer.version>
 
-		<kop.license.version>1.3.0-SNAPSHOT</kop.license.version>
+		<kop.license.version>1.3.0</kop.license.version>
 
 		<maven-deploy-plugin.version>3.0.0</maven-deploy-plugin.version>
 	</properties>
diff --git a/pluto-utils/pom.xml b/pluto-utils/pom.xml
index 8bf9768e395883ea6548847ab0cedb2b1c3b64d6..dfd4ef8e55d50e0cd7c426e3085fda66934eb422 100644
--- a/pluto-utils/pom.xml
+++ b/pluto-utils/pom.xml
@@ -29,17 +29,17 @@
 	<parent>
 		<groupId>de.itvsh.kop.common</groupId>
 		<artifactId>kop-common-dependencies</artifactId>
-		<version>1.2.1</version>
+		<version>1.3.0</version>
 		<relativePath />
 	</parent>
 
 	<groupId>de.itvsh.ozg.pluto</groupId>
 	<artifactId>pluto-utils</artifactId>
 	<name>KOP Vorgang Manager (Pluto) Utils</name>
-	<version>1.1.0-SNAPSHOT</version>
+	<version>1.1.0</version>
 
 	<properties>
-		<pluto.version>1.1.0-SNAPSHOT</pluto.version>
+		<pluto.version>1.1.0</pluto.version>
 
 		<maven-compiler-plugin.version>3.10.1</maven-compiler-plugin.version>
 		<maven-jar-plugin.version>3.2.2</maven-jar-plugin.version>
@@ -48,7 +48,7 @@
 		<maven-failsafe-plugin.version>3.0.0-M7</maven-failsafe-plugin.version>
 		<jacoco.plugin.version>0.8.8</jacoco.plugin.version>
 		
-		<kop.license.version>1.3.0-SNAPSHOT</kop.license.version>
+		<kop.license.version>1.3.0</kop.license.version>
 		<lombok.version>1.18.24</lombok.version>
 	</properties>
 
diff --git a/pom.xml b/pom.xml
index 2f9cc9720e20508a8841cd1dbf684fd420dabb47..5527b9cd1e7eb400102efacec252833fdafede16 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,13 +28,13 @@
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>de.itvsh.ozg</groupId>
 	<artifactId>pluto</artifactId>
-	<version>1.1.0-SNAPSHOT</version>
+	<version>1.1.0</version>
 
 	<name>Pluto Parent</name>
 	<packaging>pom</packaging>
 	
 	<properties>
-		<kop.license.version>1.3.0-SNAPSHOT</kop.license.version>
+		<kop.license.version>1.3.0</kop.license.version>
 	</properties>
 	
 	<modules>