Updated to dev, fixed spigot version.

This commit is contained in:
darbyjack 2019-06-28 12:13:34 -05:00
parent 454b1f19f4
commit 16726215bb
No known key found for this signature in database
GPG Key ID: 392E68B2FE0ED3E5
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
<groupId>me.clip</groupId>
<artifactId>placeholderapi</artifactId>
<version>2.10.3</version>
<version>2.10.3-DEV-${BUILD_NUMBER}</version>
<name>PlaceholderAPI</name>
<description>An awesome placeholder provider!</description>
<url>http://extendedclip.com</url>
@ -34,7 +34,7 @@
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.14.3-SNAPSHOT</version>
<version>1.14.3-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>