From d1aee88683d459a79d4843ac004dcd813dd1b2c0 Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Tue, 10 Dec 2024 10:44:57 +0100 Subject: [PATCH] release version 2.17.0 --- alfa-client/pom.xml | 2 +- alfa-server/pom.xml | 2 +- alfa-service/pom.xml | 2 +- pom.xml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/alfa-client/pom.xml b/alfa-client/pom.xml index 0466ba5fcf..cc55992013 100644 --- a/alfa-client/pom.xml +++ b/alfa-client/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>de.ozgcloud.alfa</groupId> <artifactId>alfa</artifactId> - <version>2.17.0-SNAPSHOT</version> + <version>2.17.0</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/alfa-server/pom.xml b/alfa-server/pom.xml index 994cf4071a..c1f9487c22 100644 --- a/alfa-server/pom.xml +++ b/alfa-server/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>de.ozgcloud.alfa</groupId> <artifactId>alfa</artifactId> - <version>2.17.0-SNAPSHOT</version> + <version>2.17.0</version> </parent> <artifactId>alfa-server</artifactId> diff --git a/alfa-service/pom.xml b/alfa-service/pom.xml index c96920e461..5987635d5c 100644 --- a/alfa-service/pom.xml +++ b/alfa-service/pom.xml @@ -32,7 +32,7 @@ <parent> <groupId>de.ozgcloud.alfa</groupId> <artifactId>alfa</artifactId> - <version>2.17.0-SNAPSHOT</version> + <version>2.17.0</version> </parent> <artifactId>alfa-service</artifactId> diff --git a/pom.xml b/pom.xml index 36c76f5914..000974e00f 100644 --- a/pom.xml +++ b/pom.xml @@ -35,7 +35,7 @@ <groupId>de.ozgcloud.alfa</groupId> <artifactId>alfa</artifactId> - <version>2.17.0-SNAPSHOT</version> + <version>2.17.0</version> <name>Alfa Parent</name> <packaging>pom</packaging> <inceptionYear>2020</inceptionYear> @@ -56,7 +56,7 @@ <user-manager.version>2.8.0</user-manager.version> <zufi-manager.version>1.5.0</zufi-manager.version> <collaboration-manager.version>0.5.0</collaboration-manager.version> - <archive-manager.version>0.1.0-SNAPSHOT</archive-manager.version> + <archive-manager.version>0.1.0</archive-manager.version> <spring-cloud-config-client.version>4.1.3</spring-cloud-config-client.version> <!-- TODO: die Version über ozgcloud-common ziehen --> -- GitLab