Finalize version handling

This commit is contained in:
HappyPikachu 2015-05-19 09:07:02 -04:00
parent 1239685c10
commit a518accd74
2 changed files with 3 additions and 2 deletions

View File

@ -118,7 +118,8 @@
</dependencies>
<build>
<finalName>Quests-${project.version}-${env.BUILD_NUMBER}</finalName>
<finalName>Quests-${project.version}-b${env.BUILD_NUMBER}</finalName>
<resources>
<resource>
<targetPath>.</targetPath>

View File

@ -1,6 +1,6 @@
name: Quests
main: me.blackvein.quests.Quests
version: ${project.version}-${env.BUILD_NUMBER}
version: ${project.version}-b${env.BUILD_NUMBER}
description: Player questing system
website: http://dev.bukkit.org/server-mods/quests/
dev-url: https://github.com/Blackvein/Quests/