financer release version v42

This commit is contained in:
2020-12-24 23:58:20 +01:00
parent 9083a62ebd
commit c1cd311b7a
5 changed files with 9 additions and 4 deletions

View File

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

View File

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

View File

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

View File

@@ -1,5 +1,10 @@
v41 -> v42:
- Non-functional build changes
v40 -> v41:
- Add IN clause support to FQL
- Non-functional build changes
- Remove hard dependency on push-service
v39 -> v40:
- Non-functional build changes

View File

@@ -13,7 +13,7 @@
<groupId>de.77zzcx7.financer</groupId>
<artifactId>financer-parent</artifactId>
<version>42-SNAPSHOT</version>
<version>42</version>
<packaging>pom</packaging>
<description>The umbrella for all financer projects</description>
<name>financer-parent</name>