Skip to content

Commit

Permalink
chore: prep v1.6.1 (#535)
Browse files Browse the repository at this point in the history
final change of milestone 1.6.1 -- see
https://github.com/CycloneDX/specification/milestone/11

---------

Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
  • Loading branch information
jkowalleck authored Nov 7, 2024
1 parent 8ded79c commit 4972636
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion schema/bom-1.6.proto
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
syntax = "proto3";
package cyclonedx.v1_6;
package cyclonedx.v1_6; // version 1.6.1
import "google/protobuf/timestamp.proto";

// Specifies attributes of the text
Expand Down
2 changes: 1 addition & 1 deletion schema/bom-1.6.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"type": "string",
"title": "CycloneDX Specification Version",
"description": "The version of the CycloneDX specification the BOM conforms to.",
"examples": ["1.6"]
"examples": ["1.6.1"]
},
"serialNumber": {
"type": "string",
Expand Down
2 changes: 1 addition & 1 deletion schema/bom-1.6.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ limitations under the License.
targetNamespace="http://cyclonedx.org/schema/bom/1.6"
vc:minVersion="1.0"
vc:maxVersion="1.1"
version="1.6.0">
version="1.6.1">

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

Expand Down

0 comments on commit 4972636

Please sign in to comment.