Init BentoBox 1.8.0-SNAPSHOT

Rename lv locale for gitLocale friendly name.
This commit is contained in:
BONNe 2019-09-09 00:17:09 +03:00
parent f5e2b20a9b
commit 5a1a747d26
2 changed files with 3 additions and 3 deletions

View File

@ -45,12 +45,12 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>1.8</java.version>
<!-- More visible way how to change dependency versions -->
<spigot.version>1.13.2-R0.1-SNAPSHOT</spigot.version>
<bentobox.version>1.7.0</bentobox.version>
<spigot.version>1.14.4-R0.1-SNAPSHOT</spigot.version>
<bentobox.version>1.8.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.7.0</build.version>
<build.version>1.8.0</build.version>
<build.number>-LOCAL</build.number>
</properties>