Version 1.10.0 and API 1.15

This commit is contained in:
tastybento 2019-12-15 16:26:03 -08:00
parent cc3d75ec42
commit 1a100a7dbd

View File

@ -58,14 +58,14 @@
<!-- Non-minecraft related dependencies -->
<powermock.version>2.0.4</powermock.version>
<!-- More visible way how to change dependency versions -->
<spigot.version>1.14.4-R0.1-SNAPSHOT</spigot.version>
<bentobox.version>1.9.0-SNAPSHOT</bentobox.version>
<spigot.version>1.15-R0.1-SNAPSHOT</spigot.version>
<bentobox.version>1.10.0-SNAPSHOT</bentobox.version>
<!-- Revision variable removes warning about dynamic version -->
<revision>${build.version}-SNAPSHOT</revision>
<!-- Do not change unless you want different name for local builds. -->
<build.number>-LOCAL</build.number>
<!-- This allows to change between versions. -->
<build.version>1.9.0</build.version>
<build.version>1.10.0</build.version>
</properties>
<!-- Profiles will allow to automatically change build version. -->