From 594b7ad075fa9a38c29d646624eedc9ce46476d8 Mon Sep 17 00:00:00 2001 From: Dan Mulloy Date: Fri, 5 Jun 2015 14:07:32 -0400 Subject: [PATCH] Update to 1.8.7 Yay, no code changes! --- ProtocolLib/pom.xml | 8 ++++---- .../main/java/com/comphenix/protocol/ProtocolLibrary.java | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ProtocolLib/pom.xml b/ProtocolLib/pom.xml index e26cf8fb..b455e20d 100644 --- a/ProtocolLib/pom.xml +++ b/ProtocolLib/pom.xml @@ -18,11 +18,11 @@ - dmulloy2-repo + dmulloy2-releases http://repo.dmulloy2.net/content/repositories/releases/ - dmulloy2-repo + dmulloy2-snapshots http://repo.dmulloy2.net/content/repositories/snapshots/ @@ -314,13 +314,13 @@ org.spigotmc spigot-api - 1.8.6-R0.1-SNAPSHOT + 1.8.7-R0.1-SNAPSHOT provided org.spigotmc spigot - 1.8.6-R0.1-SNAPSHOT + 1.8.7-R0.1-SNAPSHOT provided diff --git a/ProtocolLib/src/main/java/com/comphenix/protocol/ProtocolLibrary.java b/ProtocolLib/src/main/java/com/comphenix/protocol/ProtocolLibrary.java index 26f4a59a..5328e50c 100644 --- a/ProtocolLib/src/main/java/com/comphenix/protocol/ProtocolLibrary.java +++ b/ProtocolLib/src/main/java/com/comphenix/protocol/ProtocolLibrary.java @@ -88,7 +88,7 @@ public class ProtocolLibrary extends JavaPlugin { /** * The maximum version ProtocolLib has been tested with, */ - public static final String MAXIMUM_MINECRAFT_VERSION = "1.8.6"; + public static final String MAXIMUM_MINECRAFT_VERSION = "1.8.7"; /** * The date (with ISO 8601 or YYYY-MM-DD) when the most recent version was released.