This is an automated email from the ASF dual-hosted git repository. vy pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/logging-log4j-tools.git
commit f9e9d9c5e508dbadad31e8151b5cbb82142ac3d0 Author: Volkan Yazıcı <[email protected]> AuthorDate: Fri Jan 13 16:37:47 2023 +0100 Add "Distribution" section to README --- README.adoc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.adoc b/README.adoc index 0220f33..028eeaf 100644 --- a/README.adoc +++ b/README.adoc @@ -24,6 +24,15 @@ Tooling **internally** used by https://logging.apache.org/log4j/2.x/[the Apache xref:log4j-changelog/README.adoc[`log4j-changelog`]:: Tooling to export AsciiDoc-formatted changelog files. +== Distribution + +In accordance with the Apache Software Foundation's release https://infra.apache.org/release-distribution.html[distribution policy] and https://infra.apache.org/release-publishing.html[creation process], project artifacts are _officially_ accessible from the following locations: + +* ASF https://repository.apache.org/content/repositories/releases[Release] and https://repository.apache.org/content/repositories/snapshots[snapshot] repositories (mirrored to https://central.sonatype.dev/[the Maven Central Repository]) +* ASF https://downloads.apache.org/logging/log4j-tools[Distribution directory] + +See xref:RELEASING.adoc[RELEASING.adoc] for instructions on how to perform a release. + == Support Please keep in mind that this project is intended for internal usage only.
