Update to 1.8.7

Yay, no code changes!
This commit is contained in:
Dan Mulloy 2015-06-05 14:07:32 -04:00
parent 270cdfca2f
commit 594b7ad075
2 changed files with 5 additions and 5 deletions

View File

@ -18,11 +18,11 @@
<distributionManagement>
<repository>
<id>dmulloy2-repo</id>
<id>dmulloy2-releases</id>
<url>http://repo.dmulloy2.net/content/repositories/releases/</url>
</repository>
<snapshotRepository>
<id>dmulloy2-repo</id>
<id>dmulloy2-snapshots</id>
<url>http://repo.dmulloy2.net/content/repositories/snapshots/</url>
</snapshotRepository>
</distributionManagement>
@ -314,13 +314,13 @@
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.8.6-R0.1-SNAPSHOT</version>
<version>1.8.7-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot</artifactId>
<version>1.8.6-R0.1-SNAPSHOT</version>
<version>1.8.7-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>

View File

@ -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.