Raise the minimum supported version of AsciidoctorJ to 2.5

Closes gh-751
This commit is contained in:
Andy Wilkinson
2021-09-28 10:36:30 +01:00
parent 774bed30b9
commit 1e96e3e71a
27 changed files with 37 additions and 457 deletions

View File

@@ -106,7 +106,7 @@ the configuration are described in the following listings:
<plugin> <2>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctor-maven-plugin</artifactId>
<version>1.5.8</version>
<version>2.2.1</version>
<executions>
<execution>
<id>generate-docs</id>