This is an automated email from the ASF dual-hosted git repository. chrisdutz pushed a commit to branch chore/update-build-tools in repository https://gitbox.apache.org/repos/asf/plc4x.git
commit fe3e1e37266970ab38c216b4f8da056f4e7a6448 Author: Christofer Dutz <[email protected]> AuthorDate: Sat Aug 1 12:04:59 2026 +0200 doc: Fixed an error in the build-tools release documentation. --- website/asciidoc/modules/developers/pages/release/build-tools.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/asciidoc/modules/developers/pages/release/build-tools.adoc b/website/asciidoc/modules/developers/pages/release/build-tools.adoc index 848168d8de..8bde19c695 100644 --- a/website/asciidoc/modules/developers/pages/release/build-tools.adoc +++ b/website/asciidoc/modules/developers/pages/release/build-tools.adoc @@ -357,9 +357,9 @@ As a lot of mirrors are serving our releases, it is the Apache policy to clean o This can be done like this: - svn delete https://dist.apache.org/repos/dist/release/plc4x/0.3.0/ -m"deleted version 0.3.0" + svn delete https://dist.apache.org/repos/dist/release/plc4x/build-tools/code-generation/{1.8.0}/ -m"deleted old version of the build-tools" -After this, https://dist.apache.org/repos/dist/release/plc4x should only contain the latest release directory. +After this, https://dist.apache.org/repos/dist/release/plc4x/build-tools/code-generation should only contain the latest release directory. == Releasing the Maven artifacts
