diff --git a/bayernid-proxy-impl/pom.xml b/bayernid-proxy-impl/pom.xml index 2f0c4a6db17c17717691a45f8598b9f3ac0abea2..4a71826644e5a5d17574eee58ed136fd9b18d773 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.8.0-SNAPSHOT</version> + <version>0.8.0</version> <relativePath>../</relativePath> </parent> diff --git a/bayernid-proxy-interface/pom.xml b/bayernid-proxy-interface/pom.xml index bbdaf180b6520d41a163138c882c0dae58330cd7..8598862ec8ce8dd1fb406411ac659f3bb5b7f19f 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.5.0-SNAPSHOT</version> + <version>4.5.0</version> <relativePath/> </parent> <groupId>de.ozgcloud.nachrichten</groupId> <artifactId>bayernid-proxy-interface</artifactId> - <version>0.8.0-SNAPSHOT</version> + <version>0.8.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 88cb5b3c2d1880325d01db68a8a8456815f71146..ca7fb7a56ef85b9334eb10e4d23b91f67b05cfef 100644 --- a/pom.xml +++ b/pom.xml @@ -31,13 +31,13 @@ <parent> <groupId>de.ozgcloud.common</groupId> <artifactId>ozgcloud-common-parent</artifactId> - <version>4.5.0-SNAPSHOT</version> + <version>4.5.0</version> <relativePath/> </parent> <groupId>de.ozgcloud.nachrichten</groupId> <artifactId>nachrichten-bayernid-proxy</artifactId> - <version>0.8.0-SNAPSHOT</version> + <version>0.8.0</version> <packaging>pom</packaging> <name>OZG-Cloud BayernID Proxy</name>