Version 1.14.2

This commit is contained in:
tastybento 2020-12-22 09:03:04 -08:00
parent 6d37df1f2d
commit 5e610f5fd8
1 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.16.1-R0.1-SNAPSHOT</spigot.version>
<bentobox.version>1.14.0</bentobox.version>
<spigot.version>1.16.4-R0.1-SNAPSHOT</spigot.version>
<bentobox.version>1.15.1</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.14.1</build.version>
<build.version>1.14.2</build.version>
<build.number>-LOCAL</build.number>
</properties>