aboutsummaryrefslogtreecommitdiffhomepage
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/pom.xml b/pom.xml
index 65ffc5f164..e6529e2c66 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,20 +9,20 @@
<version>7</version>
</parent>
- <groupId>org.spigotmc</groupId>
- <artifactId>spigot-parent</artifactId>
+ <groupId>org.github.paperspigot</groupId>
+ <artifactId>paperspigot-parent</artifactId>
<version>dev-SNAPSHOT</version>
<packaging>pom</packaging>
- <name>Spigot-Parent</name>
- <description>Parent project for all Spigot modules.</description>
- <url>https://github.com/SpigotMC/Spigot</url>
+ <name>PaperSpigot-Parent</name>
+ <description>Parent project for all PaperSpigot modules.</description>
+ <url>https://github.com/PaperSpigot/Spigot</url>
<modules>
<module>MinecraftServer</module>
<module>MinecraftRelocate</module>
- <module>Spigot-Server</module>
- <module>Spigot-API</module>
+ <module>PaperSpigot-Server</module>
+ <module>PaperSpigot-API</module>
</modules>
<properties>