From 3bf8d6c1d998c5ce5977d0ec2f3206811dbeab70 Mon Sep 17 00:00:00 2001 From: himmel Date: Tue, 30 Jun 2026 09:59:12 +0000 Subject: [PATCH] Fix duplicate Antora component version on v1.23 branch EN/antora.yml and CN/antora.yml on the v1.23 branch both declared version: v1.22, colliding with the v1.22 branch. Antora rejects two branches producing the same component+version (duplicate nav.adoc), causing a FATAL build error. Bump both to v1.23. Co-Authored-By: Claude Opus 4.8 (1M context) --- CN/antora.yml | 2 +- EN/antora.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CN/antora.yml b/CN/antora.yml index eebd67b0..6612cec4 100644 --- a/CN/antora.yml +++ b/CN/antora.yml @@ -1,6 +1,6 @@ name: ivorysql-doc title: IvorySQL -version: v1.22 +version: v1.23 start_page: v1.22/welcome.adoc asciidoc: attributes: diff --git a/EN/antora.yml b/EN/antora.yml index a2d9194d..322ab389 100644 --- a/EN/antora.yml +++ b/EN/antora.yml @@ -1,6 +1,6 @@ name: ivorysql-doc title: IvorySQL -version: v1.22 +version: v1.23 start_page: v1.22/welcome.adoc asciidoc: attributes: