1
0

Push service release version 4

This commit is contained in:
2020-12-25 01:10:32 +01:00
parent 4c58aa3ed0
commit 02fa209012
7 changed files with 43 additions and 29 deletions

View File

@@ -7,7 +7,7 @@
<parent>
<artifactId>push-service-parent</artifactId>
<groupId>de.77zzcx7.push-service</groupId>
<version>4-SNAPSHOT</version>
<version>4</version>
</parent>
<artifactId>push-service-client-lib</artifactId>
@@ -42,11 +42,7 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<!--
Setting the classifier of the spring-boot uber JAR to exec will keep the verbatim JAR file
as actual distributed artifact required for users to include the beans
-->
<classifier>exec</classifier>
<skip>true</skip>
</configuration>
</plugin>
</plugins>