From 879f37f0467747a9a4440d90a037bd7fd54491c1 Mon Sep 17 00:00:00 2001 From: md_5 Date: Sat, 18 Dec 2021 11:36:05 +1100 Subject: [PATCH] Upgrade to SnakeYAML 1.30 release --- 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 f291fb2e..b197272c 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -73,7 +73,7 @@ org.yaml snakeyaml - 1.30-SNAPSHOT + 1.30 compile diff --git a/config/pom.xml b/config/pom.xml index 318ea6ef..87208ac2 100644 --- a/config/pom.xml +++ b/config/pom.xml @@ -29,7 +29,7 @@ org.yaml snakeyaml - 1.30-SNAPSHOT + 1.30 compile true diff --git a/pom.xml b/pom.xml index c638ef32..311db811 100644 --- a/pom.xml +++ b/pom.xml @@ -70,21 +70,6 @@ - - - - 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 6e23170f..e7a492f6 100644 --- a/protocol/pom.xml +++ b/protocol/pom.xml @@ -18,6 +18,21 @@ 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