2018-04-10 07:48:18 +02:00
|
|
|
<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>
|
2018-07-26 19:34:31 +02:00
|
|
|
<version>-PLACEHOLDER</version>
|
2018-04-10 07:48:18 +02:00
|
|
|
<packaging>pom</packaging>
|
|
|
|
|
|
|
|
<modules>
|
|
|
|
<module>Bukkit</module>
|
2018-07-23 05:44:20 +02:00
|
|
|
<module>Sponge</module>
|
2018-12-18 00:49:32 +01:00
|
|
|
<module>Universal</module>
|
2018-04-10 07:48:18 +02:00
|
|
|
</modules>
|
|
|
|
</project>
|