Prepare next development iteration for v56

This commit is contained in:
2024-04-07 23:38:10 +02:00
parent f1b6ea1dd9
commit 3d61fc38d7
5 changed files with 9 additions and 6 deletions

View File

@@ -13,7 +13,7 @@
<groupId>de.77zzcx7.financer</groupId>
<artifactId>financer-parent</artifactId>
<version>55</version>
<version>56-SNAPSHOT</version>
<packaging>pom</packaging>
<description>The umbrella for all financer projects</description>
<name>financer-parent</name>
@@ -26,7 +26,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>000055</parallelDeploymentVersion>
<parallelDeploymentVersion>000056</parallelDeploymentVersion>
<!-- Same as on yggdrasil -->
<tomcat.version>9.0.41</tomcat.version>
<!-- Overwrite H2 version because only in > .197 windows functions are available -->