mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-02-17 16:37:43 +01:00
Rebrand Purpur
This commit is contained in:
18
pom.xml
Normal file
18
pom.xml
Normal 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>
|
||||
Reference in New Issue
Block a user