From ab3c04d301310963c7b0ed40c687bc45cd7a7241 Mon Sep 17 00:00:00 2001 From: filoghost Date: Wed, 12 Aug 2020 20:54:11 +0200 Subject: [PATCH] Fix relocation --- Plugin/pom.xml | 294 ++++++++++++++++++++++++------------------------- 1 file changed, 147 insertions(+), 147 deletions(-) diff --git a/Plugin/pom.xml b/Plugin/pom.xml index 1fb43e6..2a43153 100644 --- a/Plugin/pom.xml +++ b/Plugin/pom.xml @@ -1,148 +1,148 @@ - - - 4.0.0 - - - me.filoghost.chestcommands - chestcommands-parent - 4.0.0-SNAPSHOT - - - chestcommands-plugin - ChestCommands Plugin - - - - spigot-repo - https://hub.spigotmc.org/nexus/content/groups/public/ - - - - vault-repo - http://nexus.hc.to/content/repositories/pub_releases - - - - confuser-repo - https://ci.frostcast.net/plugin/repository/everything/ - - - - codemc-repo - https://repo.codemc.io/repository/maven-public/ - - - - placeholderapi-repo - https://repo.extendedclip.com/content/repositories/placeholderapi/ - - - - - - org.bukkit - bukkit - ${bukkit.version} - provided - - - - net.milkbowl.vault - VaultAPI - 1.6 - provided - - - - me.confuser - BarAPI - 3.5 - provided - - - - me.clip - placeholderapi - 2.9.2 - provided - - - - org.bstats - bstats-bukkit-lite - 1.7 - - - - me.filoghost.updatechecker - updatechecker - 1.0.0 - - - - ${project.groupId} - chestcommands-api - ${project.version} - - - - ${project.groupId} - chestcommands-commons - ${project.version} - - - - - - - src/main/resources - true - - - .. - - LICENSE.txt - THIRD-PARTY.txt - - - - - - org.apache.maven.plugins - maven-shade-plugin - 3.2.1 - - false - - - *:* - - META-INF/ - - - - - - org.bstats - me.filoghost.commons.metrics - - - me.filoghost.updatechecker - me.filoghost.commons.updater - - - - - - package - - shade - - - - - - - + + + 4.0.0 + + + me.filoghost.chestcommands + chestcommands-parent + 4.0.0-SNAPSHOT + + + chestcommands-plugin + ChestCommands Plugin + + + + spigot-repo + https://hub.spigotmc.org/nexus/content/groups/public/ + + + + vault-repo + http://nexus.hc.to/content/repositories/pub_releases + + + + confuser-repo + https://ci.frostcast.net/plugin/repository/everything/ + + + + codemc-repo + https://repo.codemc.io/repository/maven-public/ + + + + placeholderapi-repo + https://repo.extendedclip.com/content/repositories/placeholderapi/ + + + + + + org.bukkit + bukkit + ${bukkit.version} + provided + + + + net.milkbowl.vault + VaultAPI + 1.6 + provided + + + + me.confuser + BarAPI + 3.5 + provided + + + + me.clip + placeholderapi + 2.9.2 + provided + + + + org.bstats + bstats-bukkit-lite + 1.7 + + + + me.filoghost.updatechecker + updatechecker + 1.0.0 + + + + ${project.groupId} + chestcommands-api + ${project.version} + + + + ${project.groupId} + chestcommands-commons + ${project.version} + + + + + + + src/main/resources + true + + + .. + + LICENSE.txt + THIRD-PARTY.txt + + + + + + org.apache.maven.plugins + maven-shade-plugin + 3.2.1 + + false + + + *:* + + META-INF/ + + + + + + org.bstats + me.filoghost.chestcommands.metrics + + + me.filoghost.updatechecker + me.filoghost.chestcommands.updater + + + + + + package + + shade + + + + + + + \ No newline at end of file