This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a commit to branch cyclonedx
in repository https://gitbox.apache.org/repos/asf/ant.git
The following commit(s) were added to refs/heads/cyclonedx by this push:
new e72bf3ade remove BUILD_SYSTEM external reference from SBOMs
e72bf3ade is described below
commit e72bf3ade084f602d42eb5c3d02252aa1cd4e54b
Author: Stefan Bodewig <[email protected]>
AuthorDate: Sun Jul 19 10:39:23 2026 +0200
remove BUILD_SYSTEM external reference from SBOMs
---
build.xml | 3 ---
1 file changed, 3 deletions(-)
diff --git a/build.xml b/build.xml
index ac0bbe4d3..19c02cd88 100644
--- a/build.xml
+++ b/build.xml
@@ -2280,9 +2280,6 @@ ${antunit.reports}
<externalReference
type="LICENSE"
url="https://www.apache.org/licenses/LICENSE-2.0.txt"/>
- <externalReference
- type="BUILD_SYSTEM"
- url="https://ci-builds.apache.org/job/Ant/"/>
<externalReference
type="RELEASE_NOTES"
url="https://github.com/apache/ant/blob/master/WHATSNEW"/>