Skip to content

Commit c9837c6

Browse files
gavvvrwilkinsona
authored andcommitted
Fix lack of syntax highlighting when using Maven
See gh-620
1 parent f1eaf0c commit c9837c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/src/docs/asciidoc/getting-started.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ the configuration are described below.
100100
<plugin> <2>
101101
<groupId>org.asciidoctor</groupId>
102102
<artifactId>asciidoctor-maven-plugin</artifactId>
103-
<version>1.5.3</version>
103+
<version>1.5.8</version>
104104
<executions>
105105
<execution>
106106
<id>generate-docs</id>

samples/rest-notes-spring-data-rest/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
<plugin>
7373
<groupId>org.asciidoctor</groupId>
7474
<artifactId>asciidoctor-maven-plugin</artifactId>
75-
<version>1.5.3</version>
75+
<version>1.5.8</version>
7676
<executions>
7777
<execution>
7878
<id>generate-docs</id>

0 commit comments

Comments
 (0)