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>ncpcompat</artifactId>
|
|
|
|
<packaging>jar</packaging>
|
|
|
|
<name>NCPCompat</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>org.bukkit</groupId>
|
|
|
|
<artifactId>bukkit</artifactId>
|
2013-01-31 07:05:28 +01:00
|
|
|
<version>1.4.7-R1.0</version>
|
2012-12-13 22:48:56 +01:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>fr.neatmonster</groupId>
|
|
|
|
<artifactId>ncpcommons</artifactId>
|
2013-01-20 04:18:08 +01:00
|
|
|
<version>static</version>
|
2012-12-13 22:48:56 +01:00
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
|
2013-01-20 04:18:08 +01:00
|
|
|
<description>API for the compatibility modules. Uses Bukkit. In fact this is the base of NCP that needs Bukkit but just not much more.
|
2012-12-14 10:36:58 +01:00
|
|
|
|
|
|
|
Version updating is done for NCPPlugin mainly, expect the other poms version to change randomly rather.</description>
|
2012-12-13 22:48:56 +01:00
|
|
|
</project>
|