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

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


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

commit 517ec813fe06088f7903a1e97c02b60f5f863f52
Author: Stefan Bodewig <[email protected]>
AuthorDate: Tue Aug 18 07:03:55 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 f07b094..29c4dcb 100644
--- a/cyclonedx.xml
+++ b/cyclonedx.xml
@@ -214,9 +214,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