Skip to content

Commit d76dd90

Browse files
committed
DATAMONGO-2076 - Fixed attribute substitution in getting started section.
1 parent cc8c344 commit d76dd90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/asciidoc/reference/mongodb.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ To create a Spring project in STS:
3030
. 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`.
3131
.Add the following to the pom.xml files `dependencies` element:
3232
+
33-
[source,xml]
33+
[source,xml,subs="+attributes"]
3434
----
3535
<dependencies>
3636
@@ -46,7 +46,7 @@ To create a Spring project in STS:
4646
----
4747
. Change the version of Spring in the pom.xml to be
4848
+
49-
[source,xml]
49+
[source,xml,subs="+attributes"]
5050
----
5151
<spring.framework.version>{springVersion}</spring.framework.version>
5252
----

0 commit comments

Comments
 (0)