WorldGuardWrapper/implementation/pom.xml
2019-05-28 20:46:54 +02:00

31 lines
904 B
XML

<?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>
<parent>
<groupId>org.codemc.worldguardwrapper</groupId>
<artifactId>worldguardwrapper-parent</artifactId>
<version>1.1.6-SNAPSHOT</version>
</parent>
<artifactId>worldguardwrapper-implementation</artifactId>
<packaging>pom</packaging>
<modules>
<module>legacy</module>
<module>v6</module>
<module>v7</module>
<!--
<module>v7fawe</module>
-->
</modules>
<name>WorldGuardWrapper-Implementation</name>
<properties>
<maven.deploy.skip>true</maven.deploy.skip>
</properties>
</project>