This is an automated email from the ASF dual-hosted git repository. hansva pushed a commit to branch release/2.3.0 in repository https://gitbox.apache.org/repos/asf/hop.git
commit b30d7f779c71bf9fdf836afca0cc284c1e93a03c Author: Hans Van Akelyen <[email protected]> AuthorDate: Fri Jan 27 14:02:22 2023 +0100 [RELEASE] change doc versions --- docs/hop-dev-manual/antora.yml | 2 +- docs/hop-tech-manual/antora.yml | 2 +- docs/hop-user-manual/antora.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/hop-dev-manual/antora.yml b/docs/hop-dev-manual/antora.yml index 3b29c5a979..e932437dc1 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.3.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 84f45f8af7..7a6db38412 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.3.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 0cab827b86..8959b73ca7 100644 --- a/docs/hop-user-manual/antora.yml +++ b/docs/hop-user-manual/antora.yml @@ -18,7 +18,7 @@ name: manual title: User manual version: 2.3.0 -prerelease: true -display_version: 2.3.0 (pre-release) +prerelease: false +display_version: 2.3.0 nav: - modules/ROOT/nav.adoc
