Bump to RC02 and fix Netbeans compile issue.

This commit is contained in:
Wild1145 2022-03-27 19:49:16 +01:00
parent f9eabf27d5
commit 733f002a87
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ You can copy and paste the single properties, into the pom.xml file and the IDE
That way multiple projects can share the same settings (useful for formatting rules for example).
Any value defined here will override the pom.xml file value but is only applicable to the current project.
-->
<netbeans.hint.jdkPlatform>JDK_11</netbeans.hint.jdkPlatform>
<netbeans.hint.jdkPlatform>JDK_17</netbeans.hint.jdkPlatform>
<netbeans.checkstyle.format>true</netbeans.checkstyle.format>
</properties>
</project-shared-configuration>

View File

@ -5,7 +5,7 @@
<groupId>me.totalfreedom</groupId>
<artifactId>TotalFreedomMod</artifactId>
<version>2022.02-RC01</version>
<version>2022.02-RC02</version>
<packaging>jar</packaging>
<properties>