Update our patches for upstream changes

This commit is contained in:
Zach Brown 2014-12-09 20:08:12 -06:00
parent 56ceecc674
commit 3ba06bf3ff

View file

@ -1,6 +1,6 @@
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Zach Brown <1254957+zachbr@users.noreply.github.com>
Date: Tue, 2 Dec 2014 00:16:08 -0600
Date: Tue, 9 Dec 2014 20:03:21 -0600
Subject: [PATCH] POM changes
@ -23,14 +23,4 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
<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>
--