Replaced modern profile with recent

Going forward, the primary file uploaded to Bukkit will probably be the smaller build made with the `recent` profile, supporting only the last 2 versions. The uberjar created by the `all` will be provided as an additional download. OpenInv v3.1.3-SNAPSHOT `all` uberjar currently is 276KB. The `recent` jar is only 81KB. It's getting silly, and will only continue to get worse.
This commit is contained in:
Jikoo
2017-05-26 05:48:26 -04:00
parent 6744e71127
commit 9a53e46dd3
3 changed files with 526 additions and 528 deletions

View File

@@ -51,10 +51,10 @@
</profile>
<profile>
<id>modern</id>
<id>recent</id>
<activation>
<property>
<name>modern</name>
<name>recent</name>
<value>true</value>
</property>
</activation>