Prepare next development iteration for v11

This commit is contained in:
2019-06-24 22:45:48 +02:00
parent 42fa190a9b
commit 099562c408
3 changed files with 4 additions and 4 deletions

View File

@@ -7,7 +7,7 @@
<parent> <parent>
<groupId>de.77zzcx7.financer</groupId> <groupId>de.77zzcx7.financer</groupId>
<artifactId>financer-parent</artifactId> <artifactId>financer-parent</artifactId>
<version>10</version> <version>11-SNAPSHOT</version>
</parent> </parent>
<groupId>de.77zzcx7.financer</groupId> <groupId>de.77zzcx7.financer</groupId>

View File

@@ -7,7 +7,7 @@
<parent> <parent>
<groupId>de.77zzcx7.financer</groupId> <groupId>de.77zzcx7.financer</groupId>
<artifactId>financer-parent</artifactId> <artifactId>financer-parent</artifactId>
<version>10</version> <version>11-SNAPSHOT</version>
</parent> </parent>
<groupId>de.77zzcx7.financer</groupId> <groupId>de.77zzcx7.financer</groupId>

View File

@@ -13,7 +13,7 @@
<groupId>de.77zzcx7.financer</groupId> <groupId>de.77zzcx7.financer</groupId>
<artifactId>financer-parent</artifactId> <artifactId>financer-parent</artifactId>
<version>10</version> <version>11-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<description>The umbrella for all financer projects</description> <description>The umbrella for all financer projects</description>
<name>financer-parent</name> <name>financer-parent</name>
@@ -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>000010</parallelDeploymentVersion> <parallelDeploymentVersion>000011</parallelDeploymentVersion>
</properties> </properties>
<modules> <modules>