From 8576b7a05796f61351f5d67a9119ee7b8f7f156e Mon Sep 17 00:00:00 2001 From: Dan Mulloy Date: Mon, 27 Jul 2015 15:05:32 -0400 Subject: [PATCH] Update to 1.8.8 --- ProtocolLib/pom.xml | 28 ++++------- .../comphenix/protocol/ProtocolLibrary.java | 6 +-- modules/v1_7_R4/pom.xml | 50 +++++-------------- 3 files changed, 27 insertions(+), 57 deletions(-) diff --git a/ProtocolLib/pom.xml b/ProtocolLib/pom.xml index 8083d5f8..4e25f6b7 100644 --- a/ProtocolLib/pom.xml +++ b/ProtocolLib/pom.xml @@ -243,12 +243,18 @@ - + org.spigotmc + spigot-api + 1.8.8-R0.1-SNAPSHOT + provided + + + org.spigotmc + spigot + 1.8.8-R0.1-SNAPSHOT + provided + cglib cglib-nodep @@ -261,18 +267,6 @@ 1.1-SNAPSHOT compile - - org.spigotmc - spigot-api - 1.8.7-R0.1-SNAPSHOT - provided - - - org.spigotmc - spigot - 1.8.7-R0.1-SNAPSHOT - provided - junit junit diff --git a/ProtocolLib/src/main/java/com/comphenix/protocol/ProtocolLibrary.java b/ProtocolLib/src/main/java/com/comphenix/protocol/ProtocolLibrary.java index 0759abcf..51ff5ed2 100644 --- a/ProtocolLib/src/main/java/com/comphenix/protocol/ProtocolLibrary.java +++ b/ProtocolLib/src/main/java/com/comphenix/protocol/ProtocolLibrary.java @@ -90,12 +90,12 @@ public class ProtocolLibrary extends JavaPlugin { /** * The maximum version ProtocolLib has been tested with, */ - public static final String MAXIMUM_MINECRAFT_VERSION = "1.8.7"; + public static final String MAXIMUM_MINECRAFT_VERSION = "1.8.8"; /** - * The date (with ISO 8601 or YYYY-MM-DD) when the most recent version was released. + * The date (with ISO 8601 or YYYY-MM-DD) when the most recent version (1.8.7) was released. */ - public static final String MINECRAFT_LAST_RELEASE_DATE = "2015-02-20"; + public static final String MINECRAFT_LAST_RELEASE_DATE = "2015-06-05"; // Different commands private enum ProtocolCommand { diff --git a/modules/v1_7_R4/pom.xml b/modules/v1_7_R4/pom.xml index 958c0679..f74deade 100644 --- a/modules/v1_7_R4/pom.xml +++ b/modules/v1_7_R4/pom.xml @@ -211,7 +211,7 @@ dmulloy2 Dan Mulloy - http://shadowvolt.com/ + http://dmulloy2.net/ developer maintainer @@ -230,6 +230,18 @@ + + org.spigotmc + spigot-api + 1.7.10-R0.1-SNAPSHOT + provided + + + org.spigotmc + spigot + 1.7.10-R0.1-SNAPSHOT + provided + com.comphenix.protocol ProtocolLib @@ -247,41 +259,5 @@ 1.1-SNAPSHOT compile - - org.spigotmc - spigot-api - 1.7.10-R0.1-SNAPSHOT - provided - - - org.spigotmc - spigot - 1.7.10-R0.1-SNAPSHOT - provided - - - junit - junit - 4.10 - test - - - org.mockito - mockito-all - 1.8.4 - test - - - org.powermock - powermock-module-junit4 - 1.5 - test - - - org.powermock - powermock-api-mockito - 1.5 - test - \ No newline at end of file