Update to 1.10.2

No changes, yay!
This commit is contained in:
Dan Mulloy 2016-06-26 23:06:00 -04:00
parent 88444dcf74
commit 4f404a41c6
3 changed files with 7 additions and 7 deletions

View File

@ -196,13 +196,13 @@
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.10-R0.1-SNAPSHOT</version>
<version>1.10.2-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot</artifactId>
<version>1.10-R0.1-SNAPSHOT</version>
<version>1.10.2-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>

View File

@ -39,12 +39,12 @@ public class ProtocolLibrary {
/**
* The maximum version ProtocolLib has been tested with.
*/
public static final String MAXIMUM_MINECRAFT_VERSION = "1.10";
public static final String MAXIMUM_MINECRAFT_VERSION = "1.10.2";
/**
* The date (with ISO 8601 or YYYY-MM-DD) when the most recent version (1.9.4) was released.
* The date (with ISO 8601 or YYYY-MM-DD) when the most recent version (1.10.2) was released.
*/
public static final String MINECRAFT_LAST_RELEASE_DATE = "2016-06-08";
public static final String MINECRAFT_LAST_RELEASE_DATE = "2016-06-23";
/**
* Plugins that are currently incompatible with ProtocolLib.

View File

@ -234,13 +234,13 @@
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.10-R0.1-SNAPSHOT</version>
<version>1.10.2-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot</artifactId>
<version>1.10-R0.1-SNAPSHOT</version>
<version>1.10.2-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>