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


The following commit(s) were added to refs/heads/main by this push:
     new b6f81af  also add documentation link to tool-meta
b6f81af is described below

commit b6f81afd5906ea765b9cd9df8ff89124a645a50d
Author: Stefan Bodewig <[email protected]>
AuthorDate: Fri Jun 5 09:54:56 2026 +0200

    also add documentation link to tool-meta
---
 src/main/org/apache/ant/cyclonedx/ToolData.java | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/main/org/apache/ant/cyclonedx/ToolData.java 
b/src/main/org/apache/ant/cyclonedx/ToolData.java
index bd055fc..e207e9b 100644
--- a/src/main/org/apache/ant/cyclonedx/ToolData.java
+++ b/src/main/org/apache/ant/cyclonedx/ToolData.java
@@ -74,6 +74,9 @@ class ToolData {
         antlibComponent.addConfiguredExternalReference(
            createExternalReference(ExternalReference.Type.WEBSITE,
                                    
"https://ant.apache.org/antlibs/cyclonedx/";));
+        antlibComponent.addConfiguredExternalReference(
+           createExternalReference(ExternalReference.Type.DOCUMENTATION,
+                                   
"https://ant.apache.org/antlibs/cyclonedx/manual/";));
         antlibComponent.addConfiguredExternalReference(
            createExternalReference(ExternalReference.Type.DISTRIBUTION,
                                    
"https://ant.apache.org/antlibs/bindownload.cgi";));

Reply via email to