From 4c877b06ea033843e7e8bc92a84a83038652e10d Mon Sep 17 00:00:00 2001 From: arjantijms Date: Tue, 24 Aug 2021 13:33:11 +0200 Subject: [PATCH] Update dependencies, specifically of asciidoc Some config changes due to breaking changes in v2. See https://docs.asciidoctor.org/maven-tools/latest/plugin/v2-migration-guide/ Signed-off-by: arjantijms --- api/pom.xml | 10 +++++----- spec/pom.xml | 17 +++++++++++------ 2 files changed, 16 insertions(+), 11 deletions(-) diff --git a/api/pom.xml b/api/pom.xml index e32416a..cb15f00 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -1,7 +1,7 @@ DRAFT MMMM dd, yyyy @@ -52,7 +52,7 @@ org.asciidoctor asciidoctor-maven-plugin - 2.0.0-RC.1 + 2.2.1 org.jruby @@ -79,8 +79,11 @@ html5 + ${basedir}/src/main/asciidoc ${project.build.directory}/generated-docs/jakarta-security-spec-${spec.version}.html + coderay + images book ${status} @@ -102,8 +105,11 @@ pdf + ${basedir}/src/main/asciidoc ${project.build.directory}/generated-docs/jakarta-security-spec-${spec.version}.pdf + coderay + images ${project.basedir}/src/main/theme jakartaee book @@ -124,7 +130,6 @@ security-spec.adoc - coderay ${spec.version} ${status}