Prepare next development iteration for v5
This commit is contained in:
4
pom.xml
4
pom.xml
@@ -14,7 +14,7 @@
|
|||||||
<groupId>de.77zzcx7.financer</groupId>
|
<groupId>de.77zzcx7.financer</groupId>
|
||||||
<artifactId>financer-web-client</artifactId>
|
<artifactId>financer-web-client</artifactId>
|
||||||
<!-- Also increase the parallelDeploymentVersion -->
|
<!-- Also increase the parallelDeploymentVersion -->
|
||||||
<version>4</version>
|
<version>5-SNAPSHOT</version>
|
||||||
<packaging>${packaging.type}</packaging>
|
<packaging>${packaging.type}</packaging>
|
||||||
<description>The web client part of the financer application - a simple app to manage your personal finances</description>
|
<description>The web client part of the financer application - a simple app to manage your personal finances</description>
|
||||||
<name>financer-web-client</name>
|
<name>financer-web-client</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>000004</parallelDeploymentVersion>
|
<parallelDeploymentVersion>000005</parallelDeploymentVersion>
|
||||||
<!-- Property to define the final name of the build artifact.
|
<!-- Property to define the final name of the build artifact.
|
||||||
This used in combination with the build-war profile to change the .war file name
|
This used in combination with the build-war profile to change the .war file name
|
||||||
to e.g. financer#00004.war so that the application is accessible via the /financer
|
to e.g. financer#00004.war so that the application is accessible via the /financer
|
||||||
|
|||||||
Reference in New Issue
Block a user