From efe58a445db3f5f2fce5480058ccbef24bee79b0 Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Tue, 10 Dec 2024 14:48:01 +0100 Subject: [PATCH] release version 2.17.1 --- alfa-client/pom.xml | 2 +- alfa-server/pom.xml | 2 +- alfa-service/pom.xml | 2 +- pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/alfa-client/pom.xml b/alfa-client/pom.xml index 65fcfa2877..e249e00da2 100644 --- a/alfa-client/pom.xml +++ b/alfa-client/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>de.ozgcloud.alfa</groupId> <artifactId>alfa</artifactId> - <version>2.17.1-SNAPSHOT</version> + <version>2.17.1</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/alfa-server/pom.xml b/alfa-server/pom.xml index b310933cdb..d892ba5e72 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.1-SNAPSHOT</version> + <version>2.17.1</version> </parent> <artifactId>alfa-server</artifactId> diff --git a/alfa-service/pom.xml b/alfa-service/pom.xml index e357bb2ad2..b88ce5ac38 100644 --- a/alfa-service/pom.xml +++ b/alfa-service/pom.xml @@ -31,7 +31,7 @@ <parent> <groupId>de.ozgcloud.alfa</groupId> <artifactId>alfa</artifactId> - <version>2.17.1-SNAPSHOT</version> + <version>2.17.1</version> </parent> <artifactId>alfa-service</artifactId> diff --git a/pom.xml b/pom.xml index 2c536af25a..c1073cb2ae 100644 --- a/pom.xml +++ b/pom.xml @@ -35,7 +35,7 @@ <groupId>de.ozgcloud.alfa</groupId> <artifactId>alfa</artifactId> - <version>2.17.1-SNAPSHOT</version> + <version>2.17.1</version> <name>Alfa Parent</name> <packaging>pom</packaging> <inceptionYear>2020</inceptionYear> -- GitLab