Add support for 1.16.4, drop 1.16.1

This commit is contained in:
Jikoo
2020-11-03 18:18:25 -05:00
parent 00113cc4d4
commit 3fee84fc58
7 changed files with 100 additions and 122 deletions

20
pom.xml
View File

@@ -54,26 +54,6 @@
</activation>
</profile>
<profile>
<id>latest</id>
<activation>
<property>
<name>latest</name>
<value>true</value>
</property>
</activation>
</profile>
<profile>
<id>recent</id>
<activation>
<property>
<name>recent</name>
<value>true</value>
</property>
</activation>
</profile>
</profiles>
<repositories>