Merge pull request #38 from dmulloy2/master

Use my maven repo and the latest release of ProtocolLib
This commit is contained in:
asofold 2015-11-23 05:46:07 +01:00
commit a7eed1d88a

View File

@ -15,9 +15,8 @@
<repositories>
<repository>
<id>comphenix-rep</id>
<name>Comphenix Repository</name>
<url>http://repo.comphenix.net/content/groups/public</url>
<id>dmulloy2-repo</id>
<url>http://repo.dmulloy2.net/content/groups/public/</url>
</repository>
</repositories>
@ -30,7 +29,7 @@
<dependency>
<groupId>com.comphenix.protocol</groupId>
<artifactId>ProtocolLib</artifactId>
<version>LATEST</version>
<version>3.6.4</version>
</dependency>
</dependencies>