diff --git a/Spigot-API-Patches/0001-POM-changes.patch b/Spigot-API-Patches/0001-POM-changes.patch index 7db2b2f9f..c7e08e3e3 100644 --- a/Spigot-API-Patches/0001-POM-changes.patch +++ b/Spigot-API-Patches/0001-POM-changes.patch @@ -1,14 +1,14 @@ -From b106ae7ff8bc4c4cefd1e34a6c8447a9f03d8614 Mon Sep 17 00:00:00 2001 +From 8baf2feff02aeb2080fdafe260e4f5192877825f 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 cad55895..869be1b5 100644 +index ecb870a0..48c2e544 100644 --- a/pom.xml +++ b/pom.xml -@@ -4,35 +4,36 @@ +@@ -4,35 +4,37 @@ 4.0.0 @@ -37,6 +37,7 @@ index cad55895..869be1b5 100644 - 1.6 - 1.6 + ++ -Xdoclint:none + 1.8 + 1.8 UTF-8 @@ -58,7 +59,7 @@ index cad55895..869be1b5 100644 -@@ -44,6 +45,13 @@ +@@ -44,6 +46,13 @@ @@ -72,7 +73,7 @@ index cad55895..869be1b5 100644 commons-lang -@@ -58,6 +66,13 @@ +@@ -58,6 +67,13 @@ jar compile @@ -86,7 +87,7 @@ index cad55895..869be1b5 100644 com.google.guava -@@ -102,6 +117,7 @@ +@@ -102,6 +118,7 @@ @@ -94,7 +95,7 @@ index cad55895..869be1b5 100644 org.apache.maven.plugins -@@ -124,26 +140,6 @@ +@@ -124,26 +141,6 @@ @@ -121,7 +122,7 @@ index cad55895..869be1b5 100644 org.apache.maven.plugins maven-shade-plugin 2.4.3 -@@ -156,8 +152,7 @@ +@@ -156,8 +153,7 @@ @@ -132,5 +133,5 @@ index cad55895..869be1b5 100644 true -- -2.13.1 +2.13.0.windows.1 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 7f563c238..62f326d1f 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 abf6ef5d9306c02a64d2463f9b5080aa36c1ddd9 Mon Sep 17 00:00:00 2001 +From bab3dd6f3335c4da837a24234ac0455bcedd6a0f 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 0899a127..8990bdcc 100644 +index 48c2e544..5336fe55 100644 --- a/pom.xml +++ b/pom.xml -@@ -54,6 +54,19 @@ +@@ -55,6 +55,19 @@ diff --git a/Spigot-API-Patches/0023-Use-ASM-for-event-executors.patch b/Spigot-API-Patches/0023-Use-ASM-for-event-executors.patch index b7655e4fc..8171bec13 100644 --- a/Spigot-API-Patches/0023-Use-ASM-for-event-executors.patch +++ b/Spigot-API-Patches/0023-Use-ASM-for-event-executors.patch @@ -1,4 +1,4 @@ -From 35fae0eeb31476dc9704645cce8045ebb19f0f18 Mon Sep 17 00:00:00 2001 +From 31a91b94783da85083becaa48afbad20fc8019bb 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 8990bdcc..e7a4eb2c 100644 +index 5336fe55..a9009636 100644 --- a/pom.xml +++ b/pom.xml -@@ -127,6 +127,12 @@ +@@ -128,6 +128,12 @@ 1.3 test