diff --git a/pom.xml b/pom.xml index 65724e7..d8c3ecc 100644 --- a/pom.xml +++ b/pom.xml @@ -1,19 +1,52 @@ 4.0.0 - Faucet + + com.redstoner Faucet - 0.0.1-SNAPSHOT - - src - - - maven-compiler-plugin - 3.6.1 - - - - - - - + 0.1 + + jar + + + 1.8 + 1.8 + + + + + spigot-repo + https://hub.spigotmc.org/nexus/content/repositories/snapshots/ + + + + + + + org.spigotmc + spigot-api + 1.12.2-R0.1-SNAPSHOT + provided + + + + org.bukkit + bukkit + 1.12.2-R0.1-SNAPSHOT + provided + + + + com.redstoner + ChatAPI + 0.1 + provided + + + + com.redstoner + CommandManager + 1.0 + provided + + \ No newline at end of file