From 85d6c836a8ae6a21520849f128656b2d58c4fb20 Mon Sep 17 00:00:00 2001 From: Mark Date: Tue, 30 Aug 2016 19:29:45 -0700 Subject: [PATCH] Fix version EssentialsGeoIP --- EssentialsGeoIP/src/plugin.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/EssentialsGeoIP/src/plugin.yml b/EssentialsGeoIP/src/plugin.yml index e1166f7ce..5fc8d7987 100644 --- a/EssentialsGeoIP/src/plugin.yml +++ b/EssentialsGeoIP/src/plugin.yml @@ -2,8 +2,8 @@ name: EssentialsGeoIP main: com.earth2me.essentials.geoip.EssentialsGeoIP # 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: Shows the country or city of a user on login and /whois. authors: [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology] -depend: [Essentials] \ No newline at end of file +depend: [Essentials]