diff --git a/bayernid-proxy-impl/pom.xml b/bayernid-proxy-impl/pom.xml index 33ebf76b84b635fd7459233d3498a54dd2102f16..588139cb097078f13cd1dac7aed4876df191e03e 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 10aed7f67045dddcb5da2c646ad9dfcf0be64ef1..14af5af65264b04cd66b5274adb49c8b01d970c1 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 84280e96171e63f2e77e8a53b26b27242d137f2e..4658a9930c0a65c7cee11a2bdeb13fa1cff71727 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>