SubServers-2/SubServers.Client/pom.xml

17 lines
645 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>
<groupId>net.ME1312.SubServers</groupId>
<artifactId>SubServers.Client</artifactId>
<version>-PLACEHOLDER</version>
<packaging>pom</packaging>
<modules>
<module>Common</module>
<module>Folia</module>
<module>Bukkit</module>
<module>Sponge</module>
<module>Universal</module>
</modules>
</project>