From 707bdfcb53ccdb10d28088f84a77239cf682f3a8 Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Tue, 5 Dec 2023 15:25:22 +0100 Subject: [PATCH] release version 2.0.0 --- alfa-client/pom.xml | 2 +- alfa-server/pom.xml | 2 +- alfa-service/pom.xml | 2 +- alfa-xdomea/pom.xml | 2 +- pom.xml | 10 +++++----- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/alfa-client/pom.xml b/alfa-client/pom.xml index ff5f7dbcd7..6af231d7a0 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.0.0-SNAPSHOT</version> + <version>2.0.0</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/alfa-server/pom.xml b/alfa-server/pom.xml index 2c47d00f11..cc48908ce4 100644 --- a/alfa-server/pom.xml +++ b/alfa-server/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>de.ozgcloud.alfa</groupId> <artifactId>alfa</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> </parent> <artifactId>alfa-server</artifactId> diff --git a/alfa-service/pom.xml b/alfa-service/pom.xml index e252a956e8..88200f109e 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.0.0-SNAPSHOT</version> + <version>2.0.0</version> </parent> <artifactId>alfa-service</artifactId> diff --git a/alfa-xdomea/pom.xml b/alfa-xdomea/pom.xml index f7daf6c8a8..d4de138720 100644 --- a/alfa-xdomea/pom.xml +++ b/alfa-xdomea/pom.xml @@ -32,7 +32,7 @@ <parent> <groupId>de.ozgcloud.alfa</groupId> <artifactId>alfa</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> </parent> <artifactId>alfa-xdomea</artifactId> diff --git a/pom.xml b/pom.xml index 09c0fdf8b3..1e081efc34 100644 --- a/pom.xml +++ b/pom.xml @@ -31,12 +31,12 @@ <parent> <groupId>de.ozgcloud.common</groupId> <artifactId>ozgcloud-common-parent</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.0</version> </parent> <groupId>de.ozgcloud.alfa</groupId> <artifactId>alfa</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <name>Alfa Parent</name> <packaging>pom</packaging> @@ -51,9 +51,9 @@ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> - <vorgang-manager.version>2.0.0-SNAPSHOT</vorgang-manager.version> - <ozgcloud-common-pdf.version>3.0.0-SNAPSHOT</ozgcloud-common-pdf.version> - <user-manager.version>2.0.0-SNAPSHOT</user-manager.version> + <vorgang-manager.version>2.0.0</vorgang-manager.version> + <ozgcloud-common-pdf.version>3.0.0</ozgcloud-common-pdf.version> + <user-manager.version>2.0.0</user-manager.version> <!-- TODO: die Version über ozgcloud-common ziehen --> <jjwt.version>0.11.5</jjwt.version> -- GitLab