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

@@ -13,7 +13,7 @@
<groupId>de.77zzcx7.financer</groupId>
<artifactId>financer-parent</artifactId>
<version>44-SNAPSHOT</version>
<version>44</version>
<packaging>pom</packaging>
<description>The umbrella for all financer projects</description>
<name>financer-parent</name>
@@ -27,6 +27,8 @@
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>000044</parallelDeploymentVersion>
<!-- Same as on yggdrasil -->
<tomcat.version>9.0.41</tomcat.version>
</properties>
<modules>
@@ -88,7 +90,7 @@
<dependency>
<groupId>de.77zzcx7.push-service</groupId>
<artifactId>push-service-client-lib</artifactId>
<version>4-SNAPSHOT</version>
<version>5</version>
</dependency>
</dependencies>
</dependencyManagement>