Prepare next development iteration for v45

This commit is contained in:
2020-12-25 01:24:54 +01:00
parent d6c42d830b
commit f7a7a5bec2
5 changed files with 8 additions and 5 deletions

View File

@@ -7,7 +7,7 @@
<parent>
<artifactId>financer-parent</artifactId>
<groupId>de.77zzcx7.financer</groupId>
<version>44</version>
<version>45-SNAPSHOT</version>
</parent>
<artifactId>financer-common</artifactId>

View File

@@ -6,7 +6,7 @@
<parent>
<groupId>de.77zzcx7.financer</groupId>
<artifactId>financer-parent</artifactId>
<version>44</version>
<version>45-SNAPSHOT</version>
</parent>
<artifactId>financer-server</artifactId>

View File

@@ -7,7 +7,7 @@
<parent>
<groupId>de.77zzcx7.financer</groupId>
<artifactId>financer-parent</artifactId>
<version>44</version>
<version>45-SNAPSHOT</version>
</parent>
<artifactId>financer-web-client</artifactId>

View File

@@ -1,3 +1,6 @@
v44 -> v45:
-
v43 -> v44:
- #8: Remove hard dependency on push-service - integrate new release of push-service

View File

@@ -13,7 +13,7 @@
<groupId>de.77zzcx7.financer</groupId>
<artifactId>financer-parent</artifactId>
<version>44</version>
<version>45-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>000044</parallelDeploymentVersion>
<parallelDeploymentVersion>000045</parallelDeploymentVersion>
<!-- Same as on yggdrasil -->
<tomcat.version>9.0.41</tomcat.version>
</properties>