1
0

Push service release version 2

This commit is contained in:
2020-07-28 00:05:58 +02:00
parent bf1d90ed58
commit 4b89ac9a4c
3 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@
<groupId>de.77zzcx7.push-service</groupId> <groupId>de.77zzcx7.push-service</groupId>
<artifactId>push-service-parent</artifactId> <artifactId>push-service-parent</artifactId>
<version>2-SNAPSHOT</version> <version>2</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<description>A micro service to send push notifications</description> <description>A micro service to send push notifications</description>
<name>push-service-parent</name> <name>push-service-parent</name>

View File

@@ -7,7 +7,7 @@
<parent> <parent>
<artifactId>push-service-parent</artifactId> <artifactId>push-service-parent</artifactId>
<groupId>de.77zzcx7.push-service</groupId> <groupId>de.77zzcx7.push-service</groupId>
<version>2-SNAPSHOT</version> <version>2</version>
</parent> </parent>
<artifactId>push-service-client-lib</artifactId> <artifactId>push-service-client-lib</artifactId>

View File

@@ -7,7 +7,7 @@
<parent> <parent>
<artifactId>push-service-parent</artifactId> <artifactId>push-service-parent</artifactId>
<groupId>de.77zzcx7.push-service</groupId> <groupId>de.77zzcx7.push-service</groupId>
<version>2-SNAPSHOT</version> <version>2</version>
</parent> </parent>
<artifactId>push-service-server</artifactId> <artifactId>push-service-server</artifactId>