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

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>

View File

@ -14,7 +14,7 @@
<build>
<directory>../target</directory>
<finalName>npclib-plugin-v${project.parent.version}</finalName>
<finalName>npclib-plugin-${project.parent.version}</finalName>
<resources>
<resource>
<targetPath>.</targetPath>