From 44406d43b35417156980c10376459ee231af0a71 Mon Sep 17 00:00:00 2001 From: Zach Brown Date: Sat, 22 Sep 2018 12:58:09 -0400 Subject: [PATCH] Fix up maven stuff hopefully --- Spigot-API-Patches/0001-POM-changes.patch | 35 +++++++++---------- ...002-add-Trove-and-FastUtil-to-Bukkit.patch | 8 ++--- .../0021-Use-ASM-for-event-executors.patch | 8 ++--- ...low-plugins-to-use-SLF4J-for-logging.patch | 8 ++--- pom.xml | 4 +-- 5 files changed, 30 insertions(+), 33 deletions(-) diff --git a/Spigot-API-Patches/0001-POM-changes.patch b/Spigot-API-Patches/0001-POM-changes.patch index eae4c84962..2b22583078 100644 --- a/Spigot-API-Patches/0001-POM-changes.patch +++ b/Spigot-API-Patches/0001-POM-changes.patch @@ -1,14 +1,14 @@ -From 3a25a0e5c49a62778583bf33ec87e41053a1989f Mon Sep 17 00:00:00 2001 +From 98238d93b1456c8bb79e0d6bb95f5773761dd861 Mon Sep 17 00:00:00 2001 From: Zach Brown Date: Tue, 1 Mar 2016 00:16:08 +0100 Subject: [PATCH] POM changes diff --git a/pom.xml b/pom.xml -index 117a7f8cf..03894ccf3 100644 +index 117a7f8c..2a5846a1 100644 --- a/pom.xml +++ b/pom.xml -@@ -3,29 +3,35 @@ +@@ -3,37 +3,36 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 @@ -39,22 +39,19 @@ index 117a7f8cf..03894ccf3 100644 UTF-8 - - +- +- - spigotmc-releases - https://hub.spigotmc.org/nexus/content/repositories/releases/ -+ destroystokyo-releases -+ https://destroystokyo.com/repo/repository/maven-releases/ - - +- +- - spigotmc-snapshots - https://hub.spigotmc.org/nexus/content/repositories/snapshots/ -+ destroystokyo-snapshots -+ https://destroystokyo.com/repo/repository/maven-snapshots/ - - - -@@ -34,6 +40,10 @@ +- +- +- + + spigotmc-public https://hub.spigotmc.org/nexus/content/groups/public/ @@ -65,7 +62,7 @@ index 117a7f8cf..03894ccf3 100644 -@@ -56,6 +66,13 @@ +@@ -56,6 +55,13 @@ 1.1.1 compile @@ -79,7 +76,7 @@ index 117a7f8cf..03894ccf3 100644 com.google.guava -@@ -100,15 +117,12 @@ +@@ -100,15 +106,12 @@ @@ -96,7 +93,7 @@ index 117a7f8cf..03894ccf3 100644 -@@ -143,40 +157,11 @@ +@@ -143,40 +146,11 @@ @@ -139,5 +136,5 @@ index 117a7f8cf..03894ccf3 100644 - -- -2.18.0 +2.19.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 c71e326c5e..5955b2f870 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 36435f971c6a8da00ae28e14aae77a018dcda0b3 Mon Sep 17 00:00:00 2001 +From ce4d9c868afb8ddb4fd84b26873509fffbde8de7 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 cc8fca48..f5e8d49d 100644 +index 2a5846a1..d6cf92d1 100644 --- a/pom.xml +++ b/pom.xml -@@ -54,6 +54,19 @@ +@@ -43,6 +43,19 @@ @@ -29,5 +29,5 @@ index cc8fca48..f5e8d49d 100644 commons-lang commons-lang -- -2.18.0 +2.19.0 diff --git a/Spigot-API-Patches/0021-Use-ASM-for-event-executors.patch b/Spigot-API-Patches/0021-Use-ASM-for-event-executors.patch index 2c77abb150..c1f23571fb 100644 --- a/Spigot-API-Patches/0021-Use-ASM-for-event-executors.patch +++ b/Spigot-API-Patches/0021-Use-ASM-for-event-executors.patch @@ -1,4 +1,4 @@ -From cf7ba1c723ee537f7bbc7cc8d339d6357e5f0694 Mon Sep 17 00:00:00 2001 +From 2c838b46906d2b21e84956036ddf45bf4464bb30 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 a8a87820..a58d4424 100644 +index d6cf92d1..ffedf2e7 100644 --- a/pom.xml +++ b/pom.xml -@@ -127,6 +127,17 @@ +@@ -116,6 +116,17 @@ 1.3 test @@ -427,5 +427,5 @@ index 3af99b5b..72d506d1 100644 eventSet.add(new TimedRegisteredListener(listener, executor, eh.priority(), plugin, eh.ignoreCancelled())); } else { -- -2.18.0 +2.19.0 diff --git a/Spigot-API-Patches/0066-Allow-plugins-to-use-SLF4J-for-logging.patch b/Spigot-API-Patches/0066-Allow-plugins-to-use-SLF4J-for-logging.patch index d7dfbd1603..59c72e6468 100644 --- a/Spigot-API-Patches/0066-Allow-plugins-to-use-SLF4J-for-logging.patch +++ b/Spigot-API-Patches/0066-Allow-plugins-to-use-SLF4J-for-logging.patch @@ -1,4 +1,4 @@ -From 1a487d66a8be68e6b9f90eec7cc97a56c465fb32 Mon Sep 17 00:00:00 2001 +From 2c601455d17d2da1b6434c426da4f820c5278a24 Mon Sep 17 00:00:00 2001 From: Minecrell Date: Thu, 21 Sep 2017 16:33:12 +0200 Subject: [PATCH] Allow plugins to use SLF4J for logging @@ -14,10 +14,10 @@ it without having to shade it in the plugin and going through several layers of logging abstraction. diff --git a/pom.xml b/pom.xml -index a58d4424..a771e156 100644 +index ffedf2e7..67d40f03 100644 --- a/pom.xml +++ b/pom.xml -@@ -114,6 +114,14 @@ +@@ -103,6 +103,14 @@ compile @@ -50,5 +50,5 @@ index 55debf5d..8d2999ac 100644 * Returns the name of the plugin. *

-- -2.18.0 +2.19.0 diff --git a/pom.xml b/pom.xml index 3db82aa7ad..3541b9580b 100644 --- a/pom.xml +++ b/pom.xml @@ -43,11 +43,11 @@ - destroystokyo-releases + papermc-releases https://papermc.io/repo/repository/maven-releases/ - destroystokyo-snapshots + papermc-snapshots https://papermc.io/repo/repository/maven-snapshots/