2015-04-28 18:53:42 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<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>nl.evolutioncoding</groupId>
|
|
|
|
<artifactId>areashop-parent</artifactId>
|
|
|
|
<packaging>pom</packaging>
|
|
|
|
<version>parent</version>
|
|
|
|
<name>AreaShop Parent</name>
|
|
|
|
<url>http://dev.bukkit.org/bukkit-plugins/regionbuyandrent/</url>
|
|
|
|
<properties>
|
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
|
</properties>
|
|
|
|
|
|
|
|
<modules>
|
|
|
|
<module>WorldGuard 5</module>
|
|
|
|
<module>WorldGuard 6</module>
|
2015-05-02 00:33:34 +02:00
|
|
|
<module>Interfaces</module>
|
2015-04-28 18:53:42 +02:00
|
|
|
<module>WorldEdit 5</module>
|
|
|
|
<module>WorldEdit 6</module>
|
|
|
|
<module>AreaShop</module>
|
|
|
|
</modules>
|
|
|
|
|
|
|
|
<repositories>
|
|
|
|
<repository>
|
|
|
|
<id>bukkit-repo</id>
|
|
|
|
<url>http://repo.bukkit.org/content/groups/public</url>
|
|
|
|
</repository>
|
|
|
|
<repository>
|
|
|
|
<id>sk89q-repo-wg</id>
|
|
|
|
<url>http://maven.sk89q.com/artifactory/repo/</url>
|
|
|
|
</repository>
|
|
|
|
</repositories>
|
|
|
|
|
|
|
|
</project>
|