Improved latest.json

This commit is contained in:
Jeroen Ketelaar
2015-09-14 12:42:40 +02:00
parent 810751c4c7
commit f6f9d5c16f
+11 -3
View File
@@ -1,11 +1,19 @@
{ {
"explanation":"This JSON file is used for version management, so that we can simply download the latest version. This should be kept up to date too.", "explanation":"This JSON file is used for version management, so that we can simply download the latest version. This should be kept up to date too.",
"versions":[ "dependencies":[
{ {
"317-api-minified":"1.1" "317-api-minified":[
{"groupId": "org.parabot"},
{"artifactId": "317-api-minified"},
{"version": "1.1"}
]
}, },
{ {
"client":"2.2" "client":[
{"groupId": "org.parabot"},
{"artifactId": "client},
{"version": "2.2"}
]
} }
] ]
} }