Merge pull request #620 from gavvvr

* gh-620:
  Fix lack of syntax highlighting when using Maven

Closes gh-620
This commit is contained in:
Andy Wilkinson
2019-06-12 10:27:33 +01:00
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>