financer release version v44

This commit is contained in:
2020-12-25 01:23:55 +01:00
parent 66fbbc5285
commit d6c42d830b
5 changed files with 12 additions and 10 deletions

View File

@@ -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>44-SNAPSHOT</version> <version>44</version>
</parent> </parent>
<artifactId>financer-common</artifactId> <artifactId>financer-common</artifactId>

View File

@@ -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>44-SNAPSHOT</version> <version>44</version>
</parent> </parent>
<artifactId>financer-server</artifactId> <artifactId>financer-server</artifactId>

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>44-SNAPSHOT</version> <version>44</version>
</parent> </parent>
<artifactId>financer-web-client</artifactId> <artifactId>financer-web-client</artifactId>

View File

@@ -1,16 +1,16 @@
v43 -> v44: v43 -> v44:
- - #8: Remove hard dependency on push-service - integrate new release of push-service
v42 -> v43: v42 -> v43:
- Non-functional build changes - #3: Non-functional build changes
v41 -> v42: v41 -> v42:
- Non-functional build changes - #3: Non-functional build changes
v40 -> v41: v40 -> v41:
- Add IN clause support to FQL - Add IN clause support to FQL
- Non-functional build changes - #3: Non-functional build changes
- Remove hard dependency on push-service - #8: Remove hard dependency on push-service
v39 -> v40: v39 -> v40:
- Non-functional build changes - Non-functional build changes

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>44-SNAPSHOT</version> <version>44</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>
@@ -27,6 +27,8 @@
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>000044</parallelDeploymentVersion> <parallelDeploymentVersion>000044</parallelDeploymentVersion>
<!-- Same as on yggdrasil -->
<tomcat.version>9.0.41</tomcat.version>
</properties> </properties>
<modules> <modules>
@@ -88,7 +90,7 @@
<dependency> <dependency>
<groupId>de.77zzcx7.push-service</groupId> <groupId>de.77zzcx7.push-service</groupId>
<artifactId>push-service-client-lib</artifactId> <artifactId>push-service-client-lib</artifactId>
<version>4-SNAPSHOT</version> <version>5</version>
</dependency> </dependency>
</dependencies> </dependencies>
</dependencyManagement> </dependencyManagement>