Expand {version} variable in reference documentation.

Fixes gh-19.
This commit is contained in:
Mark Paluch
2016-10-26 22:57:52 +02:00
parent d52c238f87
commit 359cebabca
2 changed files with 3 additions and 3 deletions

View File

@@ -5,14 +5,14 @@ The easiest way to find compatible versions of Spring Vault dependencies is by r
.Using the Spring Vault BOM
====
[source, xml]
[source, xml, subs="verbatim,attributes"]
----
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.vault</groupId>
<artifactId>spring-vault-dependencies</artifactId>
<version>${version}</version>
<version>{version}</version>
<scope>import</scope>
<type>pom</type>
</dependency>

View File

@@ -12,7 +12,7 @@ Then add the following to `pom.xml` dependencies section.
.Using the Spring Vault BOM
====
[source,xml]
[source,xml,subs="verbatim,attributes"]
----
<dependencies>