aboutsummaryrefslogtreecommitdiffhomepage
path: root/Spigot-API-Patches/0001-POM-changes.patch
diff options
context:
space:
mode:
Diffstat (limited to 'Spigot-API-Patches/0001-POM-changes.patch')
-rw-r--r--Spigot-API-Patches/0001-POM-changes.patch38
1 files changed, 38 insertions, 0 deletions
diff --git a/Spigot-API-Patches/0001-POM-changes.patch b/Spigot-API-Patches/0001-POM-changes.patch
new file mode 100644
index 0000000000..fa85b6789f
--- /dev/null
+++ b/Spigot-API-Patches/0001-POM-changes.patch
@@ -0,0 +1,38 @@
+From 5cf86c73f80228e42649a23cbf0799ce2b62a9f2 Mon Sep 17 00:00:00 2001
+From: Zach Brown <[email protected]>
+Date: Mon, 21 Jul 2014 15:35:46 -0500
+Subject: [PATCH] POM changes
+
+
+diff --git a/pom.xml b/pom.xml
+index 0c9f243..8bf91d1 100644
+--- a/pom.xml
++++ b/pom.xml
+@@ -1,18 +1,18 @@
+ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+- <groupId>org.spigotmc</groupId>
+- <artifactId>spigot-api</artifactId>
++ <groupId>org.github.paperspigot</groupId>
++ <artifactId>paperspigot-api</artifactId>
+ <version>1.7.10-R0.1-SNAPSHOT</version>
+- <name>Spigot-API</name>
+- <url>http://www.spigotmc.org</url>
++ <name>PaperSpigot-API</name>
++ <url>https://github.com/PaperSpigot/Spigot</url>
+
+ <properties>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ </properties>
+
+ <parent>
+- <groupId>org.spigotmc</groupId>
+- <artifactId>spigot-parent</artifactId>
++ <groupId>org.github.paperspigot</groupId>
++ <artifactId>paperspigot-parent</artifactId>
+ <version>dev-SNAPSHOT</version>
+ <relativePath>../pom.xml</relativePath>
+ </parent>
+--
+1.9.1
+