Work towards 1.8 support

TODO: Remove future disguise types and test backwards compatibility
This commit is contained in:
Byteflux
2014-12-07 07:59:38 -08:00
parent eabfe0d0bf
commit c335b245b5
5 changed files with 63 additions and 42 deletions

13
pom.xml
View File

@@ -64,14 +64,9 @@
<url>http://repo.md-5.net/content/groups/public/</url>
</repository>
<repository>
<id>comphenix-rep</id>
<name>Comphenix Repository</name>
<url>http://repo.comphenix.net/content/groups/public</url>
</repository>
<repository>
<id>comphenix-snapshot-rep</id>
<name>Comphenix Snapshot Repository</name>
<url>http://repo.comphenix.net/content/repositories/snapshots/</url>
<id>shadowvolt-repo</id>
<name>Shadowvolt Maven Repository</name>
<url>http://ci.shadowvolt.com/plugin/repository/everything/</url>
</repository>
</repositories>
@@ -79,7 +74,7 @@
<dependency>
<groupId>com.comphenix.protocol</groupId>
<artifactId>ProtocolLib</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.6.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.spigotmc</groupId>