Browse Source

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

pull/309/merge
Oliver Gierke 8 years ago
parent
commit
fc633f623d
No known key found for this signature in database
GPG Key ID: 6E42B5787543F690
  1. 4
      src/main/asciidoc/dependencies.adoc

4
src/main/asciidoc/dependencies.adoc

@ -5,14 +5,14 @@ Due to the different inception dates of individual Spring Data modules, most of @@ -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>

Loading…
Cancel
Save