blob: 36d8e69940f10daa580c50cdadba0e4e1163f132 [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>io.github.deathcap</groupId>
<artifactId>glowstone-parent</artifactId>
<version>1.8.3-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Glowstone++</name>
<url>https://github.com/deathcap/GlowstonePlusPlus</url>
<modules>
<module>Glowkit</module>
<module>GlowServer</module>
</modules>
</project>