financer release version 32
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>32-SNAPSHOT</version>
|
<version>32</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>32-SNAPSHOT</version>
|
<version>32</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>32-SNAPSHOT</version>
|
<version>32</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>financer-web-client</artifactId>
|
<artifactId>financer-web-client</artifactId>
|
||||||
|
|||||||
@@ -1,3 +1,9 @@
|
|||||||
|
v31 -> v32:
|
||||||
|
- Integrate new push-service release with VAPID support for Chrome based browsers
|
||||||
|
|
||||||
|
v30 -> v31:
|
||||||
|
- Integrate push-service app to send push notifications (currently only testing)
|
||||||
|
|
||||||
v29 -> v30:
|
v29 -> v30:
|
||||||
- Fix a bug in the file upload feature that caused every transaction to have a file, even though no file was uploaded
|
- Fix a bug in the file upload feature that caused every transaction to have a file, even though no file was uploaded
|
||||||
- Set proper HTTP headers for file download (mime type, length)
|
- Set proper HTTP headers for file download (mime type, length)
|
||||||
|
|||||||
2
pom.xml
2
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>32-SNAPSHOT</version>
|
<version>32</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>
|
||||||
|
|||||||
Reference in New Issue
Block a user