From 1e20ec51a2dce9db2861b7664fdeb316c38bc9e7 Mon Sep 17 00:00:00 2001 From: tr7zw Date: Wed, 26 Feb 2020 17:08:07 +0100 Subject: [PATCH] Modify POM --- pom.xml | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/pom.xml b/pom.xml index aa8e5052a..8351a3d3d 100644 --- a/pom.xml +++ b/pom.xml @@ -1,11 +1,11 @@ 4.0.0 - tuinity + yapfa jar 1.16.1-R0.1-SNAPSHOT - Tuinity-Server - https://github.com/Spottedleaf/Tuinity + YAPFA-Server + https://github.com/tr7zw/YAPFA @@ -18,16 +18,16 @@ - com.tuinity - tuinity-parent + de.tr7zw.yapfa + yapfa-parent dev-SNAPSHOT ../pom.xml - com.tuinity - tuinity-api + de.tr7zw.yapfa + yapfa-api ${project.version} compile @@ -149,6 +149,10 @@ Please see https://www.spigotmc.org/go/maven for more information. --> + + destroystokyo-repo + https://papermc.io/repo/repository/maven-public/ + spigotmc-public https://hub.spigotmc.org/nexus/content/groups/public/ @@ -164,15 +168,15 @@ - tuinity-${minecraft.version} - install + yapfa-${minecraft.version} + clean install com.lukegb.mojo gitdescribe-maven-plugin 1.3 - git-Tuinity- + git-YAPFA- .. -- 2.25.1.windows.1