Improved latest.json

This commit is contained in:
Jeroen Ketelaar
2015-09-14 12:59:59 +02:00
parent 588de72fd9
commit 0563623705
+10 -22
View File
@@ -1,27 +1,15 @@
{ {
"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.",
"dependencies":{ "dependencies":{
"317-api-minified":[ "317-api-minified":{
{ "groupId":"org.parabot",
"groupId":"org.parabot" "artifactId":"317-api-minified",
}, "version":"1.1"
{ },
"artifactId":"317-api-minified" "client":{
}, "groupId":"org.parabot",
{ "artifactId":"client",
"version":"1.1" "version":"2.2"
} }
],
"client":[
{
"groupId":"org.parabot"
},
{
"artifactId":"client"
},
{
"version":"2.2"
}
]
} }
} }