diff --git a/CraftBukkit-Patches/0001-POM-Changes.patch b/CraftBukkit-Patches/0001-POM-Changes.patch index 01921989f1..90df81c8a4 100644 --- a/CraftBukkit-Patches/0001-POM-Changes.patch +++ b/CraftBukkit-Patches/0001-POM-Changes.patch @@ -1,4 +1,4 @@ -From ffd577849560a3a4b26ee82852a0063466a244ba Mon Sep 17 00:00:00 2001 +From 821ea32a4484cbd302d37ee9c6dcd391ee736c5b Mon Sep 17 00:00:00 2001 From: md_5 Date: Tue, 2 Jul 2013 13:07:39 +1000 Subject: [PATCH] POM Changes @@ -6,7 +6,7 @@ Subject: [PATCH] POM Changes Basic changes to the build system which mark the artifact as Spigot, and the necessary code changes to ensure proper functionality. Also disables the auto updater provided by CraftBukkit as it is useless to us. diff --git a/pom.xml b/pom.xml -index 9298500..c623677 100644 +index 9298500..65b1522 100644 --- a/pom.xml +++ b/pom.xml @@ -1,12 +1,12 @@ @@ -98,6 +98,15 @@ index 9298500..c623677 100644 Bukkit Team Bukkit ${api.version} +@@ -169,7 +194,7 @@ + + + org.codehaus.mojo.signature +- java16 ++ java16-sun + 1.1 + + diff --git a/src/main/java/org/bukkit/craftbukkit/util/Versioning.java b/src/main/java/org/bukkit/craftbukkit/util/Versioning.java index f905d17..9304637 100644 --- a/src/main/java/org/bukkit/craftbukkit/util/Versioning.java