financer release version 25

This commit is contained in:
2019-10-18 22:10:43 +02:00
parent 5286c94dca
commit c480867f1b
4 changed files with 6 additions and 6 deletions

View File

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

View File

@@ -6,7 +6,7 @@
<parent>
<groupId>de.77zzcx7.financer</groupId>
<artifactId>financer-parent</artifactId>
<version>25-SNAPSHOT</version>
<version>25</version>
</parent>
<artifactId>financer-server</artifactId>
@@ -17,7 +17,7 @@
<properties>
<packaging.type>jar</packaging.type>
<activeProfiles>postgres,dev</activeProfiles>
<activeProfiles>hsqldb,dev</activeProfiles>
<deploymentProfile>mk</deploymentProfile>
</properties>

View File

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

View File

@@ -13,7 +13,7 @@
<groupId>de.77zzcx7.financer</groupId>
<artifactId>financer-parent</artifactId>
<version>25-SNAPSHOT</version>
<version>25</version>
<packaging>pom</packaging>
<description>The umbrella for all financer projects</description>
<name>financer-parent</name>
@@ -26,7 +26,7 @@
<!-- Property to define the parallel deployment version.
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>000024</parallelDeploymentVersion>
<parallelDeploymentVersion>000025</parallelDeploymentVersion>
</properties>
<modules>