From 9b5a7f18d9896c1eb4b4d3146e31b6211d0a1c2c Mon Sep 17 00:00:00 2001 From: mbax Date: Mon, 4 Aug 2014 23:26:10 -0400 Subject: [PATCH] Build for specific Bukkit release: Eliminates awkward situations of changes causing confusion when suddenly your plugin won't compile on new versions of Bukkit. Stuck to 1.7.9-R0.2 because this is the last release supporting getOnlinePlayers as an array, which this plugin builds against, and building this way supports the most servers, which is always an admirable goal. Wouldn't want to force people onto the latest dev, would we? --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b043df6..bb20040 100644 --- a/pom.xml +++ b/pom.xml @@ -51,7 +51,7 @@ org.bukkit bukkit - LATEST + 1.7.9-R0.2 net.milkbowl.vault