diff --git a/api-lib-core/pom.xml b/api-lib-core/pom.xml
index a946bee3b106728b3b6db50b6f2ae971c721b72d..74543e453048a06b63db0dab0524e888da616ffb 100644
--- a/api-lib-core/pom.xml
+++ b/api-lib-core/pom.xml
@@ -30,7 +30,7 @@
 	<parent>
 		<groupId>de.ozgcloud.api-lib</groupId>
 		<artifactId>api-lib-parent</artifactId>
-		<version>0.20.0-SNAPSHOT</version>
+		<version>0.20.0</version>
 	</parent>
 
 	<artifactId>api-lib-core</artifactId>
diff --git a/api-lib-demo/pom.xml b/api-lib-demo/pom.xml
index 7b1b4b99438f9ba6f24d7de77e138fb27acfa1b2..f5b446e4d024420e317db0f07d82350dda2be734 100644
--- a/api-lib-demo/pom.xml
+++ b/api-lib-demo/pom.xml
@@ -30,7 +30,7 @@
     <parent>
         <groupId>de.ozgcloud.api-lib</groupId>
         <artifactId>api-lib-parent</artifactId>
-        <version>0.20.0-SNAPSHOT</version>
+        <version>0.20.0</version>
     </parent>
     <artifactId>api-lib-demo</artifactId>
     <inceptionYear>2023</inceptionYear>
diff --git a/ozg-cloud-spring-boot-starter/pom.xml b/ozg-cloud-spring-boot-starter/pom.xml
index b3efdce29cef04f2ea0d4da5c950baee986076c0..136c30aecdc488b2bbddb249d169c037a91e9df4 100644
--- a/ozg-cloud-spring-boot-starter/pom.xml
+++ b/ozg-cloud-spring-boot-starter/pom.xml
@@ -30,7 +30,7 @@
 	<parent>
 		<groupId>de.ozgcloud.api-lib</groupId>
 		<artifactId>api-lib-parent</artifactId>
-		<version>0.20.0-SNAPSHOT</version>
+		<version>0.20.0</version>
 	</parent>
 	<artifactId>ozg-cloud-spring-boot-starter</artifactId>
 	<inceptionYear>2023</inceptionYear>
diff --git a/pom.xml b/pom.xml
index 821363e6d97be26ed09cd26ac1f46a83e0ed3691..a4aa4e85f181849fabd03b0a85252ee0c11cca1d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -38,7 +38,7 @@
 
 	<groupId>de.ozgcloud.api-lib</groupId>
 	<artifactId>api-lib-parent</artifactId>
-	<version>0.20.0-SNAPSHOT</version>
+	<version>0.20.0</version>
 	<description>Library project to use the OZG-Cloud API</description>
 	<inceptionYear>2023</inceptionYear>