Skip to content

Commit 5510a36

Browse files
committed
ant-cyclonedx has been released
1 parent 497f703 commit 5510a36

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

fetch.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -388,14 +388,14 @@ Set -Ddest=LOCATION on the command line
388388
<f2 project="org.tukaani" archive="xz"/>
389389
</target>
390390

391-
<target name="cyclonedx-core-java"
392-
description="load CycloneDX Core (Java) library"
391+
<target name="ant-cyclonedx"
392+
description="load CycloneDX Antlib"
393393
depends="init">
394-
<f2 project="org.cyclonedx" archive="cyclonedx-core-java"/>
394+
<f2 project="org.apache.ant" archive="ant-cyclonedx"/>
395395
</target>
396396

397397
<target name="all"
398398
description="load all the libraries (except jython)"
399399
depends="antunit,ivy,logging,junit,junitlauncher,xml,networking,regexp,antlr,bcel,jdepend,bsf,debugging,script,
400-
javamail,jakartamail,jspc,jai,xz,junit-engine-vintage,junit-engine-jupiter,netrexx,cyclonedx-core-java"/>
400+
javamail,jakartamail,jspc,jai,xz,junit-engine-vintage,junit-engine-jupiter,netrexx,ant-cyclonedx"/>
401401
</project>

lib/libraries.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ m2.repo=https://repo1.maven.org/maven2/
3535
# when a specific dependency forces them to be out-of-order
3636
ivy.version=2.5.3
3737
ant-antunit.version=1.4.1
38+
ant-cyclonedx.version=0.1
3839
antlr.version=2.7.7
3940
bcel.version=6.9.0
4041
bsf.version=2.4.0
4142
bsh.version=2.0b5
4243
commons-net.version=3.10.0
4344
commons-logging.version=1.1
4445
commons-logging-api.version=${commons-logging.version}
45-
cyclonedx-core-java.version=12.2.0
4646
js.version=20.1.0
4747
js-scriptengine.version=${js.version}
4848
# Note - When updating the hamcrest version here, make sure to also update the

0 commit comments

Comments
 (0)