From a591dba8eff9c28fb326ad3bd890d9ad6fec02fb Mon Sep 17 00:00:00 2001 From: Mark Date: Tue, 30 Aug 2016 19:30:13 -0700 Subject: [PATCH] Fix version EssentialsProtect --- EssentialsProtect/src/plugin.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/EssentialsProtect/src/plugin.yml b/EssentialsProtect/src/plugin.yml index c223a2cb3..14e6b2820 100644 --- a/EssentialsProtect/src/plugin.yml +++ b/EssentialsProtect/src/plugin.yml @@ -2,8 +2,8 @@ name: EssentialsProtect main: com.earth2me.essentials.protect.EssentialsProtect # Note to developers: This next line cannot change, or the automatic versioning system will break. -version: ${project.version}-b${BUILD_NUMBER} +version: ${project.version}-b${build.number} website: http://tiny.cc/EssentialsCommands description: Provides protection for various parts of the world. authors: [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits] -softdepend: [Essentials] \ No newline at end of file +softdepend: [Essentials]