2012-12-13 22:48:56 +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>
|
|
|
|
<artifactId>ncpcommons</artifactId>
|
|
|
|
<packaging>jar</packaging>
|
|
|
|
<name>NCPCommons</name>
|
2013-01-20 04:18:08 +01:00
|
|
|
<version>static</version>
|
2012-12-13 22:48:56 +01:00
|
|
|
|
|
|
|
<parent>
|
|
|
|
<groupId>fr.neatmonster</groupId>
|
|
|
|
<artifactId>nocheatplus-parent</artifactId>
|
2013-01-20 04:18:08 +01:00
|
|
|
<version>static</version>
|
2012-12-13 22:48:56 +01:00
|
|
|
</parent>
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>junit</groupId>
|
|
|
|
<artifactId>junit</artifactId>
|
|
|
|
<version>4.8.2</version>
|
|
|
|
</dependency>
|
2013-02-26 23:14:33 +01:00
|
|
|
<dependency>
|
2013-02-27 00:46:56 +01:00
|
|
|
<groupId>fr.neatmonster</groupId>
|
|
|
|
<artifactId>ncpbuildbase</artifactId>
|
|
|
|
<version>static</version>
|
|
|
|
</dependency>
|
2012-12-13 22:48:56 +01:00
|
|
|
</dependencies>
|
2012-12-14 10:36:58 +01:00
|
|
|
<description>Common data structures and other, no use of Bukkit.
|
|
|
|
|
2013-07-06 13:14:24 +02:00
|
|
|
Version updating is done for the NoCheatPlus sub-module.</description>
|
2013-02-26 23:14:33 +01:00
|
|
|
|
2012-12-13 22:48:56 +01:00
|
|
|
</project>
|