Set parallel deployment version to 35

v34 was deployed as v33...
This commit is contained in:
2020-11-13 23:09:37 +01:00
parent 685efa2349
commit 9f60ef4949

View File

@@ -26,7 +26,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>000033</parallelDeploymentVersion> <parallelDeploymentVersion>000035</parallelDeploymentVersion>
</properties> </properties>
<modules> <modules>