This is an automated email from the ASF dual-hosted git repository. hansva pushed a commit to branch release/2.2.0 in repository https://gitbox.apache.org/repos/asf/hop.git
commit dc58fd67fd87ae45fc1918627edefad7d40d7b79 Author: Hans Van Akelyen <[email protected]> AuthorDate: Sat Dec 3 15:07:24 2022 +0100 [RELEASE] update documentation tags --- docs/hop-dev-manual/antora.yml | 2 +- docs/hop-tech-manual/antora.yml | 2 +- docs/hop-user-manual/antora.yml | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/hop-dev-manual/antora.yml b/docs/hop-dev-manual/antora.yml index ed8b4f5bd6..a028b48512 100644 --- a/docs/hop-dev-manual/antora.yml +++ b/docs/hop-dev-manual/antora.yml @@ -18,6 +18,6 @@ name: dev-manual title: Development Documentation version: 2.2.0 -prerelease: true +prerelease: false nav: - modules/ROOT/nav.adoc diff --git a/docs/hop-tech-manual/antora.yml b/docs/hop-tech-manual/antora.yml index 4454730241..4d9d510211 100644 --- a/docs/hop-tech-manual/antora.yml +++ b/docs/hop-tech-manual/antora.yml @@ -18,6 +18,6 @@ name: tech-manual title: Technical Documentation version: 2.2.0 -prerelease: true +prerelease: false nav: - modules/ROOT/nav.adoc diff --git a/docs/hop-user-manual/antora.yml b/docs/hop-user-manual/antora.yml index e6431c1324..47ab1e484e 100644 --- a/docs/hop-user-manual/antora.yml +++ b/docs/hop-user-manual/antora.yml @@ -18,7 +18,6 @@ name: manual title: User manual version: 2.2.0 -prerelease: true -display_version: 2.2.0 (pre-release) +prerelease: false nav: - modules/ROOT/nav.adoc
