2013-04-12 19:00:19 +02:00
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<groupId>fr.neatmonster</groupId>
|
|
|
|
<artifactId>ncpcompatcb2691</artifactId>
|
|
|
|
<packaging>jar</packaging>
|
|
|
|
<name>NCPCompatCB2691</name>
|
|
|
|
<version>static</version>
|
|
|
|
|
|
|
|
<parent>
|
|
|
|
<groupId>fr.neatmonster</groupId>
|
|
|
|
<artifactId>nocheatplus-parent</artifactId>
|
|
|
|
<version>static</version>
|
|
|
|
</parent>
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>fr.neatmonster</groupId>
|
2013-05-22 12:24:48 +02:00
|
|
|
<artifactId>ncpcore</artifactId>
|
2013-04-12 19:00:19 +02:00
|
|
|
<version>static</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.bukkit</groupId>
|
|
|
|
<artifactId>craftbukkit</artifactId>
|
2013-04-22 21:46:49 +02:00
|
|
|
<version>1.5.1-R0.3-SNAPSHOT</version>
|
2013-04-12 19:00:19 +02:00
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
<description>Compatibility for CB2691 (1.5.1-R0.1 beta release).
|
|
|
|
|
2013-07-06 13:14:24 +02:00
|
|
|
Version updating is done for the NoCheatPlus sub-module.</description>
|
2013-04-12 19:00:19 +02:00
|
|
|
</project>
|