~ vergessen Server Url richtig zu konfigurieren
Signed-off-by: Johannes Theiner <j.theiner@live.de>
This commit is contained in:
parent
49aca55bb7
commit
5530829841
4
pom.xml
4
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue