version number has to be removed in production env, removed here to save time.

This commit is contained in:
GZimmer 2023-07-05 04:52:44 +02:00
parent fae987af94
commit 33659efe24
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@
</goals>
<configuration>
<finalName>${project.name}-${project.version}</finalName>
<finalName>${project.name}</finalName>
<shadedArtifactAttached>false</shadedArtifactAttached>
<useDependencyReducedPomInJar>true</useDependencyReducedPomInJar>