Prepare next development iteration for v51
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>financer-parent</artifactId>
|
<artifactId>financer-parent</artifactId>
|
||||||
<groupId>de.77zzcx7.financer</groupId>
|
<groupId>de.77zzcx7.financer</groupId>
|
||||||
<version>50</version>
|
<version>51-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>financer-common</artifactId>
|
<artifactId>financer-common</artifactId>
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>de.77zzcx7.financer</groupId>
|
<groupId>de.77zzcx7.financer</groupId>
|
||||||
<artifactId>financer-parent</artifactId>
|
<artifactId>financer-parent</artifactId>
|
||||||
<version>50</version>
|
<version>51-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>financer-server</artifactId>
|
<artifactId>financer-server</artifactId>
|
||||||
|
|||||||
@@ -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>50</version>
|
<version>51-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>financer-web-client</artifactId>
|
<artifactId>financer-web-client</artifactId>
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
v50 -> v51:
|
||||||
|
-
|
||||||
|
|
||||||
v49 -> v50:
|
v49 -> v50:
|
||||||
- #29 Added projected cash flow report
|
- #29 Added projected cash flow report
|
||||||
|
|
||||||
|
|||||||
4
pom.xml
4
pom.xml
@@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
<groupId>de.77zzcx7.financer</groupId>
|
<groupId>de.77zzcx7.financer</groupId>
|
||||||
<artifactId>financer-parent</artifactId>
|
<artifactId>financer-parent</artifactId>
|
||||||
<version>50</version>
|
<version>51-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>000050</parallelDeploymentVersion>
|
<parallelDeploymentVersion>000051</parallelDeploymentVersion>
|
||||||
<!-- Same as on yggdrasil -->
|
<!-- Same as on yggdrasil -->
|
||||||
<tomcat.version>9.0.41</tomcat.version>
|
<tomcat.version>9.0.41</tomcat.version>
|
||||||
<!-- Overwrite H2 version because only in > .197 windows functions are available -->
|
<!-- Overwrite H2 version because only in > .197 windows functions are available -->
|
||||||
|
|||||||
Reference in New Issue
Block a user