Skip to content

Commit f4959a1

Browse files
authored
[projmgr] Update versions
1 parent db0f029 commit f4959a1

14 files changed

+28
-28
lines changed

tools/projmgr/schemas/cbuild-gen-idx.schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"$comment": "For documentation refer to https://open-cmsis-pack.github.io/cmsis-toolbox/YML-CBuild-Format/#file-structure-of-cbuild-gen-idxyml",
33
"$schema": "http://json-schema.org/draft-07/schema#",
4-
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.10.0/tools/projmgr/schemas/cbuild-gen-idx.schema.json",
4+
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.11.0/tools/projmgr/schemas/cbuild-gen-idx.schema.json",
55
"title": "CMSIS cbuild-gen-idx",
66
"description": "defines sibling contexts description for a generator call",
7-
"version": "2.10.0",
7+
"version": "2.11.0",
88
"type": "object",
99
"properties": {
1010
"build-gen-idx": {

tools/projmgr/schemas/cbuild-gen.schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema#",
3-
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.10.0/tools/projmgr/schemas/cbuild-gen.schema.json",
3+
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.11.0/tools/projmgr/schemas/cbuild-gen.schema.json",
44
"title": "CMSIS cbuild-gen",
55
"description": "defines an individual context description for a generator call",
6-
"version": "2.10.0",
6+
"version": "2.11.0",
77
"type": "object",
88
"properties": {
99
"build-gen": {

tools/projmgr/schemas/cbuild-idx.schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"$comment": "For documentation refer to https://open-cmsis-pack.github.io/cmsis-toolbox/YML-CBuild-Format/#cbuild-idxyml",
33
"$schema": "http://json-schema.org/draft-07/schema#",
4-
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.10.0/tools/projmgr/schemas/cbuild-idx.schema.json",
4+
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.11.0/tools/projmgr/schemas/cbuild-idx.schema.json",
55
"title": "CMSIS cbuild-idx",
66
"description": "defines a build description for a solution",
7-
"version": "2.10.0",
7+
"version": "2.11.0",
88
"type": "object",
99
"properties": {
1010
"build-idx": {

tools/projmgr/schemas/cbuild-pack.schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"$comment": "For documentation refer to https://open-cmsis-pack.github.io/cmsis-toolbox/YML-CBuild-Format/#cbuild-packyml",
33
"$schema": "http://json-schema.org/draft-07/schema#",
4-
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.10.0/tools/projmgr/schemas/cbuild-pack.schema.json",
4+
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.11.0/tools/projmgr/schemas/cbuild-pack.schema.json",
55
"title": "CMSIS cbuild-pack",
66
"description": "file containing all pack versions used, used for pack locking",
7-
"version": "2.10.0",
7+
"version": "2.11.0",
88
"type": "object",
99
"properties": {
1010
"cbuild-pack": {

tools/projmgr/schemas/cbuild-run.schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema#",
3-
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.10.0/tools/projmgr/schemas/cbuild-run.schema.json",
3+
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.11.0/tools/projmgr/schemas/cbuild-run.schema.json",
44
"title": "CMSIS cbuild-run",
55
"description": "contains run and debug information for a target",
6-
"version": "2.10.0",
6+
"version": "2.11.0",
77
"type": "object",
88
"properties": {
99
"cbuild-run": {

tools/projmgr/schemas/cbuild-set.schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"$comment": "For documentation refer to https://open-cmsis-pack.github.io/cmsis-toolbox/YML-CBuild-Format/#cbuild-setyml",
33
"$schema": "http://json-schema.org/draft-07/schema#",
4-
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.10.0/tools/projmgr/schemas/cbuild-set.schema.json",
4+
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.11.0/tools/projmgr/schemas/cbuild-set.schema.json",
55
"title": "CMSIS cbuild-set",
66
"description": "defines a selected set of build configuration",
7-
"version": "2.10.0",
7+
"version": "2.11.0",
88
"type": "object",
99
"properties": {
1010
"cbuild-set": {

tools/projmgr/schemas/cbuild.schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"$comment": "For documentation refer to https://open-cmsis-pack.github.io/cmsis-toolbox/YML-CBuild-Format/#cbuildyml",
33
"$schema": "http://json-schema.org/draft-07/schema#",
4-
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.10.0/tools/projmgr/schemas/cbuild.schema.json",
4+
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.11.0/tools/projmgr/schemas/cbuild.schema.json",
55
"title": "CMSIS cbuild",
66
"description": "defines a build description for a project",
7-
"version": "2.10.0",
7+
"version": "2.11.0",
88
"type": "object",
99
"properties": {
1010
"build": {

tools/projmgr/schemas/cdefault.schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"$comment": "For documentation refer to https://open-cmsis-pack.github.io/cmsis-toolbox/YML-Input-Format/#cdefault",
33
"$schema": "http://json-schema.org/draft-07/schema#",
4-
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.10.0/tools/projmgr/schemas/cdefault.schema.json",
4+
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.11.0/tools/projmgr/schemas/cdefault.schema.json",
55
"title": "CMSIS cdefault",
66
"description": "Default setup of a build environment with toolchain specific controls.",
7-
"version": "2.10.0",
7+
"version": "2.11.0",
88
"type": "object",
99
"properties": {
1010
"default": {

tools/projmgr/schemas/cgen.schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"$comment": "For documentation refer to https://open-cmsis-pack.github.io/cmsis-toolbox/YML-CBuild-Format/#file-structure-of-cgenyml",
33
"$schema": "http://json-schema.org/draft-07/schema#",
4-
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.10.0/tools/projmgr/schemas/cgen.schema.json",
4+
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.11.0/tools/projmgr/schemas/cgen.schema.json",
55
"title": "CMSIS cgen",
66
"description": "set of source files and pre-configured components generated by external program",
7-
"version": "2.10.0",
7+
"version": "2.11.0",
88
"type": "object",
99
"properties": {
1010
"generator-import": {

tools/projmgr/schemas/clayer.schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"$comment": "For documentation refer to https://open-cmsis-pack.github.io/cmsis-toolbox/YML-Input-Format/#layer",
33
"$schema": "http://json-schema.org/draft-07/schema#",
4-
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.10.0/tools/projmgr/schemas/clayer.schema.json",
4+
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.11.0/tools/projmgr/schemas/clayer.schema.json",
55
"title": "CMSIS Layer",
66
"description": "Set of source files and pre-configured components for reuse in different applications.",
7-
"version": "2.10.0",
7+
"version": "2.11.0",
88
"type": "object",
99
"properties": {
1010
"layer": {

0 commit comments

Comments
 (0)