Skip to content

Commit 8d3a87c

Browse files
committed
fix: Move files and fix copy/paste problems
Moves files as suggested in apache/commons-bcel#446 and fixes copy/paste mistakes.
1 parent 66555b3 commit 8d3a87c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ The Apache Commons Text project publishes multiple [CycloneDX](https://cyclonedx
2323

2424
Beginning with version `6.6.0`, Apache Commons Text publishes SBOMs in both **XML** and **JSON** formats to Maven Central. These documents describe all components and dependencies of the library, following standard Maven coordinates:
2525

26-
* **Group ID:** `org.apache.bcel`
27-
* **Artifact ID:** `bcel`
26+
* **Group ID:** `org.apache.commons`
27+
* **Artifact ID:** `commons-text`
2828
* **Classifier:** `cyclonedx`
2929
* **Type:** `xml` or `json`
3030

@@ -38,7 +38,7 @@ Each SBOM lists the library’s required and optional dependencies, helping cons
3838

3939
An experimental [VEX](https://cyclonedx.org/capabilities/vex/) document is also published:
4040

41-
👉 [`https://raw.githubusercontent.com/apache/commons-bcel/refs/heads/master/src/cyclonedx/VEX.cyclonedx.xml`](VEX.cyclonedx.xml)
41+
👉 [`https://raw.githubusercontent.com/apache/commons-text/refs/heads/master/src/conf/security/VEX.cyclonedx.xml`](VEX.cyclonedx.xml)
4242

4343
This document provides information about the **exploitability of known vulnerabilities** in the **dependencies** of Apache Commons Text.
4444

0 commit comments

Comments
 (0)