Skip to content

Commit

Permalink
Fix lack of syntax highlighting when using Maven
Browse files Browse the repository at this point in the history
See gh-620
  • Loading branch information
gavvvr authored and wilkinsona committed Jun 12, 2019
1 parent f1eaf0c commit c9837c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/docs/asciidoc/getting-started.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion samples/rest-notes-spring-data-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit c9837c6

Please sign in to comment.