mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-23 03:05:16 +01:00
Updated to 1.9.2 and server 1.15 compatibility.
Note - testing still in progress...
This commit is contained in:
parent
a82e6bbdc0
commit
3332b65b86
4
pom.xml
4
pom.xml
@ -68,7 +68,7 @@
|
||||
<powermock.version>2.0.4</powermock.version>
|
||||
<mongodb.version>3.8.0</mongodb.version>
|
||||
<!-- More visible way how to change dependency versions -->
|
||||
<spigot.version>1.14.4-R0.1-SNAPSHOT</spigot.version>
|
||||
<spigot.version>1.15-R0.1-SNAPSHOT</spigot.version>
|
||||
<bstats.version>1.5</bstats.version>
|
||||
<vault.version>1.7</vault.version>
|
||||
<placeholderapi.version>2.10.3</placeholderapi.version>
|
||||
@ -81,7 +81,7 @@
|
||||
<!-- 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.1</build.version>
|
||||
<build.version>1.9.2</build.version>
|
||||
</properties>
|
||||
|
||||
<!-- Profiles will allow to automatically change build version. -->
|
||||
|
@ -115,7 +115,13 @@ public class ServerCompatibility {
|
||||
/**
|
||||
* @since 1.6.0
|
||||
*/
|
||||
V1_14_4(Compatibility.COMPATIBLE);
|
||||
V1_14_4(Compatibility.COMPATIBLE),
|
||||
/**
|
||||
* @since 1.9.2
|
||||
*/
|
||||
V1_15(Compatibility.COMPATIBLE)
|
||||
;
|
||||
|
||||
|
||||
private Compatibility compatibility;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user