Prepare next development iteration for v6
This commit is contained in:
4
pom.xml
4
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>5</version>
|
<version>6-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>
|
||||||
@@ -30,7 +30,7 @@
|
|||||||
<!-- Property to define the parallel deployment version.
|
<!-- Property to define the parallel deployment version.
|
||||||
See e.g. https://tomcat.apache.org/tomcat-8.5-doc/config/context.html
|
See e.g. https://tomcat.apache.org/tomcat-8.5-doc/config/context.html
|
||||||
Should be the same as the project.version but padded with zeros to six digits. -->
|
Should be the same as the project.version but padded with zeros to six digits. -->
|
||||||
<parallelDeploymentVersion>000005</parallelDeploymentVersion>
|
<parallelDeploymentVersion>000006</parallelDeploymentVersion>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<distributionManagement>
|
<distributionManagement>
|
||||||
|
|||||||
@@ -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>5</version>
|
<version>6-SNAPSHOT</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>5</version>
|
<version>6-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>push-service-server</artifactId>
|
<artifactId>push-service-server</artifactId>
|
||||||
|
|||||||
Reference in New Issue
Block a user