#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.
This commit is contained in:
Oliver Gierke
2016-12-15 09:45:00 +01:00
parent 844dd0ba55
commit f19b095d48

View File

@@ -332,6 +332,11 @@
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctor-maven-plugin</artifactId>
<dependencies>
<dependency>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctorj</artifactId>
<version>1.5.4.1</version>
</dependency>
<dependency>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctorj-pdf</artifactId>
@@ -671,7 +676,7 @@
<plugin>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctor-maven-plugin</artifactId>
<version>1.5.4.1</version>
<version>1.5.3</version>
</plugin>
<plugin>