Bump version + get NoCheatPlus over Maven (repo.md-5.net).

This commit is contained in:
asofold 2015-07-30 11:55:30 +02:00
parent 63702f2641
commit c3a15f6929
1 changed files with 7 additions and 12 deletions

View File

@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>CompatNoCheatPlus</groupId>
<artifactId>CompatNoCheatPlus</artifactId>
<version>6.6.0-RC</version>
<version>6.6.1-SNAPSHOT</version>
<name>CompatNoCheatPlus</name>
@ -16,17 +16,13 @@
<!-- Repositories -->
<repositories>
<repository>
<id>bukkit</id>
<url>http://repo.bukkit.org/content/groups/public/</url>
<id>md_5-snapshots</id>
<url>http://repo.md-5.net/content/repositories/snapshots/</url>
</repository>
<repository>
<id>md_5-releases</id>
<url>http://repo.md-5.net/content/repositories/releases/</url>
</repository>
<repository>
<id>md_5-snapshots</id>
<url>http://repo.md-5.net/content/repositories/snapshots/</url>
</repository>
</repositories>
<!-- Dependencies -->
@ -45,11 +41,10 @@
<systemPath>${basedir}/local-maven/mcMMO.jar</systemPath>
</dependency>
<dependency>
<groupId>fr.neatmonster.nocheatplus</groupId>
<artifactId>NoCheatPlus</artifactId>
<version>todo</version>
<scope>system</scope>
<systemPath>${basedir}/local-maven/NoCheatPlus.jar</systemPath>
<groupId>fr.neatmonster</groupId>
<artifactId>nocheatplus</artifactId>
<version>3.12.1-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.citizensnpcs</groupId>