Updated docs

This commit is contained in:
Marcin Grzejszczak
2017-04-18 10:26:59 +02:00
parent f65925dc21
commit 18ba129895
3 changed files with 6 additions and 7 deletions

View File

@@ -130,7 +130,7 @@ the test cases). Example Maven configuration:
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.4.1.RELEASE</version>
<version>1.5.2.RELEASE</version>
<relativePath /> <!-- lookup parent from repository -->
</parent>
@@ -401,4 +401,4 @@ added after the original pull request but before a merge.
other target branch in the main project).
* When writing a commit message please follow http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html[these conventions],
if you are fixing an existing issue please add `Fixes gh-XXXX` at the end of the commit
message (where XXXX is the issue number).
message (where XXXX is the issue number).

View File

@@ -4,10 +4,9 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-dependencies-parent</artifactId>
<version>1.3.1.RELEASE</version>
<relativePath />
<!-- lookup parent from repository -->
<artifactId>spring-cloud-vault-parent</artifactId>
<version>1.0.1.BUILD-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>spring-cloud-vault-config-docs</artifactId>
@@ -18,7 +17,7 @@
<description>Spring Cloud Docs</description>
<properties>
<docs.main>spring-cloud-vault-config</docs.main>
<docs.main>spring-cloud-vault</docs.main>
<main.basedir>${basedir}/..</main.basedir>
<docs.whitelisted.branches>1.0.x</docs.whitelisted.branches>
</properties>