Push service release version 1
This commit is contained in:
2
pom.xml
2
pom.xml
@@ -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-SNAPSHOT</version>
|
<version>1</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>
|
||||||
|
|||||||
@@ -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-SNAPSHOT</version>
|
<version>1</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>push-service-client-lib</artifactId>
|
<artifactId>push-service-client-lib</artifactId>
|
||||||
|
|||||||
@@ -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-SNAPSHOT</version>
|
<version>1</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>push-service-server</artifactId>
|
<artifactId>push-service-server</artifactId>
|
||||||
|
|||||||
Reference in New Issue
Block a user