From 18ba129895503bb990312c4c99330c491962a9a3 Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Tue, 18 Apr 2017 10:26:59 +0200 Subject: [PATCH] Updated docs --- README.adoc | 4 ++-- docs/pom.xml | 9 ++++----- ...g-cloud-vault-config.adoc => spring-cloud-vault.adoc} | 0 3 files changed, 6 insertions(+), 7 deletions(-) rename docs/src/main/asciidoc/{spring-cloud-vault-config.adoc => spring-cloud-vault.adoc} (100%) diff --git a/README.adoc b/README.adoc index 47ac0fba..16c104ed 100644 --- a/README.adoc +++ b/README.adoc @@ -130,7 +130,7 @@ the test cases). Example Maven configuration: org.springframework.boot spring-boot-starter-parent - 1.4.1.RELEASE + 1.5.2.RELEASE @@ -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). \ No newline at end of file diff --git a/docs/pom.xml b/docs/pom.xml index 02ccc9ec..73747430 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -4,10 +4,9 @@ org.springframework.cloud - spring-cloud-dependencies-parent - 1.3.1.RELEASE - - + spring-cloud-vault-parent + 1.0.1.BUILD-SNAPSHOT + .. spring-cloud-vault-config-docs @@ -18,7 +17,7 @@ Spring Cloud Docs - spring-cloud-vault-config + spring-cloud-vault ${basedir}/.. 1.0.x diff --git a/docs/src/main/asciidoc/spring-cloud-vault-config.adoc b/docs/src/main/asciidoc/spring-cloud-vault.adoc similarity index 100% rename from docs/src/main/asciidoc/spring-cloud-vault-config.adoc rename to docs/src/main/asciidoc/spring-cloud-vault.adoc