diff --git a/template.json b/template.json index abd7e00..881ddfa 100644 --- a/template.json +++ b/template.json @@ -1,11 +1,11 @@ { "templateId": "dpia-template", "organizationId": "dsw.biohackathon", - "version": "0.4.0", + "version": "0.5.0", "name": "DPIA Template", "description": "A lightweight DPIA template", "license": "Apache-2.0", - "metamodelVersion": 6, + "metamodelVersion": 9, "recommendedPackageId": "dsw.biohackathon:dpia:0.0.1", "allowedPackages": [ { @@ -19,6 +19,12 @@ "kmId": "data-protection-impact-assessment", "minVersion": "0.0.3", "maxVersion": null + }, + { + "orgId": "dsw.biohackathon", + "kmId": "dsw-data-protection-impact-assessment", + "minVersion": "0.0.3", + "maxVersion": null } ], "formats": [ @@ -161,4 +167,4 @@ "src/*" ] } -} \ No newline at end of file +}