diff --git a/Bootstrap/pom.xml b/Bootstrap/pom.xml deleted file mode 100644 index 8ea5596..0000000 --- a/Bootstrap/pom.xml +++ /dev/null @@ -1,65 +0,0 @@ - - - 4.0.0 - - com.craftaro - UltimateStackerParent - 3.0.0-SNAPSHOT - - - Bootstrap - - - UltimateStacker-${project.version} - - - org.apache.maven.plugins - maven-compiler-plugin - 3.8.1 - - ${java.version} - ${java.version} - ${java.release} - - - - org.apache.maven.plugins - maven-shade-plugin - 3.2.4 - - - package - - shade - - - false - - - - - - - - src/main/resources - true - - - - - - - com.craftaro - UltimateStackerAPI - 1.0 - - - com.craftaro - UltimateStacker - 3.0.0-SNAPSHOT - - - - diff --git a/Bootstrap/src/main/java/com/craftaro/Main.java b/Bootstrap/src/main/java/com/craftaro/Main.java deleted file mode 100644 index 8407e11..0000000 --- a/Bootstrap/src/main/java/com/craftaro/Main.java +++ /dev/null @@ -1,7 +0,0 @@ -package com.craftaro; - -public class Main { - public static void main(String[] args) { - System.out.println("Hello world!"); - } -} \ No newline at end of file diff --git a/UltimateStacker/pom.xml b/UltimateStacker/pom.xml index e4dc1c9..4d54cc8 100644 --- a/UltimateStacker/pom.xml +++ b/UltimateStacker/pom.xml @@ -97,7 +97,7 @@ com.craftaro CraftaroCore - 3.0.0-SNAPSHOT + ${core.version} compile diff --git a/pom.xml b/pom.xml index f82d869..aa63b7e 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,6 @@ UltimateStackerAPI UltimateStacker - Bootstrap UltimateStacker