From 42eeee7c17592746f90ae3bf37d9a310289bb793 Mon Sep 17 00:00:00 2001 From: Martin <git@mail.de> Date: Tue, 21 Jan 2025 12:08:01 +0100 Subject: [PATCH] alfa release version 2.19.0 --- alfa-client/apps/alfa/package.json | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/alfa-client/apps/alfa/package.json b/alfa-client/apps/alfa/package.json index 9489df8f7e..8fc6074e7f 100644 --- a/alfa-client/apps/alfa/package.json +++ b/alfa-client/apps/alfa/package.json @@ -1,4 +1,4 @@ { "name": "alfa", - "version": "2.19.0-SNAPSHOT" -} \ No newline at end of file + "version": "2.19.0" +} diff --git a/pom.xml b/pom.xml index 6fd32b540a..1becad5631 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.19.0</version> <name>Alfa Parent</name> <packaging>pom</packaging> <inceptionYear>2020</inceptionYear> -- GitLab