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 8d87462 Revert "move sbomLink element to cyclonedx namespace"
8d87462 is described below
commit 8d874626d185676b7fd69a3a1d419455579f5499
Author: Stefan Bodewig <[email protected]>
AuthorDate: Tue Aug 18 09:03:13 2026 +0200
Revert "move sbomLink element to cyclonedx namespace"
This reverts commit 126bdd30b9188448f0f92e19949da34873a4f70a.
---
cyclonedx.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/cyclonedx.xml b/cyclonedx.xml
index f57161a..28f1394 100644
--- a/cyclonedx.xml
+++ b/cyclonedx.xml
@@ -245,9 +245,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>