From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: YatopiaMC Date: Wed, 26 Feb 2020 17:08:07 +0100 Subject: [PATCH] Modify POM diff --git a/pom.xml b/pom.xml index 5136762f8e95cb1ea2564b6801703fb6f019fbe1..d39821039daafb19f0efc7346011fdfcc1063236 100644 --- a/pom.xml +++ b/pom.xml @@ -1,11 +1,11 @@ 4.0.0 - tuinity + yatopia jar 1.16.5-R0.1-SNAPSHOT - Tuinity-Server - https://github.com/Spottedleaf/Tuinity + Yatopia-Server + https://github.com/YatopiaMC/Yatopia @@ -19,12 +19,21 @@ - com.tuinity - tuinity-parent + org.yatopiamc + yatopia-parent dev-SNAPSHOT ../pom.xml + + + + codemc-snapshots + https://repo.codemc.io/repository/nms-local/ + + + + @@ -40,8 +49,8 @@ - net.pl3x.purpur - purpur-api + org.yatopiamc + yatopia-api ${project.version} compile @@ -56,7 +65,7 @@ io.netty netty-all - 4.1.50.Final + 4.1.63.Final @@ -73,7 +82,7 @@ org.jline jline-terminal-jansi - 3.12.1 + 3.19.0 runtime io.github.classgraph classgraph - 4.8.47 + 4.8.104 test @@ -209,6 +218,12 @@ master-SNAPSHOT compile + + + org.apache.commons + commons-math3 + 3.6.1 + @@ -217,19 +232,32 @@ purpur-snapshots https://repo.pl3x.net/ + + destroystokyo-repo + https://papermc.io/repo/repository/maven-public/ + + + aikar + https://repo.aikar.co/nexus/content/repositories/aikar/ + + + + velocity + https://nexus.velocitypowered.com/repository/maven-public/ + - tuinity-${minecraft.version} - install + yatopia-${minecraft.version} + clean install com.lukegb.mojo gitdescribe-maven-plugin 1.3 - git-Tuinity- + git-Yatopia- ..