DATACMNS-1382 - Fixed property substitution of release train in dependencies section.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user