2012-12-21 10:44:28 +01: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>
|
2012-12-21 18:08:18 +01:00
|
|
|
<artifactId>ncpcompatcb2545</artifactId>
|
2012-12-21 10:44:28 +01:00
|
|
|
<packaging>jar</packaging>
|
2012-12-21 18:08:18 +01:00
|
|
|
<name>NCPCompatCB2545</name>
|
2013-01-20 04:18:08 +01:00
|
|
|
<version>static</version>
|
2012-12-21 10:44:28 +01:00
|
|
|
|
|
|
|
<parent>
|
|
|
|
<groupId>fr.neatmonster</groupId>
|
|
|
|
<artifactId>nocheatplus-parent</artifactId>
|
2013-01-20 04:18:08 +01:00
|
|
|
<version>static</version>
|
2012-12-21 10:44:28 +01:00
|
|
|
</parent>
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>fr.neatmonster</groupId>
|
2013-05-22 12:24:48 +02:00
|
|
|
<artifactId>ncpcore</artifactId>
|
2013-01-20 04:18:08 +01:00
|
|
|
<version>static</version>
|
2012-12-21 10:44:28 +01:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.bukkit</groupId>
|
|
|
|
<artifactId>craftbukkit</artifactId>
|
2013-01-17 18:21:41 +01:00
|
|
|
<version>1.4.6-R0.3</version>
|
2012-12-21 10:44:28 +01:00
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
|
2012-12-21 18:08:18 +01:00
|
|
|
<description>Compatibility since CB2545 (MC 1.4.6).
|
2012-12-21 10:44:28 +01:00
|
|
|
|
2013-07-06 13:14:24 +02:00
|
|
|
Version updating is done for the NoCheatPlus sub-module.</description>
|
2012-12-21 10:44:28 +01:00
|
|
|
</project>
|