From 1a3b119e63e034d8b8652b6a52ac06d4a647f145 Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Mon, 5 May 2025 11:29:21 +0000 Subject: [PATCH] release version 0.10.0 --- bayernid-proxy-impl/pom.xml | 2 +- bayernid-proxy-interface/pom.xml | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bayernid-proxy-impl/pom.xml b/bayernid-proxy-impl/pom.xml index a31cecd..0b6d530 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.10.0-SNAPSHOT</version> + <version>0.10.0</version> <relativePath>../</relativePath> </parent> diff --git a/bayernid-proxy-interface/pom.xml b/bayernid-proxy-interface/pom.xml index 401a13b..494eb61 100644 --- a/bayernid-proxy-interface/pom.xml +++ b/bayernid-proxy-interface/pom.xml @@ -36,7 +36,7 @@ <groupId>de.ozgcloud.nachrichten</groupId> <artifactId>bayernid-proxy-interface</artifactId> - <version>0.10.0-SNAPSHOT</version> + <version>0.10.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 e1a5326..6321b92 100644 --- a/pom.xml +++ b/pom.xml @@ -37,7 +37,7 @@ <groupId>de.ozgcloud.nachrichten</groupId> <artifactId>nachrichten-bayernid-proxy</artifactId> - <version>0.10.0-SNAPSHOT</version> + <version>0.10.0</version> <packaging>pom</packaging> <name>OZG-Cloud BayernID Proxy</name> -- GitLab