From 2626c4263631b0ed269d5b84b7ebf180c9cabefe Mon Sep 17 00:00:00 2001
From: Felix Reichenbach <felix.reichenbach@mgm-tp.com>
Date: Tue, 11 Feb 2025 12:04:02 +0100
Subject: [PATCH] start development 0.18.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 18094c7..6616bf8 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.17.0</version>
+		<version>0.18.0-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>api-lib-core</artifactId>
diff --git a/api-lib-demo/pom.xml b/api-lib-demo/pom.xml
index b4ea86d..3bef963 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.17.0</version>
+        <version>0.18.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 28b4e19..5d10b7c 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.17.0</version>
+		<version>0.18.0-SNAPSHOT</version>
 	</parent>
 	<artifactId>ozg-cloud-spring-boot-starter</artifactId>
 	<inceptionYear>2023</inceptionYear>
diff --git a/pom.xml b/pom.xml
index 865c0ff..4b93c8f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -38,7 +38,7 @@
 
 	<groupId>de.ozgcloud.api-lib</groupId>
 	<artifactId>api-lib-parent</artifactId>
-	<version>0.17.0</version>
+	<version>0.18.0-SNAPSHOT</version>
 	<description>Library project to use the OZG-Cloud API</description>
 	<inceptionYear>2023</inceptionYear>
 
-- 
GitLab