From bb11b31d9e8a1e7608369f3b650137e4019ebe64 Mon Sep 17 00:00:00 2001 From: Auxilor Date: Fri, 28 Aug 2020 22:56:41 +0100 Subject: [PATCH] Fixed pom issues --- API/API.iml | 28 ---------------------------- API/pom.xml | 1 - Plugin/plugin.iml | 2 +- pom.xml | 3 +-- 4 files changed, 2 insertions(+), 32 deletions(-) delete mode 100644 API/API.iml diff --git a/API/API.iml b/API/API.iml deleted file mode 100644 index 037b2212..00000000 --- a/API/API.iml +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - SPIGOT - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/API/pom.xml b/API/pom.xml index 78259c39..13b53461 100644 --- a/API/pom.xml +++ b/API/pom.xml @@ -6,7 +6,6 @@ parent com.willfp.ecoenchants 4.1.0-pre11 - ../pom.xml 4.0.0 diff --git a/Plugin/plugin.iml b/Plugin/plugin.iml index 9693d2b2..44226e64 100644 --- a/Plugin/plugin.iml +++ b/Plugin/plugin.iml @@ -18,7 +18,7 @@ - + diff --git a/pom.xml b/pom.xml index 930654af..8a6e50f2 100644 --- a/pom.xml +++ b/pom.xml @@ -62,10 +62,9 @@ - ${project.name} v${project.version} - clean install + clean package install org.apache.maven.plugins