Skip to content

Commit

Permalink
Fix JAR naming
Browse files Browse the repository at this point in the history
  • Loading branch information
GospelBG committed Jul 28, 2024
1 parent 5c0abb2 commit 5bad3f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<artifactId>chatpointsttv-dist</artifactId>
<build>
<directory>../target</directory>
<finalName>${project.parent.artifactId}-${project.version}</finalName>
<finalName>${project.parent.name}-${project.version}</finalName>
<plugins>
<plugin>
<artifactId>maven-shade-plugin</artifactId>
Expand Down

0 comments on commit 5bad3f6

Please sign in to comment.