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.