From 9d96bca3f096fdf43614a86f0f7d3d0af71350f4 Mon Sep 17 00:00:00 2001 From: grasci <86058054+grasci-arm@users.noreply.github.com> Date: Mon, 16 Sep 2024 09:50:18 +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 f88ad2c6b..4f4761440 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.5.0/tools/projmgr/schemas/cbuild-gen-idx.schema.json", + "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.6.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.5.0", + "version": "2.6.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 7ab94f779..8d79e569d 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.5.0/tools/projmgr/schemas/cbuild-gen.schema.json", + "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.6.0/tools/projmgr/schemas/cbuild-gen.schema.json", "title": "CMSIS cbuild-gen", "description": "defines an individual context description for a generator call", - "version": "2.5.0", + "version": "2.6.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 870df9794..a13b4e30f 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.5.0/tools/projmgr/schemas/cbuild-idx.schema.json", + "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.6.0/tools/projmgr/schemas/cbuild-idx.schema.json", "title": "CMSIS cbuild-idx", "description": "defines a build description for a solution", - "version": "2.5.0", + "version": "2.6.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 afe2a60f0..ca1677394 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.5.0/tools/projmgr/schemas/cbuild-pack.schema.json", + "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.6.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.5.0", + "version": "2.6.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 3b2af3edb..00bdcba73 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.5.0/tools/projmgr/schemas/cbuild-set.schema.json", + "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.6.0/tools/projmgr/schemas/cbuild-set.schema.json", "title": "CMSIS cbuild-set", "description": "defines a selected set of build configuration", - "version": "2.5.0", + "version": "2.6.0", "type": "object", "properties": { "cbuild-set": { diff --git a/tools/projmgr/schemas/cbuild.schema.json b/tools/projmgr/schemas/cbuild.schema.json index 737cb66c9..74f3b1000 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.5.0/tools/projmgr/schemas/cbuild.schema.json", + "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.6.0/tools/projmgr/schemas/cbuild.schema.json", "title": "CMSIS cbuild", "description": "defines a build description for a project", - "version": "2.5.0", + "version": "2.6.0", "type": "object", "properties": { "build": { diff --git a/tools/projmgr/schemas/cdefault.schema.json b/tools/projmgr/schemas/cdefault.schema.json index 0c26e6a6e..3b7aca8c7 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.5.0/tools/projmgr/schemas/cdefault.schema.json", + "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.6.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.5.0", + "version": "2.6.0", "type": "object", "properties": { "default": { diff --git a/tools/projmgr/schemas/cgen.schema.json b/tools/projmgr/schemas/cgen.schema.json index fdc3ef6fa..21481d452 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.5.0/tools/projmgr/schemas/cgen.schema.json", + "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.6.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.5.0", + "version": "2.6.0", "type": "object", "properties": { "generator-import": { diff --git a/tools/projmgr/schemas/clayer.schema.json b/tools/projmgr/schemas/clayer.schema.json index c5432d2ec..efeec1809 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.5.0/tools/projmgr/schemas/clayer.schema.json", + "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.6.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.5.0", + "version": "2.6.0", "type": "object", "properties": { "layer": { diff --git a/tools/projmgr/schemas/common.schema.json b/tools/projmgr/schemas/common.schema.json index 952314692..85fec102e 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.5.0/tools/projmgr/schemas/common.schema.json", + "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.6.0/tools/projmgr/schemas/common.schema.json", "title": "CMSIS common", "description": "common and reusable properties from other schemas", - "version": "2.5.0", + "version": "2.6.0", "definitions": { "ArrayOfStrings": { "type": "array", diff --git a/tools/projmgr/schemas/cproject.schema.json b/tools/projmgr/schemas/cproject.schema.json index c2736af0b..a9acb7b9d 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.5.0/tools/projmgr/schemas/cproject.schema.json", + "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.6.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.5.0", + "version": "2.6.0", "type": "object", "properties": { "project": { diff --git a/tools/projmgr/schemas/csolution.schema.json b/tools/projmgr/schemas/csolution.schema.json index 2aaf45fcc..78fa4ad19 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.5.0/tools/projmgr/schemas/csolution.schema.json", + "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.6.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.5.0", + "version": "2.6.0", "type": "object", "properties": { "solution": { diff --git a/tools/projmgr/schemas/generator.schema.json b/tools/projmgr/schemas/generator.schema.json index 8253b1fdd..0b737def6 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.5.0/tools/projmgr/schemas/generator.schema.json", + "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.6.0/tools/projmgr/schemas/generator.schema.json", "title": "CMSIS generator registry", "description": "defines global generator registry", - "version": "2.5.0", + "version": "2.6.0", "type": "object", "properties": { "generator": {