This is an automated email from the ASF dual-hosted git repository. chrisdutz pushed a commit to branch fix/whatever-this-was in repository https://gitbox.apache.org/repos/asf/plc4x.git
commit 06be38b63ac136c430bcb2762d3e731f137eadce Author: Christofer Dutz <[email protected]> AuthorDate: Tue Aug 4 10:33:26 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
