Skip to content

Commit

Permalink
Updated Maven Plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
darbyjack committed Apr 23, 2021
1 parent 2b09f81 commit 34d9492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<artifactId>maven-jar-plugin</artifactId>
<version>3.2.0</version>
<configuration>
<finalName>${name}</finalName>
<finalName>${project.name}</finalName>
<archive>
<manifest>
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
Expand Down

0 comments on commit 34d9492

Please sign in to comment.