diff --git a/GLD_ejson-sample.json b/GLD_ejson-sample.json index bc7bd0d..5426e27 100644 --- a/GLD_ejson-sample.json +++ b/GLD_ejson-sample.json @@ -4,10 +4,10 @@ "group-id":"com.atria-soft", "description":"e-json sample", "license":"MPL-2", - "license-file":"file://../../LICENCE.txt", - "maintainer":"file://../../authors.txt", - "author":"file://../../authors.txt", - "version":"file://../../version.txt", + "license-file":"file://LICENSE", + "maintainer":"file://authors.txt", + "author":"file://authors.txt", + "version":"file://version.txt", "code-quality":"MEDIUM", "source": [ diff --git a/GLD_ejson-test.json b/GLD_ejson-test.json index 36fffa4..24adff7 100644 --- a/GLD_ejson-test.json +++ b/GLD_ejson-test.json @@ -4,10 +4,10 @@ "group-id":"com.atria-soft", "description":"e-json test application", "license":"MPL-2", - "license-file":"file://../../LICENCE.txt", - "maintainer":"file://../../authors.txt", - "author":"file://../../authors.txt", - "version":"file://../../version.txt", + "license-file":"file://LICENSE", + "maintainer":"file://authors.txt", + "author":"file://authors.txt", + "version":"file://version.txt", "code-quality":"MEDIUM", "source": [ diff --git a/GLD_ejson.json b/GLD_ejson.json index c1487ee..4659770 100644 --- a/GLD_ejson.json +++ b/GLD_ejson.json @@ -3,7 +3,7 @@ "group-id":"com.atria-soft", "description":"Json parser and generator", "license":"MPL-2", - "license-file":"file://LICENCE.txt", + "license-file":"file://LICENSE", "maintainer":"file://authors.txt", "author":"file://authors.txt", "version":"file://version.txt", @@ -57,8 +57,7 @@ "." ], "compilation-version": { - "language": "c++", - "version": 2017 + "c++": 2017 }, "dependency": [ "elog",