Paper/Spigot-API-Patches/0001-POM-changes.patch

32 lines
852 B
Diff
Raw Normal View History

2015-01-07 04:13:40 +00:00
From debed199d0ad68d2f21877b6a4f0f9dbe34e8073 Mon Sep 17 00:00:00 2001
From: Zach Brown <Zbob750@live.com>
2015-01-07 04:13:40 +00:00
Date: Tue, 6 Jan 2015 22:12:31 -0600
Subject: [PATCH] POM changes
diff --git a/pom.xml b/pom.xml
2015-01-07 04:13:40 +00:00
index 44aa858..14c056a 100644
--- a/pom.xml
+++ b/pom.xml
2015-01-07 04:13:40 +00:00
@@ -9,13 +9,13 @@
<version>9</version>
</parent>
- <groupId>org.spigotmc</groupId>
- <artifactId>spigot-api</artifactId>
+ <groupId>org.github.paperspigot</groupId>
+ <artifactId>paperspigot-api</artifactId>
2014-11-28 01:17:45 +00:00
<version>1.8-R0.1-SNAPSHOT</version>
2015-01-07 04:13:40 +00:00
<packaging>jar</packaging>
- <name>Spigot-API</name>
2015-01-07 04:13:40 +00:00
- <url>http://www.spigotmc.org/</url>
+ <name>PaperSpigot-API</name>
2015-01-07 04:13:40 +00:00
+ <url>https://hub.spigotmc.org/stash/projects/PAPER/</url>
<description>An enhanced plugin API for Minecraft servers.</description>
<properties>
--
1.9.1