Skip to content

Commit 547e82a

Browse files
committed
Fix highlight in docs
1 parent 114dbec commit 547e82a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-shell-docs/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<description>Spring Shell reference documentation</description>
1515
<properties>
16-
<asciidoctor.maven.plugin.version>2.1.0</asciidoctor.maven.plugin.version>
16+
<asciidoctor.maven.plugin.version>2.2.2</asciidoctor.maven.plugin.version>
1717
<asciidoctorj.pdf.version>1.5.4</asciidoctorj.pdf.version>
1818
<asciidoctorj.epub.version>1.5.1</asciidoctorj.epub.version>
1919
<asciidoctorj.version>2.5.1</asciidoctorj.version>
@@ -165,8 +165,8 @@
165165
</goals>
166166
<configuration>
167167
<backend>html5</backend>
168-
<sourceHighlighter>highlight.js</sourceHighlighter>
169168
<attributes>
169+
<source-highlighter>highlight.js</source-highlighter>
170170
<project-version>${project.version}</project-version>
171171
<project-artifactId>${project.artifactId}</project-artifactId>
172172
<toc>left</toc>

0 commit comments

Comments
 (0)