aboutsummaryrefslogtreecommitdiffhomepage
path: root/Spigot-API-Patches/0001-POM-changes.patch
diff options
context:
space:
mode:
authorZach Brown <[email protected]>2015-01-06 22:13:40 -0600
committerZach Brown <[email protected]>2015-01-06 22:13:40 -0600
commit6c95b61fd5363404468156420727b1a5ab3f38c4 (patch)
treeca50bc0f660c9420ccf5a931e5034094f1222dcf /Spigot-API-Patches/0001-POM-changes.patch
parent384699a51a423786241bb87f9174ce9683acae42 (diff)
downloadPaper-6c95b61fd5363404468156420727b1a5ab3f38c4.tar.gz
Paper-6c95b61fd5363404468156420727b1a5ab3f38c4.zip
Rebuild patches for upstream changes
Diffstat (limited to 'Spigot-API-Patches/0001-POM-changes.patch')
-rw-r--r--Spigot-API-Patches/0001-POM-changes.patch21
1 files changed, 12 insertions, 9 deletions
diff --git a/Spigot-API-Patches/0001-POM-changes.patch b/Spigot-API-Patches/0001-POM-changes.patch
index ffa9e4e6a0..6e168ba94e 100644
--- a/Spigot-API-Patches/0001-POM-changes.patch
+++ b/Spigot-API-Patches/0001-POM-changes.patch
@@ -1,28 +1,31 @@
-From 2a9e2e37b7b37d4222ce658ad3750e750c4d5649 Mon Sep 17 00:00:00 2001
+From debed199d0ad68d2f21877b6a4f0f9dbe34e8073 Mon Sep 17 00:00:00 2001
From: Zach Brown <[email protected]>
-Date: Tue, 9 Dec 2014 20:03:21 -0600
+Date: Tue, 6 Jan 2015 22:12:31 -0600
Subject: [PATCH] POM changes
diff --git a/pom.xml b/pom.xml
-index 17f976d..3f6a248 100644
+index 44aa858..14c056a 100644
--- a/pom.xml
+++ b/pom.xml
-@@ -1,10 +1,10 @@
- <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>
+@@ -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>
<version>1.8-R0.1-SNAPSHOT</version>
+ <packaging>jar</packaging>
+
- <name>Spigot-API</name>
-- <url>http://www.spigotmc.org</url>
+- <url>http://www.spigotmc.org/</url>
+ <name>PaperSpigot-API</name>
-+ <url>https://github.com/PaperSpigot/Paper</url>
++ <url>https://hub.spigotmc.org/stash/projects/PAPER/</url>
+ <description>An enhanced plugin API for Minecraft servers.</description>
<properties>
- <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
--
1.9.1