From 94832c8b92affc33ace3f3a91330e2b198f4c09e Mon Sep 17 00:00:00 2001 From: Felix Reichenbach <felix.reichenbach@mgm-tp.com> Date: Tue, 11 Feb 2025 15:39:15 +0100 Subject: [PATCH] start development 2.21.0 --- alfa-server/pom.xml | 2 +- alfa-service/pom.xml | 2 +- pom.xml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/alfa-server/pom.xml b/alfa-server/pom.xml index 2f49a22322..884c74bf15 100644 --- a/alfa-server/pom.xml +++ b/alfa-server/pom.xml @@ -32,7 +32,7 @@ <parent> <groupId>de.ozgcloud.alfa</groupId> <artifactId>alfa</artifactId> - <version>2.20.0</version> + <version>2.21.0-SNAPSHOT</version> </parent> <artifactId>alfa-server</artifactId> diff --git a/alfa-service/pom.xml b/alfa-service/pom.xml index 5e3d449367..f63bcaaf6f 100644 --- a/alfa-service/pom.xml +++ b/alfa-service/pom.xml @@ -33,7 +33,7 @@ <parent> <groupId>de.ozgcloud.alfa</groupId> <artifactId>alfa</artifactId> - <version>2.20.0</version> + <version>2.21.0-SNAPSHOT</version> </parent> <artifactId>alfa-service</artifactId> diff --git a/pom.xml b/pom.xml index 2e96770540..adfa49cfcd 100644 --- a/pom.xml +++ b/pom.xml @@ -32,12 +32,12 @@ <parent> <groupId>de.ozgcloud.common</groupId> <artifactId>ozgcloud-common-parent</artifactId> - <version>4.6.0</version> + <version>4.10.0</version> </parent> <groupId>de.ozgcloud.alfa</groupId> <artifactId>alfa</artifactId> - <version>2.20.0</version> + <version>2.21.0-SNAPSHOT</version> <name>Alfa Parent</name> <packaging>pom</packaging> <inceptionYear>2020</inceptionYear> -- GitLab