diff --git a/README.adoc b/README.adoc index 0eaeed1..e75d206 100644 --- a/README.adoc +++ b/README.adoc @@ -42,6 +42,11 @@ In accordance with the Apache Software Foundation's release https://infra.apache See xref:RELEASING.adoc[release instructions] for further details. +=== CycloneDX Software Bill of Materials (SBOM) + +Starting with version `2.22.0`, this project distributes https://cyclonedx.org/capabilities/sbom/[CyclenoDX Software Bill of Materials (SBOM)] along with each deployed artifact. +This is streamlined by `logging-parent`, see https://logging.apache.org/logging-parent/latest/#cyclonedx-sbom[its website] for details. + == Support Please keep in mind that this project is intended for internal usage only. diff --git a/pom.xml b/pom.xml index cd5b60d..16cb324 100644 --- a/pom.xml +++ b/pom.xml @@ -15,7 +15,7 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - + 4.0.0 @@ -112,7 +112,7 @@ - + scm:git:https://github.com/apache/logging-log4j-jmx-gui.git scm:git:https://github.com/apache/logging-log4j-jmx-gui.git HEAD @@ -129,16 +129,21 @@ https://github.com/apache/logging-log4j-jmx-gui/actions + + ${scm.url} + + - 2.21.1-SNAPSHOT + 2.22.0-SNAPSHOT + + + log4j-api-2.21.0.jar log4j-core-2.21.0.jar 2.21.0 - - log4j-api-2.21.0.jar log4j-core-2.21.0.jar