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

@@ -83,7 +83,7 @@
<plugin>
<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>
@@ -96,9 +96,6 @@
<doctype>book</doctype>
<logHandler>
<outputToConsole>true</outputToConsole>
<failIf>
<severity>DEBUG</severity>
</failIf>
</logHandler>
</configuration>
</execution>