From ef87e1e5841a20ffb775e70f56ab229e17dc9cec Mon Sep 17 00:00:00 2001 From: Shane Freeder Date: Mon, 6 Nov 2017 23:58:32 +0000 Subject: [PATCH] Revert maven-surefire to prevent a build regression In some environments, the 2.20.1 version of the maven surefire plugin can cause builds to fail due to changes in surefire in how it detects that the forked JVM used for testing is still alive or not. --- Spigot-Server-Patches/POM-Changes.patch | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Spigot-Server-Patches/POM-Changes.patch b/Spigot-Server-Patches/POM-Changes.patch index 88b8e4ec9f..3b842298cd 100644 --- a/Spigot-Server-Patches/POM-Changes.patch +++ b/Spigot-Server-Patches/POM-Changes.patch @@ -5,7 +5,7 @@ Subject: [PATCH] POM Changes diff --git a/pom.xml b/pom.xml -index f31825f52..6a0a02883 100644 +index c73b4b4f5..0c4398228 100644 --- a/pom.xml +++ b/pom.xml @@ -0,0 +0,0 @@ @@ -157,6 +157,12 @@ index f31825f52..6a0a02883 100644 org.apache.maven.plugins + maven-surefire-plugin +- 2.20.1 ++ 2.20 + + ${basedir}/target/test-server + diff --git a/src/main/java/org/bukkit/craftbukkit/util/Versioning.java b/src/main/java/org/bukkit/craftbukkit/util/Versioning.java index 93046379d..674096cab 100644 --- a/src/main/java/org/bukkit/craftbukkit/util/Versioning.java