From 0468094f3c122dae45a386a651c8b4bcf73866c4 Mon Sep 17 00:00:00 2001 From: MK13 Date: Sun, 17 Mar 2019 15:33:43 +0100 Subject: [PATCH] Rename from financer to financer-server In fact this is the server part of the financer app, so the new name is more fitting. Also adjust the group ID accordingly, so -server and -client can reside in the same group. Also add property parallelDeploymentVersion as the String version comparison of the context version is a bit quirky on Tomcat. --- pom.xml | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 2771336..dbca90c 100644 --- a/pom.xml +++ b/pom.xml @@ -11,12 +11,12 @@ - de.77zzcx7 - financer + de.77zzcx7.financer + financer-server 1-SNAPSHOT ${packaging.type} - - financer + The server part of the financer application - a simple app to manage your personal finances + financer-server UTF-8 @@ -25,6 +25,10 @@ 1.9 jar hsqldb,dev + + 000001 @@ -97,7 +101,7 @@ - financer + ${project.artifactId} org.springframework.boot @@ -163,7 +167,7 @@ postgres - financer##${project.version} + ${project.artifactId}##${parallelDeploymentVersion}