From 37d0b4572fb5690463abbed00153f5ff6f2c8be0 Mon Sep 17 00:00:00 2001 From: otluk <19743877+ottlukas@users.noreply.github.com> Date: Thu, 22 Feb 2024 10:16:42 +0100 Subject: [PATCH] https://docs.asciidoctor.org/maven-tools/latest/site-integration/v3-migration-guide/ ->Rename the maven-site-plugin dependency from asciidoctor-maven-plugin to asciidoctor-converter-doxia-module. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 42756d06873..fcea2a6a552 100644 --- a/pom.xml +++ b/pom.xml @@ -1314,7 +1314,7 @@ org.asciidoctor - asciidoctor-maven-plugin + asciidoctor-converter-doxia-module ${asciidoctor.maven.plugin.version}