This is an automated email from the ASF dual-hosted git repository. asf-gitbox-commits pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/ant-antlibs-cyclonedx.git
commit 59936ed9fcff2812f323fd6ce6d2a7257d2ac75b Author: Stefan Bodewig <[email protected]> AuthorDate: Thu Jun 4 14:18:11 2026 +0200 more external references --- build.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/build.xml b/build.xml index 1619060..0a5cead 100644 --- a/build.xml +++ b/build.xml @@ -77,6 +77,9 @@ under the License. <externalReference type="WEBSITE" url="https://ant.apache.org/antlibs/cyclonedx/"/> + <externalReference + type="DOCUMENTATION" + url="https://ant.apache.org/antlibs/cyclonedx/manual/"/> <externalReference type="DISTRIBUTION" url="https://ant.apache.org/antlibs/bindownload.cgi"/> @@ -99,12 +102,21 @@ under the License. <externalReference type="WEBSITE" url="https://ant.apache.org/"/> + <externalReference + type="ADVISORIES" + url="https://ant.apache.org/security.html#Apache%20Ant%20Security%20Vulnerabilities"/> + <externalReference + type="DOCUMENTATION" + url="https://ant.apache.org/manual/"/> <externalReference type="DISTRIBUTION" url="https://ant.apache.org/bindownload.cgi"/> <externalReference type="SOURCE_DISTRIBUTION" url="https://ant.apache.org/srcdownload.cgi"/> + <externalReference + type="RELEASE_NOTES" + url="https://github.com/apache/ant/blob/master/WHATSNEW"/> </cdx:externalreferenceset> </target>
