From ab957f165e1b9109772c36bd1df201f10b0ba42a Mon Sep 17 00:00:00 2001 From: Alexander Kriegisch Date: Fri, 5 Jan 2024 11:30:00 +0700 Subject: Rename doc generation profiles, making Asciidoctor the default The Docbook etc. Ant task profile is now called 'create-docs-LEGACY' and will go away with the cut-over to the new doc generator logic. Signed-off-by: Alexander Kriegisch --- docs/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/pom.xml') diff --git a/docs/pom.xml b/docs/pom.xml index cb6aa61c3..c7cea87e5 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -12,10 +12,10 @@ - create-docs-new + create-docs - createDocs__NEW + createDocs true @@ -164,10 +164,10 @@ - create-docs + create-docs-LEGACY - createDocs + createDocs_LEGACY true -- cgit v1.2.3