Skip to content

Commit 515cffb

Browse files
[projmgr] Update versions
1 parent b583731 commit 515cffb

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,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.6.0/tools/projmgr/schemas/cbuild-gen-idx.schema.json",
3+
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.7.0/tools/projmgr/schemas/cbuild-gen-idx.schema.json",
44
"title": "CMSIS cbuild-gen-idx",
55
"description": "defines sibling contexts description for a generator call",
6-
"version": "2.6.0",
6+
"version": "2.7.0",
77
"type": "object",
88
"properties": {
99
"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.6.0/tools/projmgr/schemas/cbuild-gen.schema.json",
3+
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.7.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.6.0",
6+
"version": "2.7.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,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.6.0/tools/projmgr/schemas/cbuild-idx.schema.json",
3+
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.7.0/tools/projmgr/schemas/cbuild-idx.schema.json",
44
"title": "CMSIS cbuild-idx",
55
"description": "defines a build description for a solution",
6-
"version": "2.6.0",
6+
"version": "2.7.0",
77
"type": "object",
88
"properties": {
99
"build-idx": {

tools/projmgr/schemas/cbuild-pack.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.6.0/tools/projmgr/schemas/cbuild-pack.schema.json",
3+
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.7.0/tools/projmgr/schemas/cbuild-pack.schema.json",
44
"title": "CMSIS cbuild-pack",
55
"description": "file containing all pack versions used, used for pack locking",
6-
"version": "2.6.0",
6+
"version": "2.7.0",
77
"type": "object",
88
"properties": {
99
"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.6.0/tools/projmgr/schemas/cbuild-run.schema.json",
3+
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.7.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.6.0",
6+
"version": "2.7.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,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.6.0/tools/projmgr/schemas/cbuild-set.schema.json",
3+
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.7.0/tools/projmgr/schemas/cbuild-set.schema.json",
44
"title": "CMSIS cbuild-set",
55
"description": "defines a selected set of build configuration",
6-
"version": "2.6.0",
6+
"version": "2.7.0",
77
"type": "object",
88
"properties": {
99
"cbuild-set": {

tools/projmgr/schemas/cbuild.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.6.0/tools/projmgr/schemas/cbuild.schema.json",
3+
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.7.0/tools/projmgr/schemas/cbuild.schema.json",
44
"title": "CMSIS cbuild",
55
"description": "defines a build description for a project",
6-
"version": "2.6.0",
6+
"version": "2.7.0",
77
"type": "object",
88
"properties": {
99
"build": {

tools/projmgr/schemas/cdefault.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.6.0/tools/projmgr/schemas/cdefault.schema.json",
3+
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.7.0/tools/projmgr/schemas/cdefault.schema.json",
44
"title": "CMSIS cdefault",
55
"description": "setup of a build environment with toolchain specific controls; defines a default compiler",
6-
"version": "2.6.0",
6+
"version": "2.7.0",
77
"type": "object",
88
"properties": {
99
"default": {

tools/projmgr/schemas/cgen.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.6.0/tools/projmgr/schemas/cgen.schema.json",
3+
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.7.0/tools/projmgr/schemas/cgen.schema.json",
44
"title": "CMSIS cgen",
55
"description": "set of source files and pre-configured components generated by external program",
6-
"version": "2.6.0",
6+
"version": "2.7.0",
77
"type": "object",
88
"properties": {
99
"generator-import": {

tools/projmgr/schemas/clayer.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.6.0/tools/projmgr/schemas/clayer.schema.json",
3+
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.7.0/tools/projmgr/schemas/clayer.schema.json",
44
"title": "CMSIS clayer",
55
"description": "set of source files and pre-configured components for reuse in different applications",
6-
"version": "2.6.0",
6+
"version": "2.7.0",
77
"type": "object",
88
"properties": {
99
"layer": {

0 commit comments

Comments
 (0)