diff --git a/libs/.keep b/libs/.keep deleted file mode 100644 index e69de29bb..000000000 diff --git a/libs/ChestShop.jar b/libs/ChestShop.jar new file mode 100644 index 000000000..e2a7f458f Binary files /dev/null and b/libs/ChestShop.jar differ diff --git a/libs/Citizens.jar b/libs/Citizens.jar new file mode 100644 index 000000000..9cf4d17c4 Binary files /dev/null and b/libs/Citizens.jar differ diff --git a/libs/Notifications.jar b/libs/Notifications.jar new file mode 100644 index 000000000..0a862e664 Binary files /dev/null and b/libs/Notifications.jar differ diff --git a/libs/xAuth.jar b/libs/xAuth.jar new file mode 100644 index 000000000..0b9432121 Binary files /dev/null and b/libs/xAuth.jar differ diff --git a/pom.xml b/pom.xml index 4de18fc21..c117639eb 100644 --- a/pom.xml +++ b/pom.xml @@ -9,19 +9,26 @@ 5.0-SNAPSHOT AuthMeReloaded - /login /register plugin for Bukkit! + Authentication plugin for CraftBukkit/Spigot! http://dev.bukkit.org/bukkit-plugins/authme-reloaded/ jar UTF-8 + + 1.7 1.7 + + 1.8.7-R0.1-SNAPSHOT + ${project.groupId}.${project.artifactId} + jenkins http://ci.xephi.fr @@ -33,40 +40,7 @@ - - - - - org.apache.maven.plugins - maven-antrun-plugin - - - download-files - prepare-package - - run - - - - - - - - - - - - - + maven-jar-plugin 2.5 @@ -81,39 +55,57 @@ + + spigot-repo https://hub.spigotmc.org/nexus/content/groups/public/ + + vault-repo http://nexus.theyeticave.net/content/repositories/pub_releases + + everything http://repo.citizensnpcs.co + + onarandombox http://repo.onarandombox.com/content/groups/public + + ess-repo https://ci.drtshock.net/plugin/repository/everything/ + + minelink-thirdparty http://repo.minelink.net/content/repositories/public + + techcable-repo http://repo.techcable.net/content/repositories/snapshots/ + + bukkit-plugins-releases repo.luricos.de releases http://repo.luricos.de/content/repositories/releases/ + + sonatype-nexus-releases https://oss.sonatype.org/content/repositories/releases @@ -126,83 +118,104 @@ always + + - + + mysql mysql-connector-java - LATEST + 5.1.35 + + org.xerial sqlite-jdbc - LATEST - - - com.h2 - h2 - LATEST + 3.8.10.1 + + + + com.h2database + h2 + 1.4.187 + + + org.spigotmc spigot-api ${bukkitVersion} + + net.milkbowl.vault Vault 1.5.4 provided + + net.citizensnpcs citizensapi 2.0.16-SNAPSHOT provided - - net.citizensnpcs - citizens - 2.0.16-SNAPSHOT - provided - - - com.onarandombox - MultiverseCore - 2.5 - + + + + com.onarandombox.multiversecore + Multiverse-Core + 2.5 + + + net.ess3 EssentialsX 2.0.1-SNAPSHOT + + net.minelink CombatTagPlus - 1.2.0 + 1.2.1-SNAPSHOT + + com.trc202 combattag 6.4.1-SNAPSHOT + + de.luricos.bukkit xAuth 2.6 + + - org.spoutcraft - spoutplugin - 1.6.4-SNAPSHOT - + org.spoutcraft + spoutcraftplugin + 1.6.4-SNAPSHOT + - + + com.Acrobot ChestShop @@ -210,13 +223,26 @@ system ${project.basedir}/libs/ChestShop.jar + + + + net.citizensnpcs + citizens + 1.2.4 + system + ${project.basedir}/libs/Citizens.jar + + + com.cypherx xauth 2.0.26 system - ${project.basedir}/lib/xAuth.jar + ${project.basedir}/libs/xAuth.jar + + me.muizers Notifications