First release candidate

Bumping version and build code name for the first release candidate of the 2021.02 release.
This commit is contained in:
Ryan Wild 2021-02-26 16:53:00 +00:00
parent 1293a8aa1e
commit 96d1c53ede
No known key found for this signature in database
GPG Key ID: C224F5A8431F3F5C
1 changed files with 2 additions and 2 deletions

View File

@ -5,12 +5,12 @@
<groupId>me.totalfreedom</groupId>
<artifactId>TotalFreedomMod</artifactId>
<version>2020.12</version>
<version>2021.02-RC01</version>
<packaging>jar</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<tfm.build.codename>Antaeus</tfm.build.codename>
<tfm.build.codename>Phoenix</tfm.build.codename>
<jar.finalName>${project.name}</jar.finalName>
<timestamp>${maven.build.timestamp}</timestamp>
<maven.build.timestamp.format>MM/dd/yyyy HH:mm</maven.build.timestamp.format>