2013-02-28 03:40:40 +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>ncpcompatbukkit</artifactId>
|
|
|
|
<packaging>jar</packaging>
|
|
|
|
<name>NCPCompatBukkit</name>
|
2015-02-04 18:49:52 +01:00
|
|
|
<version>1.1-SNAPSHOT</version>
|
2013-02-28 03:40:40 +01:00
|
|
|
|
|
|
|
<parent>
|
|
|
|
<groupId>fr.neatmonster</groupId>
|
|
|
|
<artifactId>nocheatplus-parent</artifactId>
|
2015-02-06 02:05:48 +01:00
|
|
|
<version>1.1-SNAPSHOT</version>
|
2013-02-28 03:40:40 +01:00
|
|
|
</parent>
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>fr.neatmonster</groupId>
|
2013-05-22 12:24:48 +02:00
|
|
|
<artifactId>ncpcore</artifactId>
|
2015-02-06 02:05:48 +01:00
|
|
|
<version>1.1-SNAPSHOT</version>
|
2013-02-28 03:40:40 +01:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.bukkit</groupId>
|
|
|
|
<artifactId>bukkit</artifactId>
|
2014-11-03 21:56:53 +01:00
|
|
|
<version>1.7.2-R0.3</version>
|
2013-02-28 03:40:40 +01:00
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
<description>Compatibility for using the Bukkit API only.
|
2015-02-04 18:49:52 +01:00
|
|
|
</description>
|
2013-02-28 03:40:40 +01:00
|
|
|
</project>
|