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