diff --git a/Spigot-Server-Patches/POM-Changes.patch b/Spigot-Server-Patches/POM-Changes.patch
index c8c5b16b20..a9f227f4ed 100644
--- a/Spigot-Server-Patches/POM-Changes.patch
+++ b/Spigot-Server-Patches/POM-Changes.patch
@@ -59,11 +59,8 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
+
+ io.papermc
minecraft-server
-- ${minecraft.version}-SNAPSHOT
-+ ${minecraft.version}-R0.2-SNAPSHOT
+ ${minecraft.version}-SNAPSHOT
compile
-
-
@@ -0,0 +0,0 @@
9.0
compile
diff --git a/scripts/importmcdev.sh b/scripts/importmcdev.sh
index 94de2cdb2e..51bc3a24fd 100755
--- a/scripts/importmcdev.sh
+++ b/scripts/importmcdev.sh
@@ -63,7 +63,7 @@ function importLibrary {
files=$(cat "$basedir/Spigot-Server-Patches/"* | grep "+++ b/src/main/java/net/minecraft/" | sort | uniq | sed 's/\+\+\+ b\/src\/main\/java\/net\/minecraft\///g')
-nonnms=$(grep -R "new file mode" -B 1 "$basedir/Spigot-Server-Patches/" | grep -v "new file mode" | grep -oE --color=none "net\/minecraft\/*\/.*.java" | sed 's/.*\/net\/minecraft\///g')
+nonnms=$(grep -R "new file mode" -B 1 "$basedir/Spigot-Server-Patches/" | grep -v "new file mode" | grep -oE --color=none "net\/minecraft\/.*.java" | sed 's/.*\/net\/minecraft\///g')
function containsElement {
local e
for e in "${@:2}"; do