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.git


The following commit(s) were added to refs/heads/master by this push:
     new a3a5ba182 use a generic purl for netrexx, see 
https://packageurl.org/docs/purl-spec/types/definitions/generic-definition
a3a5ba182 is described below

commit a3a5ba1822847196a83fdc497a034a94e70b4006
Author: Stefan Bodewig <[email protected]>
AuthorDate: Fri Sep 18 16:53:31 2026 +0200

    use a generic purl for netrexx, see 
https://packageurl.org/docs/purl-spec/types/definitions/generic-definition
---
 build.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/build.xml b/build.xml
index 36477f429..2b66eb54f 100644
--- a/build.xml
+++ b/build.xml
@@ -2517,6 +2517,7 @@ ${antunit.reports}
 
     <cdx:component
         id="cdx-netrexx"
+        
purl="pkg:generic/netrexx@${netrexx.version}?download_url=https://www.netrexx.org/files/NetRexxC-${netrexx.version}.jar";
         bomRef="https://www.netrexx.org/files/NetRexxC-${netrexx.version}.jar";
         name="netrexx"
         version="${netrexx.version}"

Reply via email to