mirror of
https://github.com/packwiz/packwiz.git
synced 2026-02-19 19:00:37 +01:00
* Put modloader version data in struct for legibility * Create modloader map from list This is a minor change, but it prevents any errors with the keys not being equal to the modloader's Name field * Less anonymous functions in modloader version retrieval With previous code, almost everything was lazy and returned a function. Changed this to only have anonymous function in the modloader definitions, and the rest of the functions all just execute their results immediately instead or returning a function. Makes for a bit more legible code. * Simplify FetchMavenVersionFiltered * Rewrite version retrieval * Use Errorf in versionutil * Remove httpclient parameter turned out not to be needed * Add testing for version retrieval * Explain fetchMavenWithFilterMap
24 lines
738 B
XML
24 lines
738 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<metadata>
|
|
<groupId>com.mumfrey</groupId>
|
|
<artifactId>liteloader</artifactId>
|
|
<versioning>
|
|
<latest>1.9.4-SNAPSHOT</latest>
|
|
<release></release>
|
|
<versions>
|
|
<version>1.8.9-SNAPSHOT</version>
|
|
<version>1.9-SNAPSHOT</version>
|
|
<version>1.9.4-SNAPSHOT</version>
|
|
<version>1.8-SNAPSHOT</version>
|
|
<version>1.10-SNAPSHOT</version>
|
|
<version>1.10.2-SNAPSHOT</version>
|
|
<version>1.11-SNAPSHOT</version>
|
|
<version>1.11.2-SNAPSHOT</version>
|
|
<version>1.12-SNAPSHOT</version>
|
|
<version>1.12.1-SNAPSHOT</version>
|
|
<version>1.12.2-SNAPSHOT</version>
|
|
</versions>
|
|
<lastUpdated>20171128144432</lastUpdated>
|
|
</versioning>
|
|
</metadata>
|