From 8e671f524fcc155d96bcd2681c69c7c5762cefa4 Mon Sep 17 00:00:00 2001 From: Krzysztof Witukiewicz <krzysztof.witukiewicz@mgm-tp.com> Date: Tue, 14 Jan 2025 12:58:59 +0100 Subject: [PATCH] OZG-6223 OZG-7381 Set version --- alfa-server/pom.xml | 2 +- alfa-service/pom.xml | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/alfa-server/pom.xml b/alfa-server/pom.xml index e8d1c122b1..649f173589 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.18.0-SNAPSHOT</version> + <version>2.18.1-SNAPSHOT</version> </parent> <artifactId>alfa-server</artifactId> diff --git a/alfa-service/pom.xml b/alfa-service/pom.xml index 22eab80d59..fa783e9d2e 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.18.0-SNAPSHOT</version> + <version>2.18.1-SNAPSHOT</version> </parent> <artifactId>alfa-service</artifactId> diff --git a/pom.xml b/pom.xml index 8342475c79..b2538e12ae 100644 --- a/pom.xml +++ b/pom.xml @@ -35,7 +35,7 @@ <groupId>de.ozgcloud.alfa</groupId> <artifactId>alfa</artifactId> - <version>2.18.0-SNAPSHOT</version> + <version>2.18.1-SNAPSHOT</version> <name>Alfa Parent</name> <packaging>pom</packaging> <inceptionYear>2020</inceptionYear> -- GitLab