mirror of
https://github.com/dmulloy2/ProtocolLib.git
synced 2024-11-24 03:25:29 +01:00
Update to 1.15.1
This commit is contained in:
parent
fdf315ba7d
commit
c3c59337ff
3
pom.xml
3
pom.xml
@ -17,7 +17,7 @@
|
|||||||
<project.fullVersion>${project.version}</project.fullVersion>
|
<project.fullVersion>${project.version}</project.fullVersion>
|
||||||
|
|
||||||
<powermock.version>2.0.4</powermock.version>
|
<powermock.version>2.0.4</powermock.version>
|
||||||
<spigot.version>1.15-R0.1-SNAPSHOT</spigot.version>
|
<spigot.version>1.15.1-R0.1-SNAPSHOT</spigot.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
@ -146,6 +146,7 @@
|
|||||||
<properties>
|
<properties>
|
||||||
<project.build.number>-b${env.BUILD_NUMBER}</project.build.number>
|
<project.build.number>-b${env.BUILD_NUMBER}</project.build.number>
|
||||||
<project.fullVersion>${project.version}${project.build.number}</project.fullVersion>
|
<project.fullVersion>${project.version}${project.build.number}</project.fullVersion>
|
||||||
|
<!--<project.fullVersion>${project.version}</project.fullVersion>-->
|
||||||
</properties>
|
</properties>
|
||||||
</profile>
|
</profile>
|
||||||
|
|
||||||
|
@ -39,12 +39,12 @@ public class ProtocolLibrary {
|
|||||||
/**
|
/**
|
||||||
* The maximum version ProtocolLib has been tested with.
|
* The maximum version ProtocolLib has been tested with.
|
||||||
*/
|
*/
|
||||||
public static final String MAXIMUM_MINECRAFT_VERSION = "1.14.4";
|
public static final String MAXIMUM_MINECRAFT_VERSION = "1.15.1";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The date (with ISO 8601 or YYYY-MM-DD) when the most recent version (1.14.4) was released.
|
* The date (with ISO 8601 or YYYY-MM-DD) when the most recent version (1.14.4) was released.
|
||||||
*/
|
*/
|
||||||
public static final String MINECRAFT_LAST_RELEASE_DATE = "2019-07-19";
|
public static final String MINECRAFT_LAST_RELEASE_DATE = "2019-12-17";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Plugins that are currently incompatible with ProtocolLib.
|
* Plugins that are currently incompatible with ProtocolLib.
|
||||||
|
Loading…
Reference in New Issue
Block a user