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 752d62eb3b87ab24260ec2c029bae0d2b0e3b908..e790d779d24c2c8d4a74d458839c11bc494eeef1 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,17 +19,26 @@ - com.tuinity - tuinity-parent + org.yatopiamc + yatopia-parent dev-SNAPSHOT ../pom.xml + + + + codemc-snapshots + https://repo.codemc.io/repository/nms-local/ + + + + - net.pl3x.purpur - purpur-api + org.yatopiamc + yatopia-api ${project.version} compile @@ -44,7 +53,7 @@ io.netty netty-all - 4.1.50.Final + 4.1.58.Final @@ -61,7 +70,7 @@ org.jline jline-terminal-jansi - 3.12.1 + 3.19.0 runtime @@ -144,14 +153,14 @@ org.hamcrest hamcrest-library - 1.3 + 2.2 test io.github.classgraph classgraph - 4.8.47 + 4.8.98 test @@ -161,6 +170,12 @@ 1.1.0-SNAPSHOT compile + + + org.apache.commons + commons-math3 + 3.6.1 + @@ -174,6 +189,20 @@ spigotmc-public https://hub.spigotmc.org/nexus/content/groups/public/ + + + 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/ + @@ -185,15 +214,15 @@ - tuinity-${minecraft.version} - install + yatopia-${minecraft.version} + clean install com.lukegb.mojo gitdescribe-maven-plugin 1.3 - git-Tuinity- + git-Yatopia- ..