Prepare next development iteration for v4

This commit is contained in:
2019-05-12 01:07:51 +02:00
parent a78c0f217b
commit 2827297d01

View File

@@ -14,7 +14,7 @@
<groupId>de.77zzcx7.financer</groupId> <groupId>de.77zzcx7.financer</groupId>
<artifactId>financer-server</artifactId> <artifactId>financer-server</artifactId>
<!-- Also increase the parallelDeploymentVersion --> <!-- Also increase the parallelDeploymentVersion -->
<version>3</version> <version>4-SNAPSHOT</version>
<packaging>${packaging.type}</packaging> <packaging>${packaging.type}</packaging>
<description>The server part of the financer application - a simple app to manage your personal finances</description> <description>The server part of the financer application - a simple app to manage your personal finances</description>
<name>financer-server</name> <name>financer-server</name>
@@ -29,7 +29,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>000003</parallelDeploymentVersion> <parallelDeploymentVersion>000004</parallelDeploymentVersion>
</properties> </properties>
<dependencies> <dependencies>