From bafaf54020d4e323a5cb63f79fbd11237d54fb17 Mon Sep 17 00:00:00 2001
From: OZGCloud <ozgcloud@mgm-tp.com>
Date: Mon, 14 Apr 2025 14:50:26 +0000
Subject: [PATCH] start development 0.20.0

---
 api-lib-core/pom.xml                  | 2 +-
 api-lib-demo/pom.xml                  | 2 +-
 ozg-cloud-spring-boot-starter/pom.xml | 2 +-
 pom.xml                               | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/api-lib-core/pom.xml b/api-lib-core/pom.xml
index 7265742..a946bee 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.19.0</version>
+		<version>0.20.0-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>api-lib-core</artifactId>
diff --git a/api-lib-demo/pom.xml b/api-lib-demo/pom.xml
index 521acaf..7b1b4b9 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.19.0</version>
+        <version>0.20.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 1988a7b..b3efdce 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.19.0</version>
+		<version>0.20.0-SNAPSHOT</version>
 	</parent>
 	<artifactId>ozg-cloud-spring-boot-starter</artifactId>
 	<inceptionYear>2023</inceptionYear>
diff --git a/pom.xml b/pom.xml
index a40a1af..821363e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -38,7 +38,7 @@
 
 	<groupId>de.ozgcloud.api-lib</groupId>
 	<artifactId>api-lib-parent</artifactId>
-	<version>0.19.0</version>
+	<version>0.20.0-SNAPSHOT</version>
 	<description>Library project to use the OZG-Cloud API</description>
 	<inceptionYear>2023</inceptionYear>
 
-- 
GitLab