diff --git a/Changelog.txt b/Changelog.txt index d858a14f1..3eb574ec4 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,4 +1,5 @@ Version 2.2.013 + mcMMO now requires Java 21 (see notes) (API) Deprecated com.gmail.nossr50.mcMMO.getPlaceStore (API) Added com.gmail.nossr50.mcMMO.getUserBlockTracker (API) Added com.gmail.nossr50.mcMMO.getChunkManager @@ -7,6 +8,8 @@ Version 2.2.013 (Codebase) Cleaned up and organized unit tests relating to UserBlockTracker NOTES: + mcMMO is now compiled for Java 21, Java 21 will be requires to run mcMMO. + This should not pose an issue as there are Java 21 server JARs for the versions of MC that mcMMO currently supports. Not planning to delete the deprecated methods in UserBlockTracker anytime soon, as nothing has really changed other than the names Version 2.2.012 diff --git a/pom.xml b/pom.xml index dbfe0175c..adde2f8ca 100644 --- a/pom.xml +++ b/pom.xml @@ -14,9 +14,9 @@ UTF-8 - 17 - 17 - 17 + 21 + 21 + 21 @@ -103,7 +103,7 @@ maven-compiler-plugin 3.10.1 - 17 + 21 -parameters