WorldGuardWrapper/implementation/pom.xml

28 lines
847 B
XML
Raw Normal View History

2018-08-02 01:04:23 +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>
<parent>
<groupId>org.codemc.worldguardwrapper</groupId>
<artifactId>worldguardwrapper-parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
2018-08-02 01:04:23 +02:00
</parent>
<artifactId>worldguardwrapper-implementation</artifactId>
<packaging>pom</packaging>
<modules>
2019-02-23 01:00:04 +01:00
<module>legacy</module>
2018-08-02 01:04:23 +02:00
<module>v6</module>
<module>v7</module>
</modules>
<name>WorldGuardWrapper-Implementation</name>
2018-08-02 01:12:07 +02:00
<properties>
<maven.deploy.skip>true</maven.deploy.skip>
</properties>
2018-08-02 01:04:23 +02:00
</project>