DATAMONGO-2076 - Fixed attribute substitution in getting started section.

This commit is contained in:
Oliver Gierke
2018-08-30 09:29:41 +02:00
parent cc8c3448a8
commit d76dd90325

View File

@@ -30,7 +30,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"]
----
<dependencies>
@@ -46,7 +46,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"]
----
<spring.framework.version>{springVersion}</spring.framework.version>
----