This is an automated email from the ASF dual-hosted git repository.

asf-gitbox-commits pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ant-antlibs-cyclonedx.git

commit c2a45a4762b02f4d8ebb297a58584ca348690a35
Author: Stefan Bodewig <[email protected]>
AuthorDate: Fri May 29 14:09:03 2026 +0200

    last update was incomplete
---
 docs/component.html    | 4 ++--
 docs/componentbom.html | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/component.html b/docs/component.html
index 12b5127..1116d02 100644
--- a/docs/component.html
+++ b/docs/component.html
@@ -163,12 +163,12 @@ <h4 id="sbomLink">sbomLink</h4>
       <li><code>type</code>, <code>name</code>, <code>group</code>, 
<code>version</code>,
         <code>purl</code>, <code>bomRef</code>, <code>scope</code>,
         <code>decription</code>, <code>publisher</code>, <code>copright</code>,
-        <code>mimeType</code> and <code>manufacturer</code> are taken
+        <code>mimeType</code> and <code>supplier</code> are taken
         from the SBOM's metadata component unless they are explicitly
         specified on the component element itself.</li>
       <li><code>manufacturer</code> is taken from the SBOM's metadata
         component unless it is explicitly specified on the component
-        element itself or <code>manufacturerissupplier</code>
+        element itself or <code>supplierismanufacturer</code>
         is <code>true</code>.</li>
       <li>Tags are merged wiht those of the SBOM's metadata
         component.</li>
diff --git a/docs/componentbom.html b/docs/componentbom.html
index a292e38..02e63b7 100644
--- a/docs/componentbom.html
+++ b/docs/componentbom.html
@@ -181,7 +181,7 @@ <h3>Examples</h3>
           description="Apache CycloneDX Antlib Source Distribution"
           publisher="The Apache Software Foundation"
           type="FILE"
-          manufacturerIsSupplier="true">
+          supplierIsManufacturer="true">
         &lt;manufacturer refid="ant-team"/>
         &lt;license refid="apache-2"/>
         &lt;externalReferenceSet refid="antlib-ext-refs"/>

Reply via email to