From 09e25dc2a744957976ca9e50bf2a22f52e238505 Mon Sep 17 00:00:00 2001 From: BONNe Date: Sat, 18 Sep 2021 13:04:14 +0300 Subject: [PATCH] Updates pom.xml --- pom.xml | 88 +++++++++++++++++++++++++++++---------------------------- 1 file changed, 45 insertions(+), 43 deletions(-) diff --git a/pom.xml b/pom.xml index acbe008..3c20a97 100644 --- a/pom.xml +++ b/pom.xml @@ -37,7 +37,7 @@ 1.17-R0.1-SNAPSHOT 1.2.3-SNAPSHOT - 1.17.0 + 1.17.3-SNAPSHOT 2.6.3 1.7 @@ -95,37 +95,31 @@ - + maven-snapshots https://repository.apache.org/content/repositories/snapshots/ + spigot-repo https://hub.spigotmc.org/nexus/content/repositories/snapshots - - spigotmc-public - https://hub.spigotmc.org/nexus/content/groups/public/ - + codemc-repo - https://repo.codemc.org/repository/maven-public/ + https://repo.codemc.io/repository/maven-public + + + + vault-repo + http://nexus.hc.to/content/repositories/pub_releases minecraft-repo https://libraries.minecraft.net/ - - - vault-repo - http://nexus.hc.to/content/repositories/pub_releases - - - jitpack.io - https://jitpack.io - @@ -143,10 +137,43 @@ ${spigot.version} provided + + org.spigotmc + spigot + ${spigot.version} + provided + org.spigotmc plugin-annotations - ${spigot-annotations.version} + 1.2.3-SNAPSHOT + compile + + + + net.milkbowl.vault + VaultAPI + ${vault.version} + provided + + + + world.bentobox + bentobox + ${bentobox.version} + provided + + + world.bentobox + level + ${level.version} + provided + + + + org.jetbrains + annotations + 21.0.1 @@ -167,31 +194,6 @@ ${powermock.version} test - - world.bentobox - bentobox - ${bentobox.version} - provided - - - world.bentobox - level - ${level.version} - provided - - - net.milkbowl.vault - VaultAPI - ${vault.version} - provided - - - - org.apache.maven.plugins - maven-shade-plugin - 3.3.0-SNAPSHOT - provided -