Skip to content

Commit

Permalink
Use my maven repo and the latest release of ProtocolLib
Browse files Browse the repository at this point in the history
  • Loading branch information
dmulloy2 committed Nov 23, 2015
1 parent 59a4398 commit fd2ee45
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions NCPCompatProtocolLib/pom.xml
Expand Up @@ -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>

Expand All @@ -30,7 +29,7 @@
<dependency>
<groupId>com.comphenix.protocol</groupId>
<artifactId>ProtocolLib</artifactId>
<version>LATEST</version>
<version>3.6.4</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit fd2ee45

Please sign in to comment.