diff --git a/pom.xml b/pom.xml
index 09c08680e767e37124eee5584c0064e5534942fb..b5499dd6187e1632378713baa109a22de109d12a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,20 +31,20 @@
 	<parent>
 		<groupId>de.ozgcloud.common</groupId>
 		<artifactId>ozgcloud-common-parent</artifactId>
-		<version>4.5.0-SNAPSHOT</version>
+		<version>4.5.0</version>
 	</parent>
 
 	<groupId>de.ozgcloud.processor</groupId>
 	<artifactId>processor-manager</artifactId>
-	<version>0.5.0-SNAPSHOT</version>
+	<version>0.5.0</version>
 	<inceptionYear>2023</inceptionYear>
 
 	<name>ozgcloud-processor-manager</name>
 	<description>OZG-Cloud Processor Manager</description>
 
 	<properties>
-		<vorgang-manager.version>2.17.0-SNAPSHOT</vorgang-manager.version>
-		<api-lib.version>0.13.0-SNAPSHOT</api-lib.version>
+		<vorgang-manager.version>2.17.0</vorgang-manager.version>
+		<api-lib.version>0.13.0</api-lib.version>
 		<tyrus-standalone-client.version>2.2.0</tyrus-standalone-client.version>
 		<okio.version>3.9.1</okio.version>
 	</properties>