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

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


The following commit(s) were added to refs/heads/master by this push:
     new 126bdd3  move sbomLink element to cyclonedx namespace
126bdd3 is described below

commit 126bdd30b9188448f0f92e19949da34873a4f70a
Author: Stefan Bodewig <[email protected]>
AuthorDate: Tue Aug 18 07:02:46 2026 +0200

    move sbomLink element to cyclonedx namespace
---
 cyclonedx.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cyclonedx.xml b/cyclonedx.xml
index 28f1394..f57161a 100644
--- a/cyclonedx.xml
+++ b/cyclonedx.xml
@@ -245,9 +245,9 @@ under the License.
         binsrc="bin"
         binarysource="Binary Distribution">
       <component>
-        <sbomLink>
+        <cdx:sbomLink xmlns:cdx="antlib:org.apache.ant.cyclonedx">
           <file file="${bin.dist.dir}/${artifact.stub}.cdx.json"/>
-        </sbomLink>
+        </cdx:sbomLink>
         <file file="${bin.dist.dir}/${artifact.stub}.jar"/>
       </component>
     </create-tarball-boms>

Reply via email to