mirror of
https://github.com/ME1312/SubServers-2.git
synced 2024-11-12 13:34:40 +01:00
55f97338f8
The sponge template now builds SpongeVanilla, and a new template called `Forge` will continue to build SpongeForge
15 lines
548 B
XML
15 lines
548 B
XML
<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>Combo</module>
|
|
<module>Bukkit</module>
|
|
<module>Sponge</module>
|
|
</modules>
|
|
</project> |