From fc633f623d4e6f28bddd0d5a074639fa9a245f6b Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Thu, 30 Aug 2018 11:40:19 +0200 Subject: [PATCH] DATACMNS-1382 - Fixed property substitution of release train in dependencies section. --- src/main/asciidoc/dependencies.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/asciidoc/dependencies.adoc b/src/main/asciidoc/dependencies.adoc index 3a5d86d5e..52992a005 100644 --- a/src/main/asciidoc/dependencies.adoc +++ b/src/main/asciidoc/dependencies.adoc @@ -5,14 +5,14 @@ Due to the different inception dates of individual Spring Data modules, most of .Using the Spring Data release train BOM ==== -[source, xml] +[source, xml, subs="+attributes"] ---- org.springframework.data spring-data-releasetrain - ${release-train} + {releasetrainVersion} import pom