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 c7b12f4  Revert "move sbomLink element to cyclonedx namespace"
c7b12f4 is described below

commit c7b12f4d4ff596a3506416e4a4f32c4ee5de92b5
Author: Stefan Bodewig <[email protected]>
AuthorDate: Tue Aug 18 09:03:45 2026 +0200

    Revert "move sbomLink element to cyclonedx namespace"
    
    This reverts commit 517ec813fe06088f7903a1e97c02b60f5f863f52.
---
 cyclonedx.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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

Reply via email to