financer release version v44
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
<parent>
|
||||
<artifactId>financer-parent</artifactId>
|
||||
<groupId>de.77zzcx7.financer</groupId>
|
||||
<version>44-SNAPSHOT</version>
|
||||
<version>44</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>financer-common</artifactId>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>de.77zzcx7.financer</groupId>
|
||||
<artifactId>financer-parent</artifactId>
|
||||
<version>44-SNAPSHOT</version>
|
||||
<version>44</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>financer-server</artifactId>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<parent>
|
||||
<groupId>de.77zzcx7.financer</groupId>
|
||||
<artifactId>financer-parent</artifactId>
|
||||
<version>44-SNAPSHOT</version>
|
||||
<version>44</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>financer-web-client</artifactId>
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
v43 -> v44:
|
||||
-
|
||||
- #8: Remove hard dependency on push-service - integrate new release of push-service
|
||||
|
||||
v42 -> v43:
|
||||
- Non-functional build changes
|
||||
- #3: Non-functional build changes
|
||||
|
||||
v41 -> v42:
|
||||
- Non-functional build changes
|
||||
- #3: Non-functional build changes
|
||||
|
||||
v40 -> v41:
|
||||
- Add IN clause support to FQL
|
||||
- Non-functional build changes
|
||||
- Remove hard dependency on push-service
|
||||
- #3: Non-functional build changes
|
||||
- #8: Remove hard dependency on push-service
|
||||
|
||||
v39 -> v40:
|
||||
- Non-functional build changes
|
||||
|
||||
6
pom.xml
6
pom.xml
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user