From c9837c645f4297884921775f4d791dda65a5ccd8 Mon Sep 17 00:00:00 2001 From: Kirill Gavrilov Date: Mon, 10 Jun 2019 11:35:47 +0300 Subject: [PATCH] Fix lack of syntax highlighting when using Maven See gh-620 --- docs/src/docs/asciidoc/getting-started.adoc | 2 +- samples/rest-notes-spring-data-rest/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/docs/asciidoc/getting-started.adoc b/docs/src/docs/asciidoc/getting-started.adoc index 966f6946..a17a8ae9 100644 --- a/docs/src/docs/asciidoc/getting-started.adoc +++ b/docs/src/docs/asciidoc/getting-started.adoc @@ -100,7 +100,7 @@ the configuration are described below. <2> org.asciidoctor asciidoctor-maven-plugin - 1.5.3 + 1.5.8 generate-docs diff --git a/samples/rest-notes-spring-data-rest/pom.xml b/samples/rest-notes-spring-data-rest/pom.xml index c71e9169..ca7fb37a 100644 --- a/samples/rest-notes-spring-data-rest/pom.xml +++ b/samples/rest-notes-spring-data-rest/pom.xml @@ -72,7 +72,7 @@ org.asciidoctor asciidoctor-maven-plugin - 1.5.3 + 1.5.8 generate-docs