From 19c6ca645b70145676028dcd82571d8a2f1290bc Mon Sep 17 00:00:00 2001 From: JitseB Date: Sat, 5 May 2018 19:14:23 +0200 Subject: [PATCH] Few small changes in the pom files. --- commons/pom.xml | 8 ++++++++ plugin/pom.xml | 3 ++- pom.xml | 7 ------- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/commons/pom.xml b/commons/pom.xml index 6016a07..d480999 100644 --- a/commons/pom.xml +++ b/commons/pom.xml @@ -12,4 +12,12 @@ npclib-commons + + + org.spigotmc + spigot + 1.12.2-R0.1-SNAPSHOT + provided + + diff --git a/plugin/pom.xml b/plugin/pom.xml index 481ae46..7818ea2 100644 --- a/plugin/pom.xml +++ b/plugin/pom.xml @@ -13,7 +13,8 @@ npclib-plugin - NPCLib + ../target + NPCLib-v${project.parent.version} src/main/resources diff --git a/pom.xml b/pom.xml index 9a914dd..11e2e5b 100644 --- a/pom.xml +++ b/pom.xml @@ -68,13 +68,6 @@ 1.12.2-R0.1-SNAPSHOT provided - - - org.spigotmc - spigot - 1.12.2-R0.1-SNAPSHOT - provided -