blob: d714832aa650b51d1042f064ac7f7de49c99b001 [file] [log] [blame] [raw]
<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.glowstone</groupId>
<artifactId>glowstone-parent</artifactId>
<version>1.8.3-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Glowstone++</name>
<url>https://github.com/GlowstoneMC/Glowstone</url>
<modules>
<module>Glowkit</module>
<module>GlowServer</module>
</modules>
</project>