Skip to content

Commit

Permalink
feat: Bump XML schemas to latest fix version for 1.2-1.4 - see:
Browse files Browse the repository at this point in the history
CycloneDX/specification#122

Signed-off-by: Paul Horton <phorton@sonatype.com>
  • Loading branch information
madpah committed Apr 11, 2022
1 parent bd6a088 commit bd2e756
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions cyclonedx/schema/bom-1.2.xsd
Expand Up @@ -22,7 +22,7 @@ limitations under the License.
targetNamespace="http://cyclonedx.org/schema/bom/1.2"
vc:minVersion="1.0"
vc:maxVersion="1.1"
version="1.2">
version="1.2.1">

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

Expand Down Expand Up @@ -593,7 +593,7 @@ limitations under the License.

<xs:simpleType name="mimeType">
<xs:restriction base="xs:token">
<xs:pattern value="^[-+a-z0-9.]+/[-+a-z0-9.]+$"/>
<xs:pattern value="[-+a-z0-9.]+/[-+a-z0-9.]+"/>
</xs:restriction>
</xs:simpleType>

Expand Down Expand Up @@ -1415,4 +1415,4 @@ limitations under the License.
<xs:field xpath="@bom-ref"/>
</xs:unique>
</xs:element>
</xs:schema>
</xs:schema>
6 changes: 3 additions & 3 deletions cyclonedx/schema/bom-1.3.xsd
Expand Up @@ -22,7 +22,7 @@ limitations under the License.
targetNamespace="http://cyclonedx.org/schema/bom/1.3"
vc:minVersion="1.0"
vc:maxVersion="1.1"
version="1.3">
version="1.3.1">

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

Expand Down Expand Up @@ -598,7 +598,7 @@ limitations under the License.

<xs:simpleType name="mimeType">
<xs:restriction base="xs:token">
<xs:pattern value="^[-+a-z0-9.]+/[-+a-z0-9.]+$"/>
<xs:pattern value="[-+a-z0-9.]+/[-+a-z0-9.]+"/>
</xs:restriction>
</xs:simpleType>

Expand Down Expand Up @@ -1628,4 +1628,4 @@ limitations under the License.
<xs:field xpath="@bom-ref"/>
</xs:unique>
</xs:element>
</xs:schema>
</xs:schema>
4 changes: 2 additions & 2 deletions cyclonedx/schema/bom-1.4.xsd
Expand Up @@ -22,7 +22,7 @@ limitations under the License.
targetNamespace="http://cyclonedx.org/schema/bom/1.4"
vc:minVersion="1.0"
vc:maxVersion="1.1"
version="1.4">
version="1.4.1">

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

Expand Down Expand Up @@ -620,7 +620,7 @@ limitations under the License.

<xs:simpleType name="mimeType">
<xs:restriction base="xs:token">
<xs:pattern value="^[-+a-z0-9.]+/[-+a-z0-9.]+$"/>
<xs:pattern value="[-+a-z0-9.]+/[-+a-z0-9.]+"/>
</xs:restriction>
</xs:simpleType>

Expand Down

0 comments on commit bd2e756

Please sign in to comment.