2021.02-RC02 Release Bump

Version bump with some Netbeans Config updates to use Java 11 as we should have been.
This commit is contained in:
Ryan Wild
2021-03-05 21:44:38 +00:00
parent ec9a6e0d5b
commit d4be858c46
2 changed files with 23 additions and 4 deletions

View File

@ -5,7 +5,7 @@
<groupId>me.totalfreedom</groupId>
<artifactId>TotalFreedomMod</artifactId>
<version>2021.02-RC01</version>
<version>2021.02-RC02</version>
<packaging>jar</packaging>
<properties>
@ -296,9 +296,9 @@
<version>3.8.1</version>
<configuration>
<outputFileName>TotalFreedomMod.jar</outputFileName>
<compilerVersion>1.8</compilerVersion>
<source>1.8</source>
<target>1.8</target>
<compilerVersion>11</compilerVersion>
<source>11</source>
<target>11</target>
</configuration>
</plugin>