From 9c539e83db3b793464a639aa596c719f8d3e0c2f Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Mon, 23 Oct 2023 12:59:05 +0200 Subject: [PATCH] release version 0.3.0 (with kop-common-dependency 2.3.1) --- api-lib-core/pom.xml | 2 +- api-lib-demo/pom.xml | 4 ++-- ozg-cloud-spring-boot-starter/pom.xml | 8 ++++---- pom.xml | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/api-lib-core/pom.xml b/api-lib-core/pom.xml index 1938435..1c344d6 100644 --- a/api-lib-core/pom.xml +++ b/api-lib-core/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>de.ozgcloud.api-lib</groupId> <artifactId>api-lib-parent</artifactId> - <version>0.3.0-SNAPSHOT</version> + <version>0.3.0</version> </parent> <artifactId>api-lib-core</artifactId> diff --git a/api-lib-demo/pom.xml b/api-lib-demo/pom.xml index fdc3e85..bbdd464 100644 --- a/api-lib-demo/pom.xml +++ b/api-lib-demo/pom.xml @@ -5,10 +5,10 @@ <parent> <groupId>de.ozgcloud.api-lib</groupId> <artifactId>api-lib-parent</artifactId> - <version>0.3.0-SNAPSHOT</version> + <version>0.3.0</version> </parent> <artifactId>api-lib-demo</artifactId> - + <dependencies> <dependency> <groupId>de.ozgcloud.api-lib</groupId> diff --git a/ozg-cloud-spring-boot-starter/pom.xml b/ozg-cloud-spring-boot-starter/pom.xml index a8e48da..4eb7c0d 100644 --- a/ozg-cloud-spring-boot-starter/pom.xml +++ b/ozg-cloud-spring-boot-starter/pom.xml @@ -5,10 +5,10 @@ <parent> <groupId>de.ozgcloud.api-lib</groupId> <artifactId>api-lib-parent</artifactId> - <version>0.3.0-SNAPSHOT</version> + <version>0.3.0</version> </parent> <artifactId>ozg-cloud-spring-boot-starter</artifactId> - + <dependencies> <dependency> <groupId>org.springframework.boot</groupId> @@ -44,7 +44,7 @@ <groupId>org.assertj</groupId> <artifactId>assertj-core</artifactId> </dependency> - + <!-- dev-tools --> <dependency> <groupId>org.springframework.boot</groupId> @@ -58,5 +58,5 @@ </dependency> </dependencies> - + </project> \ No newline at end of file diff --git a/pom.xml b/pom.xml index 91ab24e..002bd2b 100644 --- a/pom.xml +++ b/pom.xml @@ -7,13 +7,13 @@ <parent> <groupId>de.itvsh.kop.common</groupId> <artifactId>kop-common-dependencies</artifactId> - <version>2.3.0-SNAPSHOT</version> + <version>2.3.1</version> <relativePath /> <!-- lookup parent from repository --> </parent> <groupId>de.ozgcloud.api-lib</groupId> <artifactId>api-lib-parent</artifactId> - <version>0.3.0-SNAPSHOT</version> + <version>0.3.0</version> <description>Library project to use the OZG-Cloud API</description> <packaging>pom</packaging> -- GitLab