diff --git a/api-lib-core/pom.xml b/api-lib-core/pom.xml
index e8ccccc6ee9489b12bdf92f6e06b5365d089b5e6..d403f748cac597073e76d342e5f3cf4b963cbc16 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.18.0</version>
+		<version>0.19.0-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>api-lib-core</artifactId>
diff --git a/api-lib-demo/pom.xml b/api-lib-demo/pom.xml
index a58aee5fc5e5679f8a9982b90e9ed2923c25c905..b9c6196941dcd11374604718e17cb0e862d52b6c 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.18.0</version>
+        <version>0.19.0-SNAPSHOT</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 1e2cf6d09ff8208cb05aea9a9162537cb3f9893f..59c83b331db54cd039a91f38f8b401ada4e30697 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.18.0</version>
+		<version>0.19.0-SNAPSHOT</version>
 	</parent>
 	<artifactId>ozg-cloud-spring-boot-starter</artifactId>
 	<inceptionYear>2023</inceptionYear>
diff --git a/pom.xml b/pom.xml
index fa3d477d9db0b46dae1698ea58775d424fc34547..ffb22cffeb914e7430bed105d4930c4356b80d69 100644
--- a/pom.xml
+++ b/pom.xml
@@ -38,7 +38,7 @@
 
 	<groupId>de.ozgcloud.api-lib</groupId>
 	<artifactId>api-lib-parent</artifactId>
-	<version>0.18.0</version>
+	<version>0.19.0-SNAPSHOT</version>
 	<description>Library project to use the OZG-Cloud API</description>
 	<inceptionYear>2023</inceptionYear>