Pom version updates.

This commit is contained in:
cnaude 2017-06-11 10:21:27 -07:00
parent 7f0c23d8be
commit 9510c0b894

57
pom.xml
View File

@ -36,24 +36,6 @@
<enabled>false</enabled>
</snapshots>
</repository>
<!-- FactionChat
<repository>
<id>FactionChat-repo</id>
<url>http://jenkins.lolnet.co.nz/plugin/repository/everything/</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository> -->
<!-- Bukkit
<repository>
<id>bukkit-repo</id>
<url>http://repo.bukkit.org/content/groups/public/</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository> -->
<!-- ReportRTS -->
<repository>
@ -68,12 +50,11 @@
</repository>
<!-- Vault -->
<!--
<repository>
<id>vault-repo</id>
<url>http://nexus.theyeticave.net/content/repositories/pub_releases</url>
</repository>
-->
<repository>
<id>vault-repo</id>
<url>http://nexus.hc.to/content/repositories/pub_releases</url>
</repository>
<repository>
<id>dmulloy2-repo</id>
<url>http://repo.dmulloy2.net/content/groups/public/</url>
@ -83,6 +64,11 @@
<id>placeholderapi</id>
<url>http://repo.extendedclip.com/content/repositories/placeholderapi/</url>
</repository>
<repository>
<id>dynmap</id>
<url>http://repo.mikeprimm.com/</url>
</repository>
</repositories>
@ -210,8 +196,9 @@
<!-- Vault -->
<dependency>
<groupId>net.milkbowl.vault</groupId>
<artifactId>Vault</artifactId>
<version>1.5.6</version>
<artifactId>VaultAPI</artifactId>
<version>1.6</version>
<scope>provided</scope>
</dependency>
<!-- Herochat -->
@ -370,9 +357,9 @@
<!-- DynmapAPI -->
<dependency>
<groupId>com.cnaude.dynmap</groupId>
<artifactId>DynmapAPI</artifactId>
<version>2.1</version>
<groupId>us.dynmap</groupId>
<artifactId>dynmap-api</artifactId>
<version>2.5</version>
</dependency>
<!-- Prism -->
@ -414,7 +401,7 @@
<dependency>
<groupId>me.clip</groupId>
<artifactId>placeholderapi</artifactId>
<version>2.5.1</version>
<version>2.8.0</version>
<scope>provided</scope>
</dependency>
@ -472,17 +459,17 @@
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.5.1</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
<version>3.6.1</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>2.4.3</version>
<version>3.0.0</version>
<executions>
<execution>
<phase>package</phase>