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 5510a362c ant-cyclonedx has been released
5510a362c is described below

commit 5510a362c5fd02f52af1ddba26eddcee27d59c1b
Author: Stefan Bodewig <[email protected]>
AuthorDate: Wed Jun 3 21:31:36 2026 +0200

    ant-cyclonedx has been released
---
 fetch.xml                | 8 ++++----
 lib/libraries.properties | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/fetch.xml b/fetch.xml
index da0584647..ed584f823 100644
--- a/fetch.xml
+++ b/fetch.xml
@@ -388,14 +388,14 @@ Set -Ddest=LOCATION on the command line
     <f2 project="org.tukaani" archive="xz"/>
   </target>
 
-  <target name="cyclonedx-core-java"
-          description="load CycloneDX Core (Java) library"
+  <target name="ant-cyclonedx"
+          description="load CycloneDX Antlib"
           depends="init">
-    <f2 project="org.cyclonedx" archive="cyclonedx-core-java"/>
+    <f2 project="org.apache.ant" archive="ant-cyclonedx"/>
   </target>
 
   <target name="all"
     description="load all the libraries (except jython)"
     
depends="antunit,ivy,logging,junit,junitlauncher,xml,networking,regexp,antlr,bcel,jdepend,bsf,debugging,script,
-      
javamail,jakartamail,jspc,jai,xz,junit-engine-vintage,junit-engine-jupiter,netrexx,cyclonedx-core-java"/>
+      
javamail,jakartamail,jspc,jai,xz,junit-engine-vintage,junit-engine-jupiter,netrexx,ant-cyclonedx"/>
 </project>
diff --git a/lib/libraries.properties b/lib/libraries.properties
index 00d3a6d1f..b065895cb 100644
--- a/lib/libraries.properties
+++ b/lib/libraries.properties
@@ -35,6 +35,7 @@ m2.repo=https://repo1.maven.org/maven2/
 # when a specific dependency forces them to be out-of-order
 ivy.version=2.5.3
 ant-antunit.version=1.4.1
+ant-cyclonedx.version=0.1
 antlr.version=2.7.7
 bcel.version=6.9.0
 bsf.version=2.4.0
@@ -42,7 +43,6 @@ bsh.version=2.0b5
 commons-net.version=3.10.0
 commons-logging.version=1.1
 commons-logging-api.version=${commons-logging.version}
-cyclonedx-core-java.version=12.2.0
 js.version=20.1.0
 js-scriptengine.version=${js.version}
 # Note - When updating the hamcrest version here, make sure to also update the

Reply via email to