Paper 1.9

This commit is contained in:
Zach Brown
2016-02-29 17:09:49 -06:00
parent cf5b4b8828
commit 26eb457a39
139 changed files with 5550 additions and 8067 deletions

14
pom.xml
View File

@@ -9,18 +9,18 @@
<version>7</version>
</parent>
<groupId>org.github.paperspigot</groupId>
<artifactId>paperspigot-parent</artifactId>
<groupId>com.destroystokyo.paper</groupId>
<artifactId>paper-parent</artifactId>
<version>dev-SNAPSHOT</version>
<packaging>pom</packaging>
<name>PaperSpigot-Parent</name>
<description>Parent project for all PaperSpigot modules.</description>
<url>https://github.com/PaperSpigot/Spigot</url>
<name>Paper-Parent</name>
<description>Parent project for all Paper modules.</description>
<url>https://github.com/PaperSpigot/Paper</url>
<modules>
<module>PaperSpigot-Server</module>
<module>PaperSpigot-API</module>
<module>Paper-Server</module>
<module>Paper-API</module>
</modules>
<properties>