Skip to content
Snippets Groups Projects
Commit cf0625ae authored by Felix Reichenbach's avatar Felix Reichenbach
Browse files

release version 2.17.0

parent ebe81148
No related branches found
Tags 2.17.0
No related merge requests found
......@@ -32,12 +32,12 @@
<groupId>de.ozgcloud.common</groupId>
<artifactId>ozgcloud-common-dependencies</artifactId>
<version>4.7.0</version>
<relativePath/>
<relativePath />
</parent>
<groupId>de.ozgcloud.nachrichten</groupId>
<artifactId>nachrichten-manager-interface</artifactId>
<version>2.17.0-SNAPSHOT</version>
<version>2.17.0</version>
<name>OZG-Cloud Nachrichten Manager gRPC Interface</name>
<description>Interface (gRPC) for Nachrichten Manager</description>
......@@ -152,4 +152,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
\ No newline at end of file
......@@ -28,15 +28,15 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>de.ozgcloud.nachrichten</groupId>
<artifactId>nachrichten-manager</artifactId>
<version>2.17.0-SNAPSHOT</version>
<parent>
<groupId>de.ozgcloud.nachrichten</groupId>
<artifactId>nachrichten-manager</artifactId>
<version>2.17.0</version>
<relativePath>../</relativePath>
</parent>
</parent>
<artifactId>nachrichten-manager-postfach-interface</artifactId>
<name>OZG-Cloud Nachrichten Manager - Postfach Interface</name>
<artifactId>nachrichten-manager-postfach-interface</artifactId>
<name>OZG-Cloud Nachrichten Manager - Postfach Interface</name>
<dependencies>
<dependency>
......@@ -72,4 +72,4 @@
</plugins>
</build>
</project>
</project>
\ No newline at end of file
......@@ -32,7 +32,7 @@
<parent>
<groupId>de.ozgcloud.nachrichten</groupId>
<artifactId>nachrichten-manager</artifactId>
<version>2.17.0-SNAPSHOT</version>
<version>2.17.0</version>
<relativePath>../</relativePath>
</parent>
......@@ -267,8 +267,8 @@
</goals>
<configuration>
<excludes>
<exclude>**/NachrichtenManagerTestApplication*</exclude>
<exclude>**/junit-platform.properties</exclude>
<exclude>**/NachrichtenManagerTestApplication*</exclude>
<exclude>**/junit-platform.properties</exclude>
</excludes>
</configuration>
</execution>
......
......@@ -35,7 +35,7 @@
<groupId>de.ozgcloud.nachrichten</groupId>
<artifactId>nachrichten-manager</artifactId>
<version>2.17.0-SNAPSHOT</version>
<version>2.17.0</version>
<name>OZG-Cloud Nachrichten Manager</name>
<packaging>pom</packaging>
......@@ -54,4 +54,4 @@
<module>nachrichten-manager-postfach-interface</module>
</modules>
</project>
</project>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment