mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2025-01-15 12:01:51 +01:00
Totally random.
This commit is contained in:
parent
3616c7cce5
commit
6f450b0d71
@ -4,12 +4,22 @@
|
||||
<!-- Informations -->
|
||||
<artifactId>nocheatplus</artifactId>
|
||||
<name>NoCheatPlus</name>
|
||||
<version>3.10.13-BACKFLAP</version>
|
||||
<version>3.10.13-SNAPSHOT</version>
|
||||
<description>Detect and fight the exploitation of various flaws/bugs in Minecraft.</description>
|
||||
<url>http://dev.bukkit.org/server-mods/nocheatplus</url>
|
||||
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<repositories>
|
||||
<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>
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
<id>md_5-releases</id>
|
||||
|
4
pom.xml
4
pom.xml
@ -40,10 +40,6 @@
|
||||
<name>Bukkit</name>
|
||||
<url>http://repo.bukkit.org/content/groups/public/</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>md_5-releases</id>
|
||||
<url>http://repo.md-5.net/content/repositories/releases/</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
<description>The initial pom design had been taken from mbax (GitHub, TODO: link).
|
||||
|
Loading…
Reference in New Issue
Block a user