diff --git a/Spigot-API-Patches/0001-POM-changes.patch b/Spigot-API-Patches/0001-POM-changes.patch index 88e270084..25897ea0b 100644 --- a/Spigot-API-Patches/0001-POM-changes.patch +++ b/Spigot-API-Patches/0001-POM-changes.patch @@ -1,11 +1,11 @@ -From f24f0b8ba5724ebdbe7d09a476607b43dd626645 Mon Sep 17 00:00:00 2001 +From 0ab9576478ff7a43d94367022d1302d353729635 Mon Sep 17 00:00:00 2001 From: Zach Brown Date: Mon, 29 Feb 2016 17:16:08 -0600 Subject: [PATCH] POM changes diff --git a/pom.xml b/pom.xml -index 0f5b26c..ead01eb 100644 +index 0f5b26c..d6df6cb 100644 --- a/pom.xml +++ b/pom.xml @@ -4,35 +4,37 @@ @@ -36,7 +36,7 @@ index 0f5b26c..ead01eb 100644 - 1.6 - 1.6 -+ ++ + -Xdoclint:none + 1.8 + 1.8 @@ -59,7 +59,21 @@ index 0f5b26c..ead01eb 100644 -@@ -107,6 +109,7 @@ +@@ -44,6 +46,13 @@ + + + ++ ++ ++ sonatype ++ https://oss.sonatype.org/content/groups/public/ ++ ++ ++ + + + commons-lang +@@ -107,6 +116,7 @@ @@ -67,7 +81,7 @@ index 0f5b26c..ead01eb 100644 org.apache.maven.plugins -@@ -129,26 +132,6 @@ +@@ -129,26 +139,6 @@ @@ -95,5 +109,5 @@ index 0f5b26c..ead01eb 100644 maven-shade-plugin 2.4.1 -- -2.8.3 +2.9.0 diff --git a/Spigot-API-Patches/0002-add-Trove-and-FastUtil-to-Bukkit.patch b/Spigot-API-Patches/0002-add-Trove-and-FastUtil-to-Bukkit.patch index df25c2573..da70825a6 100644 --- a/Spigot-API-Patches/0002-add-Trove-and-FastUtil-to-Bukkit.patch +++ b/Spigot-API-Patches/0002-add-Trove-and-FastUtil-to-Bukkit.patch @@ -1,14 +1,14 @@ -From 95be64b105c7cc5e412441b55ef5257a9aacb660 Mon Sep 17 00:00:00 2001 +From 68c630ca51baec9eb6c20b206e7119fd72c9c854 Mon Sep 17 00:00:00 2001 From: Aikar Date: Fri, 1 Apr 2016 00:02:47 -0400 Subject: [PATCH] add Trove and FastUtil to Bukkit diff --git a/pom.xml b/pom.xml -index a03865f..597f65c 100644 +index 46df34d..5e5e5e4 100644 --- a/pom.xml +++ b/pom.xml -@@ -48,6 +48,19 @@ +@@ -55,6 +55,19 @@ @@ -29,5 +29,5 @@ index a03865f..597f65c 100644 commons-lang 2.6 -- -2.8.0 +2.9.0 diff --git a/Spigot-API-Patches/0024-Use-ASM-for-event-executors.patch b/Spigot-API-Patches/0024-Use-ASM-for-event-executors.patch index 6242d2a21..8c290a69c 100644 --- a/Spigot-API-Patches/0024-Use-ASM-for-event-executors.patch +++ b/Spigot-API-Patches/0024-Use-ASM-for-event-executors.patch @@ -1,4 +1,4 @@ -From 4c640a3a8199ea1b1653e9e03e65e4b6af3b4697 Mon Sep 17 00:00:00 2001 +From 9c26223cc08641a0cc1ce815215a989c5867adbb Mon Sep 17 00:00:00 2001 From: Techcable Date: Thu, 3 Mar 2016 13:20:33 -0700 Subject: [PATCH] Use ASM for event executors. @@ -6,10 +6,10 @@ Subject: [PATCH] Use ASM for event executors. Uses method handles for private or static methods. diff --git a/pom.xml b/pom.xml -index 597f65c..58ddcf3 100644 +index 5e5e5e4..5b70369 100644 --- a/pom.xml +++ b/pom.xml -@@ -119,6 +119,12 @@ +@@ -126,6 +126,12 @@ 1.3 test @@ -395,5 +395,5 @@ index 93a43dd..7229b25 100644 eventSet.add(new TimedRegisteredListener(listener, executor, eh.priority(), plugin, eh.ignoreCancelled())); } else { -- -2.8.0 +2.9.0