From 3b0b96d2abe5ca338b077834ff869052bdce4bfc Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Mon, 3 Mar 2025 15:57:17 +0000 Subject: [PATCH] release version 1.1.0 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index ae94f89..ec72926 100644 --- a/pom.xml +++ b/pom.xml @@ -36,12 +36,12 @@ </parent> <groupId>de.ozgcloud.aggregation</groupId> <artifactId>aggregation-manager</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.0</version> <name>OZG-Cloud Aggregation Manager</name> <inceptionYear>2024</inceptionYear> <properties> - <ozgcloud.api-lib.version>0.18.0-SNAPSHOT</ozgcloud.api-lib.version> + <ozgcloud.api-lib.version>0.18.0</ozgcloud.api-lib.version> <jslt.version>0.1.14</jslt.version> <hibernate-validator.version>8.0.2.Final</hibernate-validator.version> <spring-boot.build-image.imageName>docker.ozg-sh.de/aggregation-manager:build-latest</spring-boot.build-image.imageName> -- GitLab