Increase parallel deployment version to match the project version
This commit is contained in:
3
pom.xml
3
pom.xml
@@ -13,6 +13,7 @@
|
||||
|
||||
<groupId>de.77zzcx7.financer</groupId>
|
||||
<artifactId>financer-server</artifactId>
|
||||
<!-- Also increase the parallelDeploymentVersion -->
|
||||
<version>3-SNAPSHOT</version>
|
||||
<packaging>${packaging.type}</packaging>
|
||||
<description>The server part of the financer application - a simple app to manage your personal finances</description>
|
||||
@@ -28,7 +29,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>000001</parallelDeploymentVersion>
|
||||
<parallelDeploymentVersion>000003</parallelDeploymentVersion>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
||||
Reference in New Issue
Block a user