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-antlibs-common.git
The following commit(s) were added to refs/heads/master by this push:
new 3a7533d rename so project names are unique
3a7533d is described below
commit 3a7533d5730caeb33306c872126f499332aa9241
Author: Stefan Bodewig <[email protected]>
AuthorDate: Sat Jun 20 10:01:05 2026 +0200
rename so project names are unique
---
build.xml | 2 +-
cyclonedx.xml => cyclonedx-common.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/build.xml b/build.xml
index 105fe5e..c3568ce 100644
--- a/build.xml
+++ b/build.xml
@@ -622,5 +622,5 @@
</target>
<!-- SBOM generation-->
- <import file="${common.basedir}/cyclonedx.xml"/>
+ <import file="${common.basedir}/cyclonedx-common.xml"/>
</project>
diff --git a/cyclonedx.xml b/cyclonedx-common.xml
similarity index 98%
rename from cyclonedx.xml
rename to cyclonedx-common.xml
index eaba373..94823d7 100644
--- a/cyclonedx.xml
+++ b/cyclonedx-common.xml
@@ -17,7 +17,7 @@ KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
-<project name="cyclonedx" xmlns:ivy="antlib:org.apache.ivy.ant">
+<project name="cyclonedx-common" xmlns:ivy="antlib:org.apache.ivy.ant">
<!-- version of CycloneDX Antlib to use -->
<property name="cyclconedx.antlib.version" value="0.1"/>