Update pom.xml

This commit is contained in:
SystemEncryption 2018-11-29 17:29:13 +00:00
parent 2dab87200e
commit 5e47f8b108
1 changed files with 6 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<groupId>com.songoda</groupId>
<artifactId>Skyblock</artifactId>
<modelVersion>4.0.0</modelVersion>
<version>20</version>
<version>32</version>
<build>
<defaultGoal>clean package</defaultGoal>
<plugins>
@ -41,6 +41,11 @@
<artifactId>placeholderapi</artifactId>
<version>LATEST</version>
</dependency>
<dependency>
<groupId>net.milkbowl</groupId>
<artifactId>vault</artifactId>
<version>LATEST</version>
</dependency>
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot</artifactId>