From 793e8b1bb73c2b6ec3c4fbb88fddefb2e5002936 Mon Sep 17 00:00:00 2001 From: "Gabriele C." Date: Tue, 30 Jun 2015 14:39:07 +0200 Subject: [PATCH 1/4] Update pom.xml --- pom.xml | 100 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 50 insertions(+), 50 deletions(-) diff --git a/pom.xml b/pom.xml index 30d9b6661..759d30420 100644 --- a/pom.xml +++ b/pom.xml @@ -2,41 +2,41 @@ 4.0.0 - + fr.xephi.authme.AuthMe AuthMe 5.0-SNAPSHOT - + AuthMeReloaded 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 - + GitHub https://github.com/Xephi/AuthMeReloaded/issues - + @@ -48,10 +48,10 @@ ${maven.compiler.target} - + maven-jar-plugin 2.6 @@ -81,52 +81,52 @@ - + - + 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 - + ess-repo http://repo.ess3.net/content/groups/public - + 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 @@ -141,47 +141,47 @@ --> - + comphenix-snapshots Comphenix Maven Snapshots http://repo.comphenix.net/content/repositories/snapshots/ - + onarandombox http://repo.onarandombox.com/content/groups/public - + - + - + - + mysql mysql-connector-java 5.1.35 - + org.xerial sqlite-jdbc 3.8.10.1 - + com.h2database h2 1.4.187 - + com.sun.mail @@ -193,14 +193,14 @@ mail 1.5.0-b01 - + com.maxmind.geoip geoip-api 1.2.14 - + @@ -208,7 +208,7 @@ spigot-api ${bukkitVersion} - + com.comphenix.attribute AttributeStorage @@ -224,7 +224,7 @@ - + net.milkbowl.vault @@ -241,7 +241,7 @@ - + net.citizensnpcs @@ -258,7 +258,7 @@ - + com.onarandombox.multiversecore @@ -277,7 +277,7 @@ - + net.ess3 @@ -294,7 +294,7 @@ - + net.minelink @@ -311,7 +311,7 @@ - + com.trc202 @@ -328,7 +328,7 @@ - + de.luricos.bukkit @@ -345,7 +345,7 @@ - + org.spoutcraft @@ -362,7 +362,7 @@ - + @@ -383,7 +383,7 @@ - + net.citizensnpcs @@ -392,7 +392,7 @@ system ${project.basedir}/libs/Citizens.jar - + com.cypherx @@ -401,7 +401,7 @@ system ${project.basedir}/libs/xAuth.jar - + me.muizers @@ -410,6 +410,6 @@ system ${project.basedir}/libs/Notifications.jar - + From ba325376707c332a66320edd1bda21b60c26c551 Mon Sep 17 00:00:00 2001 From: "Gabriele C." Date: Tue, 30 Jun 2015 14:39:44 +0200 Subject: [PATCH 2/4] Update plugin.yml --- src/main/resources/plugin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 623077ff2..560ac19b2 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -3,7 +3,7 @@ author: Xephi59 website: http://dev.bukkit.org/bukkit-plugins/authme-reloaded/ description: AuthMe prevents people, which aren't logged in, from doing stuff like placing blocks, moving, typing commands or seeing the inventory of the current player. main: fr.xephi.authme.AuthMe -version: 5.0-SNAPSHOT +version: maven-version softdepend: [Vault, ChestShop, Spout, Multiverse-Core, Notifications, Citizens, CombatTag, Essentials, EssentialsSpawn] commands: register: From 3a12e534b1651bd8fc55caa24171b8c007f1714e Mon Sep 17 00:00:00 2001 From: "Gabriele C." Date: Tue, 30 Jun 2015 15:15:49 +0200 Subject: [PATCH 3/4] Update pom.xml --- pom.xml | 30 ++++++++++-------------------- 1 file changed, 10 insertions(+), 20 deletions(-) diff --git a/pom.xml b/pom.xml index 759d30420..5adb92bfd 100644 --- a/pom.xml +++ b/pom.xml @@ -90,19 +90,19 @@ https://hub.spigotmc.org/nexus/content/groups/public/ - + - everything + citizens-repo http://repo.citizensnpcs.co - + ess-repo http://repo.ess3.net/content/groups/public @@ -114,38 +114,27 @@ http://repo.minelink.net/content/repositories/public - + - bukkit-plugins-releases - repo.luricos.de releases + luricos-releases http://repo.luricos.de/content/repositories/releases/ - - sonatype-nexus-releases - https://oss.sonatype.org/content/repositories/releases - sonatype-nexus-snapshots https://oss.sonatype.org/content/repositories/snapshots - - comphenix-snapshots - Comphenix Maven Snapshots http://repo.comphenix.net/content/repositories/snapshots/ @@ -209,6 +198,7 @@ ${bukkitVersion} + com.comphenix.attribute AttributeStorage @@ -315,8 +305,8 @@ com.trc202 - combattag - 6.4.1-SNAPSHOT + CombatTag + 6.2.1-SNAPSHOT org.bukkit From 8936179c11d66209953bb73937fc21356bccc44e Mon Sep 17 00:00:00 2001 From: "Gabriele C." Date: Tue, 30 Jun 2015 19:40:12 +0200 Subject: [PATCH 4/4] Update pom.xml --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 5adb92bfd..cabce65bf 100644 --- a/pom.xml +++ b/pom.xml @@ -90,11 +90,11 @@ https://hub.spigotmc.org/nexus/content/groups/public/ - vault-repo http://nexus.theyeticave.net/content/repositories/pub_releases - --> +