diff --git a/pom.xml b/pom.xml index f8c21f2..910dc7c 100644 --- a/pom.xml +++ b/pom.xml @@ -1,75 +1,76 @@ - 4.0.0 - de.iani.cubeside - TreasureChest - 1.4-SNAPSHOT - - UTF-8 - DEV - - - - spigotmc-repo - https://hub.spigotmc.org/nexus/content/groups/public - - - vault-repo - http://nexus.hc.to/content/repositories/pub_releases - - - brokko-repo - https://www.iani.de/nexus/content/groups/public - - - - - org.spigotmc - spigot-api - 1.13-R0.1-SNAPSHOT - provided - - - de.iani.cubeside - PlayerUUIDCache - 1.4.0 - provided - - - net.milkbowl.vault - VaultAPI - 1.6 - provided - - - - - - maven-compiler-plugin - 3.6.1 - - 1.8 - 1.8 - - - - - - src/main/resources - true - - - - - - nexus - Releases - https://www.iani.de/nexus/content/repositories/releases/ - - - nexus - Snapshot - https://www.iani.de/nexus/content/repositories/snapshots/ - - + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 + de.iani.cubeside + TreasureChest + 1.4-SNAPSHOT + + UTF-8 + DEV + + + + spigotmc-repo + https://hub.spigotmc.org/nexus/content/groups/public + + + vault-repo + http://nexus.hc.to/content/repositories/pub_releases + + + brokko-repo + https://www.iani.de/nexus/content/groups/public + + + + + org.spigotmc + spigot-api + 1.13.1-R0.1-SNAPSHOT + provided + + + de.iani.cubeside + PlayerUUIDCache + 1.4.0 + provided + + + net.milkbowl.vault + VaultAPI + 1.6 + provided + + + + ${project.name} + + + maven-compiler-plugin + 3.6.1 + + 1.8 + 1.8 + + + + + + src/main/resources + true + + + + + + nexus + Releases + https://www.iani.de/nexus/content/repositories/releases/ + + + nexus + Snapshot + https://www.iani.de/nexus/content/repositories/snapshots/ + + \ No newline at end of file