From 004b2d584ff70ca0755aa20a06341a8a320cac14 Mon Sep 17 00:00:00 2001
From: Zach Brown <1254957+zachbr@users.noreply.github.com>
Date: Sun, 21 Feb 2016 04:12:03 -0600
Subject: [PATCH] Proper maven repo details
---
Spigot-API-Patches/POM-changes.patch | 16 ++++++++++++++++
pom.xml | 8 ++++----
2 files changed, 20 insertions(+), 4 deletions(-)
diff --git a/Spigot-API-Patches/POM-changes.patch b/Spigot-API-Patches/POM-changes.patch
index 422bd437fe..6664ab5337 100644
--- a/Spigot-API-Patches/POM-changes.patch
+++ b/Spigot-API-Patches/POM-changes.patch
@@ -43,6 +43,22 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
UTF-8
+
+
+
+- spigotmc-releases
+- https://hub.spigotmc.org/nexus/content/repositories/releases/
++ destroystokyo-releases
++ https://repo.destroystokyo.com/content/repositories/releases/
+
+
+- spigotmc-snapshots
+- https://hub.spigotmc.org/nexus/content/repositories/snapshots/
++ destroystokyo-snapshots
++ https://repo.destroystokyo.com/content/repositories/snapshots/
+
+
+
@@ -0,0 +0,0 @@
diff --git a/pom.xml b/pom.xml
index 807e4a8db8..508f3ab479 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,12 +36,12 @@
- md_5-releases
- http://repo.md-5.net/content/repositories/releases/
+ destroystokyo-releases
+ https://repo.destroystokyo.com/content/repositories/releases/
- md_5-snapshots
- http://repo.md-5.net/content/repositories/snapshots/
+ destroystokyo-snapshots
+ https://repo.destroystokyo.com/content/repositories/snapshots/
\ No newline at end of file