From 85304f5a3c81f9ae769341162b6fcc1eb8b207e8 Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Tue, 14 May 2024 10:54:29 +0200 Subject: [PATCH] release version 0.4.0 --- bayernid-proxy-impl/pom.xml | 2 +- bayernid-proxy-interface/pom.xml | 4 ++-- pom.xml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bayernid-proxy-impl/pom.xml b/bayernid-proxy-impl/pom.xml index 33ebf76..588139c 100644 --- a/bayernid-proxy-impl/pom.xml +++ b/bayernid-proxy-impl/pom.xml @@ -31,7 +31,7 @@ <parent> <groupId>de.ozgcloud.nachrichten</groupId> <artifactId>nachrichten-bayernid-proxy</artifactId> - <version>0.4.0-SNAPSHOT</version> + <version>0.4.0</version> <relativePath>../</relativePath> </parent> diff --git a/bayernid-proxy-interface/pom.xml b/bayernid-proxy-interface/pom.xml index 10aed7f..14af5af 100644 --- a/bayernid-proxy-interface/pom.xml +++ b/bayernid-proxy-interface/pom.xml @@ -30,13 +30,13 @@ <parent> <groupId>de.ozgcloud.common</groupId> <artifactId>ozgcloud-common-dependencies</artifactId> - <version>4.1.0-SNAPSHOT</version> + <version>4.1.0</version> <relativePath/> </parent> <groupId>de.ozgcloud.nachrichten</groupId> <artifactId>bayernid-proxy-interface</artifactId> - <version>0.4.0-SNAPSHOT</version> + <version>0.4.0</version> <name>OZG-Cloud BayernID Proxy Interface</name> <description>Interface (gRPC) for BayernID Proxy Service</description> diff --git a/pom.xml b/pom.xml index 84280e9..4658a99 100644 --- a/pom.xml +++ b/pom.xml @@ -31,13 +31,13 @@ <parent> <groupId>de.ozgcloud.common</groupId> <artifactId>ozgcloud-common-parent</artifactId> - <version>4.1.0-SNAPSHOT</version> + <version>4.1.0</version> <relativePath/> </parent> <groupId>de.ozgcloud.nachrichten</groupId> <artifactId>nachrichten-bayernid-proxy</artifactId> - <version>0.4.0-SNAPSHOT</version> + <version>0.4.0</version> <packaging>pom</packaging> <name>OZG-Cloud BayernID Proxy</name> -- GitLab