Skip to content

Commit 18629cc

Browse files
Correcting maintenance version number
1 parent 810e52d commit 18629cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/resources/bom-1.2-strict.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema#",
3-
"$id": "http://cyclonedx.org/schema/bom-1.2a.schema.json",
3+
"$id": "http://cyclonedx.org/schema/bom-1.2b.schema.json",
44
"type": "object",
55
"title": "CycloneDX Software Bill-of-Material Specification",
66
"$comment" : "CycloneDX JSON schema is published under the terms of the Apache License 2.0.",

src/main/resources/bom-1.2.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema#",
3-
"$id": "http://cyclonedx.org/schema/bom-1.2a.schema.json",
3+
"$id": "http://cyclonedx.org/schema/bom-1.2b.schema.json",
44
"type": "object",
55
"title": "CycloneDX Software Bill-of-Material Specification",
66
"$comment" : "CycloneDX JSON schema is published under the terms of the Apache License 2.0.",

0 commit comments

Comments
 (0)