Rebrand Purpur

This commit is contained in:
William Blake Galbreath
2019-04-30 15:45:42 -05:00
commit 8bcfb52714
16 changed files with 807 additions and 0 deletions

18
pom.xml Normal file
View File

@@ -0,0 +1,18 @@
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>net.pl3x.purpur</groupId>
<artifactId>purpur-parent</artifactId>
<version>dev-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Purpur (Parent)</name>
<build>
<defaultGoal>install</defaultGoal>
<finalName>${project.artifactId}</finalName>
</build>
<modules>
<module>Purpur-API</module>
<module>Purpur-Server</module>
</modules>
</project>