blob: 1ad24bcff1ee65f123ca0f7dffb61ad0a2218662 [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>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Glowstone++</name>
<url>https://github.com/GlowstoneMC/Glowstone</url>
<modules>
<module>Glowkit</module>
<module>GlowServer</module>
</modules>
</project>