From 05636237058aab0bf2512d51155e869dd8dea27b Mon Sep 17 00:00:00 2001 From: Jeroen Ketelaar Date: Mon, 14 Sep 2015 12:59:59 +0200 Subject: [PATCH] Improved latest.json --- latest.json | 32 ++++++++++---------------------- 1 file changed, 10 insertions(+), 22 deletions(-) diff --git a/latest.json b/latest.json index 6b93ce6..bc92e15 100644 --- a/latest.json +++ b/latest.json @@ -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.", "dependencies":{ - "317-api-minified":[ - { - "groupId":"org.parabot" - }, - { - "artifactId":"317-api-minified" - }, - { - "version":"1.1" - } - ], - "client":[ - { - "groupId":"org.parabot" - }, - { - "artifactId":"client" - }, - { - "version":"2.2" - } - ] + "317-api-minified":{ + "groupId":"org.parabot", + "artifactId":"317-api-minified", + "version":"1.1" + }, + "client":{ + "groupId":"org.parabot", + "artifactId":"client", + "version":"2.2" + } } }