From abdc150731f0de7d1914d81b09d9475faabddb92 Mon Sep 17 00:00:00 2001 From: unldenis Date: Sat, 3 Feb 2024 14:54:53 +0100 Subject: [PATCH] fix repo --- core/pom.xml | 11 ++++++----- example/pom.xml | 15 ++++++++++----- 2 files changed, 16 insertions(+), 10 deletions(-) diff --git a/core/pom.xml b/core/pom.xml index cddda67..9b607ea 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -23,9 +23,10 @@ dmulloy2-repo https://repo.dmulloy2.net/repository/public/ + - papermc - https://repo.papermc.io/repository/maven-public/ + spigot-repo + https://hub.spigotmc.org/nexus/content/repositories/snapshots/ @@ -127,9 +128,9 @@ - io.papermc.paper - paper-api - 1.20.4-R0.1-SNAPSHOT + org.spigotmc + spigot-api + 1.16.5-R0.1-SNAPSHOT provided diff --git a/example/pom.xml b/example/pom.xml index 971e41e..1bea822 100644 --- a/example/pom.xml +++ b/example/pom.xml @@ -16,20 +16,25 @@ - papermc - https://repo.papermc.io/repository/maven-public/ + dmulloy2-repo + https://repo.dmulloy2.net/repository/public/ jitpack.io https://jitpack.io + + + spigot-repo + https://hub.spigotmc.org/nexus/content/repositories/snapshots/ + - io.papermc.paper - paper-api - 1.20.4-R0.1-SNAPSHOT + org.spigotmc + spigot-api + 1.16.5-R0.1-SNAPSHOT provided