Prepare next development iteration for v41

This commit is contained in:
2020-11-17 22:03:40 +01:00
parent 19fb0f39a9
commit 5a8a444009
4 changed files with 5 additions and 5 deletions

View File

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

View File

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

View File

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

View File

@@ -13,7 +13,7 @@
<groupId>de.77zzcx7.financer</groupId>
<artifactId>financer-parent</artifactId>
<version>40</version>
<version>41-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>000040</parallelDeploymentVersion>
<parallelDeploymentVersion>000041</parallelDeploymentVersion>
</properties>
<modules>