From d4be858c46662bafa19ce9f384c5c46e638cea59 Mon Sep 17 00:00:00 2001 From: Ryan Wild Date: Fri, 5 Mar 2021 21:44:38 +0000 Subject: [PATCH] 2021.02-RC02 Release Bump Version bump with some Netbeans Config updates to use Java 11 as we should have been. --- nb-configuration.xml | 19 +++++++++++++++++++ pom.xml | 8 ++++---- 2 files changed, 23 insertions(+), 4 deletions(-) create mode 100644 nb-configuration.xml diff --git a/nb-configuration.xml b/nb-configuration.xml new file mode 100644 index 00000000..65f12570 --- /dev/null +++ b/nb-configuration.xml @@ -0,0 +1,19 @@ + + + + + + JDK_11 + true + + diff --git a/pom.xml b/pom.xml index 235b8e57..271d166d 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ me.totalfreedom TotalFreedomMod - 2021.02-RC01 + 2021.02-RC02 jar @@ -296,9 +296,9 @@ 3.8.1 TotalFreedomMod.jar - 1.8 - 1.8 - 1.8 + 11 + 11 + 11