2013-10-18 13:49:03 +02:00
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
2015-04-15 06:06:16 +02:00
|
|
|
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>
|
|
|
|
|
|
|
|
<parent>
|
|
|
|
<groupId>net.ess3</groupId>
|
2015-07-29 23:22:10 +02:00
|
|
|
<artifactId>EssentialsXParent</artifactId>
|
2015-06-02 21:47:42 +02:00
|
|
|
<version>2.0.1</version>
|
2015-04-15 06:06:16 +02:00
|
|
|
</parent>
|
|
|
|
|
2015-04-24 22:32:50 +02:00
|
|
|
<artifactId>EssentialsXChat</artifactId>
|
2015-04-15 06:06:16 +02:00
|
|
|
|
|
|
|
<licenses>
|
|
|
|
<license>
|
|
|
|
<name>GPLv3</name>
|
|
|
|
<url>http://www.gnu.org/copyleft/gpl.html</url>
|
|
|
|
</license>
|
|
|
|
</licenses>
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>net.ess3</groupId>
|
2015-05-25 01:02:40 +02:00
|
|
|
<artifactId>EssentialsX</artifactId>
|
2015-04-15 06:06:16 +02:00
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
2013-10-18 13:49:03 +02:00
|
|
|
</project>
|