1
0

Prepare next development iteration for v2

This commit is contained in:
2020-07-27 23:42:46 +02:00
parent 7f4043cdec
commit 524d98961d
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>1</version> <version>2-SNAPSHOT</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>1</version> <version>2-SNAPSHOT</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>1</version> <version>2-SNAPSHOT</version>
</parent> </parent>
<artifactId>push-service-server</artifactId> <artifactId>push-service-server</artifactId>