From 1ace5c0c8b50a5dedea67f2abcfefc359dac6e84 Mon Sep 17 00:00:00 2001 From: md_5 Date: Tue, 23 Nov 2021 08:30:38 +1100 Subject: [PATCH] Trial snapshot SnakeYAML version --- api/pom.xml | 2 +- config/pom.xml | 2 +- pom.xml | 15 +++++++++++++++ protocol/pom.xml | 15 --------------- 4 files changed, 17 insertions(+), 17 deletions(-) diff --git a/api/pom.xml b/api/pom.xml index a8ed49ed..f291fb2e 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -73,7 +73,7 @@ org.yaml snakeyaml - 1.28 + 1.30-SNAPSHOT compile diff --git a/config/pom.xml b/config/pom.xml index a6f34c99..318ea6ef 100644 --- a/config/pom.xml +++ b/config/pom.xml @@ -29,7 +29,7 @@ org.yaml snakeyaml - 1.28 + 1.30-SNAPSHOT compile true diff --git a/pom.xml b/pom.xml index 311db811..c638ef32 100644 --- a/pom.xml +++ b/pom.xml @@ -70,6 +70,21 @@ + + + + sonatype-nexus-snapshots + Sonatype Nexus Snapshots + https://oss.sonatype.org/content/repositories/snapshots/ + + false + + + true + + + + unknown 1.18.20 diff --git a/protocol/pom.xml b/protocol/pom.xml index e7a492f6..6e23170f 100644 --- a/protocol/pom.xml +++ b/protocol/pom.xml @@ -18,21 +18,6 @@ BungeeCord-Protocol Minimal implementation of the Minecraft protocol for use in BungeeCord - - - - sonatype-nexus-snapshots - Sonatype Nexus Snapshots - https://oss.sonatype.org/content/repositories/snapshots - - false - - - true - - - - net.md-5