Merge pull request #61 from sgdc3/master

Fixed Pom style
This commit is contained in:
Alexandre Vanhecke 2015-06-17 22:01:40 +02:00
commit 308b07bb37

91
pom.xml
View File

@ -40,7 +40,7 @@
</issueManagement> </issueManagement>
<build> <build>
<plugins> <plugins>
<plugin> <plugin>
<artifactId>maven-jar-plugin</artifactId> <artifactId>maven-jar-plugin</artifactId>
<version>2.5</version> <version>2.5</version>
@ -56,7 +56,7 @@
<repositories> <repositories>
<!-- SpigotMC Repo (Bukkit and SpigotAPI) --> <!-- SpigotMC Repo (Bukkit and SpigotAPI) -->
<repository> <repository>
<id>spigot-repo</id> <id>spigot-repo</id>
<url>https://hub.spigotmc.org/nexus/content/groups/public/</url> <url>https://hub.spigotmc.org/nexus/content/groups/public/</url>
@ -122,10 +122,10 @@
<!-- Attribute Repo --> <!-- Attribute Repo -->
<repository> <repository>
<id>comphenix-snapshots</id> <id>comphenix-snapshots</id>
<name>Comphenix Maven Snapshots</name> <name>Comphenix Maven Snapshots</name>
<url>http://repo.comphenix.net/content/repositories/snapshots/</url> <url>http://repo.comphenix.net/content/repositories/snapshots/</url>
</repository> </repository>
</repositories> </repositories>
@ -148,39 +148,40 @@
</dependency> </dependency>
<!-- Database Library --> <!-- Database Library -->
<dependency> <dependency>
<groupId>com.h2database</groupId> <groupId>com.h2database</groupId>
<artifactId>h2</artifactId> <artifactId>h2</artifactId>
<version>1.4.187</version> <version>1.4.187</version>
</dependency> </dependency>
<!-- Java Email API --> <!-- Java Email API -->
<dependency> <dependency>
<groupId>com.sun.mail</groupId> <groupId>com.sun.mail</groupId>
<artifactId>javax.mail</artifactId> <artifactId>javax.mail</artifactId>
<version>1.5.3</version> <version>1.5.3</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>javax.mail</groupId> <groupId>javax.mail</groupId>
<artifactId>mail</artifactId> <artifactId>mail</artifactId>
<version>1.5.0-b01</version> <version>1.5.0-b01</version>
</dependency> </dependency>
<dependency> <!-- Attribute -->
<groupId>com.comphenix.attribute</groupId> <dependency>
<artifactId>AttributeStorage</artifactId> <groupId>com.comphenix.attribute</groupId>
<version>0.0.2-SNAPSHOT</version> <artifactId>AttributeStorage</artifactId>
</dependency> <version>0.0.2-SNAPSHOT</version>
</dependency>
<!-- Maxmind GeoIp API --> <!-- Maxmind GeoIp API -->
<dependency> <dependency>
<groupId>com.maxmind.geoip</groupId> <groupId>com.maxmind.geoip</groupId>
<artifactId>geoip-api</artifactId> <artifactId>geoip-api</artifactId>
<version>1.2.14</version> <version>1.2.14</version>
</dependency> </dependency>
<!-- Spigot-Api, http://www.spigotmc.org/ <!-- Spigot-Api, http://www.spigotmc.org/
Based on the Bukkit project, http://bukkit.org/ --> Based on the Bukkit project, http://bukkit.org/ -->
<dependency> <dependency>
<groupId>org.spigotmc</groupId> <groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId> <artifactId>spigot-api</artifactId>
@ -204,13 +205,13 @@
</dependency> </dependency>
<!-- Multi World plugin, http://www.spigotmc.org/resources/multiverse-core.390/ --> <!-- Multi World plugin, http://www.spigotmc.org/resources/multiverse-core.390/ -->
<dependency> <dependency>
<groupId>com.onarandombox.multiversecore</groupId> <groupId>com.onarandombox.multiversecore</groupId>
<artifactId>Multiverse-Core</artifactId> <artifactId>Multiverse-Core</artifactId>
<version>2.5</version> <version>2.5</version>
</dependency> </dependency>
<!-- EssentialsX, a fork of Spigot Essentials (1.8) with fixes and optimizations, https://github.com/drtshock/Essentials/ --> <!-- EssentialsX, a fork of Spigot Essentials (1.8) with fixes and optimizations, https://github.com/drtshock/Essentials/ -->
<dependency> <dependency>
<groupId>net.ess3</groupId> <groupId>net.ess3</groupId>
<artifactId>EssentialsX</artifactId> <artifactId>EssentialsX</artifactId>
@ -240,10 +241,10 @@
<!-- Spout API, https://spoutcraft.org/downloads/ --> <!-- Spout API, https://spoutcraft.org/downloads/ -->
<dependency> <dependency>
<groupId>org.spoutcraft</groupId> <groupId>org.spoutcraft</groupId>
<artifactId>spoutcraftplugin</artifactId> <artifactId>spoutcraftplugin</artifactId>
<version>1.6.4-SNAPSHOT</version> <version>1.6.4-SNAPSHOT</version>
</dependency> </dependency>
<!-- Local Dependencies --> <!-- Local Dependencies -->