Version 1.2.0 - with 1.16.1 Bukkit API

This commit is contained in:
tastybento 2020-07-06 14:48:21 -07:00
parent 149ebfb2ba
commit b5fa04706c
1 changed files with 2 additions and 2 deletions

View File

@ -46,12 +46,12 @@
<java.version>1.8</java.version>
<powermock.version>2.0.2</powermock.version>
<!-- More visible way how to change dependency versions -->
<spigot.version>1.15.2-R0.1-SNAPSHOT</spigot.version>
<spigot.version>1.16.1-R0.1-SNAPSHOT</spigot.version>
<bentobox.version>1.14.0-SNAPSHOT</bentobox.version>
<!-- Revision variable removes warning about dynamic version -->
<revision>${build.version}-SNAPSHOT</revision>
<!-- This allows to change between versions and snapshots. -->
<build.version>1.1.0</build.version>
<build.version>1.2.0</build.version>
<build.number>-LOCAL</build.number>
</properties>