DATACMNS-1382 - Fixed property substitution of release train in dependencies section.

This commit is contained in:
Oliver Gierke
2018-08-30 11:40:19 +02:00
parent a37599075f
commit fc633f623d

View File

@@ -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"]
----
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-releasetrain</artifactId>
<version>${release-train}</version>
<version>{releasetrainVersion}</version>
<scope>import</scope>
<type>pom</type>
</dependency>