From f6f9d5c16faacc4d3b2a73f6063ed4e805fc410f Mon Sep 17 00:00:00 2001 From: Jeroen Ketelaar Date: Mon, 14 Sep 2015 12:42:40 +0200 Subject: [PATCH] Improved latest.json --- latest.json | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/latest.json b/latest.json index b498cfc..3e11c5c 100644 --- a/latest.json +++ b/latest.json @@ -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.", - "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"} + ] } ] }