Skip to content

Commit ec93b51

Browse files
committed
chore: bump schema versions for upcoming changes
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
1 parent c320fc0 commit ec93b51

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

schema/bom-1.5.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_5;
2+
package cyclonedx.v1_5; // 1.5.1
33
import "google/protobuf/timestamp.proto";
44

55
// Specifies attributes of the text

schema/bom-1.5.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.5"
2323
vc:minVersion="1.0"
2424
vc:maxVersion="1.1"
25-
version="1.5.0">
25+
version="1.5.1">
2626

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

0 commit comments

Comments
 (0)