Skip to content

Commit cce7c23

Browse files
committed
Fix Document $version
Closes gh-557
1 parent 0003872 commit cce7c23

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/docs/asciidoc/index.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2621,12 +2621,12 @@ To get started, you need to include the `spring-ldap-test` dependency.
26212621
The following listing shows how to include the `spring-ldap-test` for Maven:
26222622

26232623
====
2624-
[source,xml]
2624+
[source,xml,subs="+attributes"]
26252625
----
26262626
<dependency>
26272627
<groupId>org.springframework.ldap</groupId>
26282628
<artifactId>spring-ldap-test</artifactId>
2629-
<version>${version}</version>
2629+
<version>{project-version}</version>
26302630
<scope>test</scope>
26312631
</dependency>
26322632
----
@@ -2636,9 +2636,9 @@ The following listing shows how to include the `spring-ldap-test` for Gradle:
26362636

26372637
====
26382638
[source,groovy]
2639-
[subs="verbatim,quotes"]
2639+
[subs="verbatim,quotes,attributes"]
26402640
----
2641-
testCompile "org.springframework.ldap:spring-ldap-test:$version"
2641+
testCompile "org.springframework.ldap:spring-ldap-test:{project-version}"
26422642
----
26432643
====
26442644

0 commit comments

Comments
 (0)