Skip to content

Commit f19b095

Browse files
committed
#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.
1 parent 844dd0b commit f19b095

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Diff for: parent/pom.xml

+6-1
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,11 @@
332332
<groupId>org.asciidoctor</groupId>
333333
<artifactId>asciidoctor-maven-plugin</artifactId>
334334
<dependencies>
335+
<dependency>
336+
<groupId>org.asciidoctor</groupId>
337+
<artifactId>asciidoctorj</artifactId>
338+
<version>1.5.4.1</version>
339+
</dependency>
335340
<dependency>
336341
<groupId>org.asciidoctor</groupId>
337342
<artifactId>asciidoctorj-pdf</artifactId>
@@ -671,7 +676,7 @@
671676
<plugin>
672677
<groupId>org.asciidoctor</groupId>
673678
<artifactId>asciidoctor-maven-plugin</artifactId>
674-
<version>1.5.4.1</version>
679+
<version>1.5.3</version>
675680
</plugin>
676681

677682
<plugin>

0 commit comments

Comments
 (0)