Attempt version handling

This commit is contained in:
HappyPikachu 2015-05-18 23:18:44 -04:00
parent 46c38c486b
commit 1239685c10
2 changed files with 2 additions and 1 deletions

View File

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

View File

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