From f19b095d4818ecc14154e3bdbcc7a5ac21f64aa2 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Thu, 15 Dec 2016 09:45:00 +0100 Subject: [PATCH] #303 - Fixed Asciidoctor build setup. The recent plugins upgrade moved the Asciidoctor Maven plugin to a version that's not available. Moved to the latest version available now and rather upgraded the Asciidoctorj dependency version of the plugin to the version assumed to be the plugin one. --- parent/pom.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index 7a24a65f..7aac4f48 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -332,6 +332,11 @@ org.asciidoctor asciidoctor-maven-plugin + + org.asciidoctor + asciidoctorj + 1.5.4.1 + org.asciidoctor asciidoctorj-pdf @@ -671,7 +676,7 @@ org.asciidoctor asciidoctor-maven-plugin - 1.5.4.1 + 1.5.3