financer release version 29

This commit is contained in:
2020-04-10 16:39:14 +02:00
parent 3d4fb73424
commit 8c001f4ae9
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>29-SNAPSHOT</version>
<version>29</version>
</parent>
<artifactId>financer-common</artifactId>

View File

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

View File

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

View File

@@ -1,3 +1,6 @@
v28 -> v29:
- Internal optimizations
v27 -> v28:
- Add account end balance to account statistics for closed expense periods. This is currently not visible in the UI
- Add file upload to transaction creation for e.g. invoices. They can be downloaded in the transaction overview of an

View File

@@ -13,7 +13,7 @@
<groupId>de.77zzcx7.financer</groupId>
<artifactId>financer-parent</artifactId>
<version>29-SNAPSHOT</version>
<version>29</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>000028</parallelDeploymentVersion>
<parallelDeploymentVersion>000029</parallelDeploymentVersion>
</properties>
<modules>