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 b7a80e8 AntUnit 1.5.0
b7a80e8 is described below
commit b7a80e862d3f9b2d48fccaa12db3f37d89e5a455
Author: Stefan Bodewig <[email protected]>
AuthorDate: Fri Jun 19 18:34:29 2026 +0200
AntUnit 1.5.0
---
common | 2 +-
ivy.xml | 2 +-
project-template.pom | 2 +-
src/tests/antunit/shared.xml | 10 ----------
4 files changed, 3 insertions(+), 13 deletions(-)
diff --git a/common b/common
index 2d73d59..b24e42f 160000
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit 2d73d593815a9a6009a1bc89743bfdc7d7de0d8e
+Subproject commit b24e42f26da431ca6c2a7c793f2fda855f8154d7
diff --git a/ivy.xml b/ivy.xml
index b2cfae4..9bac4d7 100644
--- a/ivy.xml
+++ b/ivy.xml
@@ -65,6 +65,6 @@
<dependency org="org.cyclonedx" name="cyclonedx-core-java" rev="12.2.0"
conf="default"/>
<dependency org="org.apache.ant" name="ant" rev="1.10.17"
conf="provided->default"/>
<dependency org="org.apache.ant" name="ant-launcher" rev="1.10.17"
conf="provided->default"/>
- <dependency org="org.apache.ant" name="ant-antunit" rev="1.4.1"
conf="test->default"/>
+ <dependency org="org.apache.ant" name="ant-antunit" rev="1.5.0"
conf="test->default"/>
</dependencies>
</ivy-module>
diff --git a/project-template.pom b/project-template.pom
index 436a0c8..e3c6308 100644
--- a/project-template.pom
+++ b/project-template.pom
@@ -78,7 +78,7 @@
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant-antunit</artifactId>
- <version>1.4.1</version>
+ <version>1.5.0</version>
<scope>test</scope>
</dependency>
</dependencies>
diff --git a/src/tests/antunit/shared.xml b/src/tests/antunit/shared.xml
index 6734626..7b66bdd 100644
--- a/src/tests/antunit/shared.xml
+++ b/src/tests/antunit/shared.xml
@@ -22,16 +22,6 @@
<property file="../../../version.properties"/>
<target name="setUp">
- <typedef uri="antlib:org.apache.ant.antunit"
- resource="org/apache/ant/antunit/antlib.xml"
- classpathref="classpath.test"/>
- <typedef uri="antlib:org.apache.ant.cyclonedx"
- resource="org/apache/ant/cyclonedx/antlib.xml">
- <classpath>
- <path refid="classpath.test"/>
- <pathelement location="${antlib.location}"/>
- </classpath>
- </typedef>
<mkdir dir="${output}"/>
</target>