From 3e5acea59484add29aa58782fbef636cc781232f Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Mon, 5 May 2025 11:27:47 +0000 Subject: [PATCH] release version 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 a946bee..74543e4 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 7b1b4b9..f5b446e 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 b3efdce..136c30a 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 821363e..a4aa4e8 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> -- GitLab