Changed maven file naming

This commit is contained in:
Jitse Boonstra
2019-05-02 17:59:04 +02:00
parent 2982a1ecb3
commit 4f5299a872
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -89,6 +89,6 @@
<build>
<defaultGoal>clean install</defaultGoal>
<finalName>npclib-api-v${project.version}</finalName>
<finalName>npclib-api-${project.version}</finalName>
</build>
</project>