From b431a56a95e8c2f0a531bc98ebba05fb2f7535af Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Thu, 30 Aug 2018 09:29:41 +0200 Subject: [PATCH] DATAMONGO-2076 - Fixed attribute substitution in getting started section. --- src/main/asciidoc/reference/mongodb.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/asciidoc/reference/mongodb.adoc b/src/main/asciidoc/reference/mongodb.adoc index 165cc8e50..c706cf4b4 100644 --- a/src/main/asciidoc/reference/mongodb.adoc +++ b/src/main/asciidoc/reference/mongodb.adoc @@ -29,7 +29,7 @@ To create a Spring project in STS: . Go to File -> New -> Spring Template Project -> Simple Spring Utility Project, and press Yes when prompted. Then enter a project and a package name, such as `org.spring.mongodb.example`. .Add the following to the pom.xml files `dependencies` element: + -[source,xml] +[source,xml,subs="+attributes"] ---- @@ -45,7 +45,7 @@ To create a Spring project in STS: ---- . Change the version of Spring in the pom.xml to be + -[source,xml] +[source,xml,subs="+attributes"] ---- {springVersion} ----