Last "backport" for MC1.3.1: Set version to 3.7.7-RC-MC1.3.1 and

dependency to CraftBukkit 1.3.1-R2.0 for release on Jenkins.
This commit is contained in:
asofold 2012-10-25 00:37:37 +02:00
parent b9478cf721
commit 67b66b26b0

View File

@ -4,7 +4,7 @@
<!-- Informations -->
<name>NoCheatPlus</name>
<version>3.7.7</version>
<version>3.7.7-RC-MC1.3.1</version>
<description>Detect and fight the exploitation of various flaws/bugs in Minecraft.</description>
<url>http://dev.bukkit.org/server-mods/nocheatplus</url>
@ -42,7 +42,7 @@
<dependency>
<groupId>org.bukkit</groupId>
<artifactId>craftbukkit</artifactId>
<version>1.3.2-R2.0</version>
<version>1.3.1-R2.0</version>
</dependency>
</dependencies>