Fix version EssentialsGeoIP

This commit is contained in:
Mark 2016-08-30 19:29:45 -07:00 committed by GitHub
parent 7498a5f983
commit 85d6c836a8

View file

@ -2,8 +2,8 @@
name: EssentialsGeoIP name: EssentialsGeoIP
main: com.earth2me.essentials.geoip.EssentialsGeoIP main: com.earth2me.essentials.geoip.EssentialsGeoIP
# Note to developers: This next line cannot change, or the automatic versioning system will break. # 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 website: http://tiny.cc/EssentialsCommands
description: Shows the country or city of a user on login and /whois. description: Shows the country or city of a user on login and /whois.
authors: [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology] authors: [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology]
depend: [Essentials] depend: [Essentials]