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 20fbdfb antlibs have got an extra directory layer for their releases
20fbdfb is described below
commit 20fbdfb76f523bfdba00666a3a112eedd68271f4
Author: Stefan Bodewig <[email protected]>
AuthorDate: Sun May 31 16:35:35 2026 +0200
antlibs have got an extra directory layer for their releases
---
build.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.xml b/build.xml
index 2f42249..3f9915d 100644
--- a/build.xml
+++ b/build.xml
@@ -342,7 +342,7 @@ under the License.
outputdirectory="@{distbase}"
version="${artifact.version}"
archiveName="${dist.name}-@{binsrc}.@{ext}"
-
archiveUrl="https://archive.apache.org/dist/ant/antlibs/${dist.name}-@{binsrc}.@{ext}"
+
archiveUrl="https://archive.apache.org/dist/ant/antlibs/cyclonedx/${dist.name}-@{binsrc}.@{ext}"
archiveLocation="@{distbase}/${dist.name}-@{binsrc}.@{ext}"
description="Apache CycloneDX Antlib @{binarysource}"
publisher="The Apache Software Foundation"