Set version to 3.7.1-beta-b* for beta release phase. Version increment

is necessary due to "3.7" versions being out there from very early
jenkins builds.
This commit is contained in:
asofold 2012-09-15 21:06:27 +02:00
parent a501b6e2e6
commit 01938e33cd
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
name: ${project.name}
version: ${project.version}-b${BUILD_NUMBER}
version: ${project.version}-beta-b${BUILD_NUMBER}
description: ${project.description}
author: NeatMonster

View File

@ -4,7 +4,7 @@
<!-- Informations -->
<name>NoCheatPlus</name>
<version>3.7</version>
<version>3.7.1</version>
<description>Detect and fight the exploitation of various flaws/bugs in Minecraft.</description>
<url>http://dev.bukkit.org/server-mods/nocheatplus</url>