#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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user