~ vergessen Server Url richtig zu konfigurieren

Signed-off-by: Johannes Theiner <j.theiner@live.de>
This commit is contained in:
Johannes Theiner 2019-03-11 16:20:12 +01:00
parent 49aca55bb7
commit 5530829841
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<name>BauDas Kundenkarten Verwaltung</name>
<url>https://spm.joethei.space/bauDas</url>
<url>https://tomcat.joethei.space/bauDas</url>
<groupId>de.hs-el.spm</groupId>
<artifactId>bauDas-kundenkarten</artifactId>
@ -76,7 +76,7 @@
<artifactId>tomcat7-maven-plugin</artifactId>
<version>2.2</version>
<configuration>
<url>https://spm.joethei.space/manager/text</url>
<url>https://tomcat.joethei.space/manager/text</url>
<server>TomcatServer</server>
<path>/bauDas</path>
</configuration>