1
0

Fix groupId and move javascript resources to static/ folder to enable

serving by hosting application
This commit is contained in:
2020-07-21 23:25:14 +02:00
parent 604cdd04b0
commit f59ece1fc0
5 changed files with 4 additions and 4 deletions

View File

@@ -15,7 +15,7 @@
<relativePath/>
</parent>
<groupId>de.77zzcx7</groupId>
<groupId>de.77zzcx7.push-service</groupId>
<artifactId>push-service-parent</artifactId>
<version>1-SNAPSHOT</version>
<packaging>pom</packaging>

View File

@@ -6,7 +6,7 @@
<parent>
<artifactId>push-service-parent</artifactId>
<groupId>de.77zzcx7</groupId>
<groupId>de.77zzcx7.push-service</groupId>
<version>1-SNAPSHOT</version>
</parent>

View File

@@ -6,7 +6,7 @@
<parent>
<artifactId>push-service-parent</artifactId>
<groupId>de.77zzcx7</groupId>
<groupId>de.77zzcx7.push-service</groupId>
<version>1-SNAPSHOT</version>
</parent>
@@ -29,7 +29,7 @@
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>de.77zzcx7</groupId>
<groupId>de.77zzcx7.push-service</groupId>
<artifactId>push-service-client-lib</artifactId>
<version>${version}</version>
</dependency>