diff --git a/src/docs/asciidoc/index.adoc b/src/docs/asciidoc/index.adoc index bd7bc94a..1a698ade 100644 --- a/src/docs/asciidoc/index.adoc +++ b/src/docs/asciidoc/index.adoc @@ -2621,12 +2621,12 @@ To get started, you need to include the `spring-ldap-test` dependency. The following listing shows how to include the `spring-ldap-test` for Maven: ==== -[source,xml] +[source,xml,subs="+attributes"] ---- org.springframework.ldap spring-ldap-test - ${version} + {project-version} test ---- @@ -2636,9 +2636,9 @@ The following listing shows how to include the `spring-ldap-test` for Gradle: ==== [source,groovy] -[subs="verbatim,quotes"] +[subs="verbatim,quotes,attributes"] ---- -testCompile "org.springframework.ldap:spring-ldap-test:$version" +testCompile "org.springframework.ldap:spring-ldap-test:{project-version}" ---- ====