Fix lack of syntax highlighting when using Maven

See gh-620
This commit is contained in:
Kirill Gavrilov
2019-06-10 11:35:47 +03:00
committed by Andy Wilkinson
parent f1eaf0c91a
commit c9837c645f
2 changed files with 2 additions and 2 deletions

View File

@@ -100,7 +100,7 @@ the configuration are described below.
<plugin> <2>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctor-maven-plugin</artifactId>
<version>1.5.3</version>
<version>1.5.8</version>
<executions>
<execution>
<id>generate-docs</id>

View File

@@ -72,7 +72,7 @@
<plugin>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctor-maven-plugin</artifactId>
<version>1.5.3</version>
<version>1.5.8</version>
<executions>
<execution>
<id>generate-docs</id>