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-ivy.git


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

commit 77249ff373e219d7a7ef7f74c62961a7ae7ad0fa
Author: Stefan Bodewig <[email protected]>
AuthorDate: Tue Aug 18 07:05:15 2026 +0200

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

diff --git a/build-release.xml b/build-release.xml
index f2f39f6b..4dc27b8b 100644
--- a/build-release.xml
+++ b/build-release.xml
@@ -1019,22 +1019,23 @@
 
   <target name="bin-tarball-sboms"
           depends="snapshot-bin,prepare-distribution-sboms"
+          xmlns:cdx="antlib:org.apache.ant.cyclonedx"
           if="jdk9+">
     <create-tarball-boms binsrc="bin"
                          binarysource="Binary Distribution">
       <component>
-        <sbomLink>
+        <cdx:sbomLink>
           <file 
file="${artifacts.build.dir}/jars/ivy-${build.version}.cdx.json"/>
-        </sbomLink>
+        </cdx:sbomLink>
         <file file="${artifacts.build.dir}/jars/${final.name}"/>
       </component>
     </create-tarball-boms>
     <create-tarball-boms binsrc="bin-with-deps"
                          binarysource="Binary Distribution with Dependencies">
       <component>
-        <sbomLink>
+        <cdx:sbomLink>
           <file 
file="${artifacts.build.dir}/jars/ivy-${build.version}.cdx.json"/>
-        </sbomLink>
+        </cdx:sbomLink>
         <file file="${artifacts.build.dir}/jars/${final.name}"/>
       </component>
     </create-tarball-boms>

Reply via email to