From 1f8b20f64aff0af8eba804d1d9469272df371f71 Mon Sep 17 00:00:00 2001 From: grasci <86058054+grasci-arm@users.noreply.github.com> Date: Thu, 16 May 2024 09:50:27 +0100 Subject: [PATCH] [projmgr] Update versions --- tools/projmgr/schemas/cbuild-gen-idx.schema.json | 4 ++-- tools/projmgr/schemas/cbuild-gen.schema.json | 4 ++-- tools/projmgr/schemas/cbuild-idx.schema.json | 4 ++-- tools/projmgr/schemas/cbuild-pack.schema.json | 4 ++-- tools/projmgr/schemas/cbuild-set.schema.json | 4 ++-- tools/projmgr/schemas/cbuild.schema.json | 4 ++-- tools/projmgr/schemas/cdefault.schema.json | 4 ++-- tools/projmgr/schemas/cgen.schema.json | 4 ++-- tools/projmgr/schemas/clayer.schema.json | 4 ++-- tools/projmgr/schemas/common.schema.json | 4 ++-- tools/projmgr/schemas/cproject.schema.json | 4 ++-- tools/projmgr/schemas/csolution.schema.json | 4 ++-- tools/projmgr/schemas/generator.schema.json | 4 ++-- 13 files changed, 26 insertions(+), 26 deletions(-) diff --git a/tools/projmgr/schemas/cbuild-gen-idx.schema.json b/tools/projmgr/schemas/cbuild-gen-idx.schema.json index 5846b7d78..00489e0cb 100644 --- a/tools/projmgr/schemas/cbuild-gen-idx.schema.json +++ b/tools/projmgr/schemas/cbuild-gen-idx.schema.json @@ -1,9 +1,9 @@ { "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.3.0/tools/projmgr/schemas/cbuild-gen-idx.schema.json", + "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.4.0/tools/projmgr/schemas/cbuild-gen-idx.schema.json", "title": "CMSIS cbuild-gen-idx", "description": "defines sibling contexts description for a generator call", - "version": "2.3.0", + "version": "2.4.0", "type": "object", "properties": { "build-gen-idx": { diff --git a/tools/projmgr/schemas/cbuild-gen.schema.json b/tools/projmgr/schemas/cbuild-gen.schema.json index 34abd3907..563ddd0ad 100644 --- a/tools/projmgr/schemas/cbuild-gen.schema.json +++ b/tools/projmgr/schemas/cbuild-gen.schema.json @@ -1,9 +1,9 @@ { "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.3.0/tools/projmgr/schemas/cbuild-gen.schema.json", + "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.4.0/tools/projmgr/schemas/cbuild-gen.schema.json", "title": "CMSIS cbuild-gen", "description": "defines an individual context description for a generator call", - "version": "2.3.0", + "version": "2.4.0", "type": "object", "properties": { "build-gen": { diff --git a/tools/projmgr/schemas/cbuild-idx.schema.json b/tools/projmgr/schemas/cbuild-idx.schema.json index a35c2142b..ef7479521 100644 --- a/tools/projmgr/schemas/cbuild-idx.schema.json +++ b/tools/projmgr/schemas/cbuild-idx.schema.json @@ -1,9 +1,9 @@ { "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.3.0/tools/projmgr/schemas/cbuild-idx.schema.json", + "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.4.0/tools/projmgr/schemas/cbuild-idx.schema.json", "title": "CMSIS cbuild-idx", "description": "defines a build description for a solution", - "version": "2.3.0", + "version": "2.4.0", "type": "object", "properties": { "build-idx": { diff --git a/tools/projmgr/schemas/cbuild-pack.schema.json b/tools/projmgr/schemas/cbuild-pack.schema.json index 161750024..66d406baf 100644 --- a/tools/projmgr/schemas/cbuild-pack.schema.json +++ b/tools/projmgr/schemas/cbuild-pack.schema.json @@ -1,9 +1,9 @@ { "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.3.0/tools/projmgr/schemas/cbuild-pack.schema.json", + "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.4.0/tools/projmgr/schemas/cbuild-pack.schema.json", "title": "CMSIS cbuild-pack", "description": "file containing all pack versions used, used for pack locking", - "version": "2.3.0", + "version": "2.4.0", "type": "object", "properties": { "cbuild-pack": { diff --git a/tools/projmgr/schemas/cbuild-set.schema.json b/tools/projmgr/schemas/cbuild-set.schema.json index c624b0f65..480afebc6 100644 --- a/tools/projmgr/schemas/cbuild-set.schema.json +++ b/tools/projmgr/schemas/cbuild-set.schema.json @@ -1,9 +1,9 @@ { "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.3.0/tools/projmgr/schemas/cbuild-set.schema.json", + "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.4.0/tools/projmgr/schemas/cbuild-set.schema.json", "title": "CMSIS cbuild-set", "description": "defines a selected set of build configuration", - "version": "2.3.0", + "version": "2.4.0", "type": "object", "properties": { "cbuild-set": { diff --git a/tools/projmgr/schemas/cbuild.schema.json b/tools/projmgr/schemas/cbuild.schema.json index b90678b10..fd21005e0 100644 --- a/tools/projmgr/schemas/cbuild.schema.json +++ b/tools/projmgr/schemas/cbuild.schema.json @@ -1,9 +1,9 @@ { "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.3.0/tools/projmgr/schemas/cbuild.schema.json", + "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.4.0/tools/projmgr/schemas/cbuild.schema.json", "title": "CMSIS cbuild", "description": "defines a build description for a project", - "version": "2.3.0", + "version": "2.4.0", "type": "object", "properties": { "build": { diff --git a/tools/projmgr/schemas/cdefault.schema.json b/tools/projmgr/schemas/cdefault.schema.json index 3af794ec8..2a084bac8 100644 --- a/tools/projmgr/schemas/cdefault.schema.json +++ b/tools/projmgr/schemas/cdefault.schema.json @@ -1,9 +1,9 @@ { "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.3.0/tools/projmgr/schemas/cdefault.schema.json", + "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.4.0/tools/projmgr/schemas/cdefault.schema.json", "title": "CMSIS cdefault", "description": "setup of a build environment with toolchain specific controls; defines a default compiler", - "version": "2.3.0", + "version": "2.4.0", "type": "object", "properties": { "default": { diff --git a/tools/projmgr/schemas/cgen.schema.json b/tools/projmgr/schemas/cgen.schema.json index 657e524ec..978fdb6a3 100644 --- a/tools/projmgr/schemas/cgen.schema.json +++ b/tools/projmgr/schemas/cgen.schema.json @@ -1,9 +1,9 @@ { "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.3.0/tools/projmgr/schemas/cgen.schema.json", + "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.4.0/tools/projmgr/schemas/cgen.schema.json", "title": "CMSIS cgen", "description": "set of source files and pre-configured components generated by external program", - "version": "2.3.0", + "version": "2.4.0", "type": "object", "properties": { "generator-import": { diff --git a/tools/projmgr/schemas/clayer.schema.json b/tools/projmgr/schemas/clayer.schema.json index d5c875319..c3958b10b 100644 --- a/tools/projmgr/schemas/clayer.schema.json +++ b/tools/projmgr/schemas/clayer.schema.json @@ -1,9 +1,9 @@ { "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.3.0/tools/projmgr/schemas/clayer.schema.json", + "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.4.0/tools/projmgr/schemas/clayer.schema.json", "title": "CMSIS clayer", "description": "set of source files and pre-configured components for reuse in different applications", - "version": "2.3.0", + "version": "2.4.0", "type": "object", "properties": { "layer": { diff --git a/tools/projmgr/schemas/common.schema.json b/tools/projmgr/schemas/common.schema.json index d7c66f9a4..babe248ac 100644 --- a/tools/projmgr/schemas/common.schema.json +++ b/tools/projmgr/schemas/common.schema.json @@ -1,9 +1,9 @@ { "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.3.0/tools/projmgr/schemas/common.schema.json", + "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.4.0/tools/projmgr/schemas/common.schema.json", "title": "CMSIS common", "description": "common and reusable properties from other schemas", - "version": "2.3.0", + "version": "2.4.0", "definitions": { "ArrayOfStrings": { "type": "array", diff --git a/tools/projmgr/schemas/cproject.schema.json b/tools/projmgr/schemas/cproject.schema.json index 9a1dd5564..133c26a7b 100644 --- a/tools/projmgr/schemas/cproject.schema.json +++ b/tools/projmgr/schemas/cproject.schema.json @@ -1,9 +1,9 @@ { "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.3.0/tools/projmgr/schemas/cproject.schema.json", + "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.4.0/tools/projmgr/schemas/cproject.schema.json", "title": "CMSIS cproject", "description": "source files and pre-configured components of a sub-project that builds independently", - "version": "2.3.0", + "version": "2.4.0", "type": "object", "properties": { "project": { diff --git a/tools/projmgr/schemas/csolution.schema.json b/tools/projmgr/schemas/csolution.schema.json index 5e96bb5bc..e63dea7d1 100644 --- a/tools/projmgr/schemas/csolution.schema.json +++ b/tools/projmgr/schemas/csolution.schema.json @@ -1,9 +1,9 @@ { "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.3.0/tools/projmgr/schemas/csolution.schema.json", + "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.4.0/tools/projmgr/schemas/csolution.schema.json", "title": "CMSIS csolution", "description": "complete scope of an application composed of sub-projects; defines a target and build types", - "version": "2.3.0", + "version": "2.4.0", "type": "object", "properties": { "solution": { diff --git a/tools/projmgr/schemas/generator.schema.json b/tools/projmgr/schemas/generator.schema.json index 479dcdff1..e28e41e03 100644 --- a/tools/projmgr/schemas/generator.schema.json +++ b/tools/projmgr/schemas/generator.schema.json @@ -1,9 +1,9 @@ { "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.3.0/tools/projmgr/schemas/generator.schema.json", + "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.4.0/tools/projmgr/schemas/generator.schema.json", "title": "CMSIS generator registry", "description": "defines global generator registry", - "version": "2.3.0", + "version": "2.4.0", "type": "object", "properties": { "generator": {