Skip to content

Commit 4972636

Browse files
authored
chore: prep v1.6.1 (#535)
final change of milestone 1.6.1 -- see https://github.com/CycloneDX/specification/milestone/11 --------- Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 8ded79c commit 4972636

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

schema/bom-1.6.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
syntax = "proto3";
2-
package cyclonedx.v1_6;
2+
package cyclonedx.v1_6; // version 1.6.1
33
import "google/protobuf/timestamp.proto";
44

55
// Specifies attributes of the text

schema/bom-1.6.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"type": "string",
2626
"title": "CycloneDX Specification Version",
2727
"description": "The version of the CycloneDX specification the BOM conforms to.",
28-
"examples": ["1.6"]
28+
"examples": ["1.6.1"]
2929
},
3030
"serialNumber": {
3131
"type": "string",

schema/bom-1.6.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ limitations under the License.
2222
targetNamespace="http://cyclonedx.org/schema/bom/1.6"
2323
vc:minVersion="1.0"
2424
vc:maxVersion="1.1"
25-
version="1.6.0">
25+
version="1.6.1">
2626

2727
<xs:import namespace="http://cyclonedx.org/schema/spdx" schemaLocation="http://cyclonedx.org/schema/spdx"/>
2828

0 commit comments

Comments
 (0)