1
0

Prepare next development iteration for v6

This commit is contained in:
2020-12-25 01:14:02 +01:00
parent 78cc43c7cf
commit 5e5a632f22
3 changed files with 4 additions and 4 deletions

View File

@@ -17,7 +17,7 @@
<groupId>de.77zzcx7.push-service</groupId>
<artifactId>push-service-parent</artifactId>
<version>5</version>
<version>6-SNAPSHOT</version>
<packaging>pom</packaging>
<description>A micro service to send push notifications</description>
<name>push-service-parent</name>
@@ -30,7 +30,7 @@
<!-- Property to define the parallel deployment version.
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. -->
<parallelDeploymentVersion>000005</parallelDeploymentVersion>
<parallelDeploymentVersion>000006</parallelDeploymentVersion>
</properties>
<distributionManagement>