mirror of
https://github.com/asofold/CompatNoCheatPlus.git
synced 2024-11-30 13:13:28 +01:00
Bump version + get NoCheatPlus over Maven (repo.md-5.net).
This commit is contained in:
parent
63702f2641
commit
c3a15f6929
@ -2,7 +2,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>CompatNoCheatPlus</groupId>
|
<groupId>CompatNoCheatPlus</groupId>
|
||||||
<artifactId>CompatNoCheatPlus</artifactId>
|
<artifactId>CompatNoCheatPlus</artifactId>
|
||||||
<version>6.6.0-RC</version>
|
<version>6.6.1-SNAPSHOT</version>
|
||||||
<name>CompatNoCheatPlus</name>
|
<name>CompatNoCheatPlus</name>
|
||||||
|
|
||||||
|
|
||||||
@ -16,17 +16,13 @@
|
|||||||
<!-- Repositories -->
|
<!-- Repositories -->
|
||||||
<repositories>
|
<repositories>
|
||||||
<repository>
|
<repository>
|
||||||
<id>bukkit</id>
|
<id>md_5-snapshots</id>
|
||||||
<url>http://repo.bukkit.org/content/groups/public/</url>
|
<url>http://repo.md-5.net/content/repositories/snapshots/</url>
|
||||||
</repository>
|
</repository>
|
||||||
<repository>
|
<repository>
|
||||||
<id>md_5-releases</id>
|
<id>md_5-releases</id>
|
||||||
<url>http://repo.md-5.net/content/repositories/releases/</url>
|
<url>http://repo.md-5.net/content/repositories/releases/</url>
|
||||||
</repository>
|
</repository>
|
||||||
<repository>
|
|
||||||
<id>md_5-snapshots</id>
|
|
||||||
<url>http://repo.md-5.net/content/repositories/snapshots/</url>
|
|
||||||
</repository>
|
|
||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
<!-- Dependencies -->
|
<!-- Dependencies -->
|
||||||
@ -45,11 +41,10 @@
|
|||||||
<systemPath>${basedir}/local-maven/mcMMO.jar</systemPath>
|
<systemPath>${basedir}/local-maven/mcMMO.jar</systemPath>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>fr.neatmonster.nocheatplus</groupId>
|
<groupId>fr.neatmonster</groupId>
|
||||||
<artifactId>NoCheatPlus</artifactId>
|
<artifactId>nocheatplus</artifactId>
|
||||||
<version>todo</version>
|
<version>3.12.1-SNAPSHOT</version>
|
||||||
<scope>system</scope>
|
<scope>compile</scope>
|
||||||
<systemPath>${basedir}/local-maven/NoCheatPlus.jar</systemPath>
|
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>net.citizensnpcs</groupId>
|
<groupId>net.citizensnpcs</groupId>
|
||||||
|
Loading…
Reference in New Issue
Block a user