From 74b01c4967839fa4cea0b0d6eef6dd6c2bea8d6d Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Mon, 13 Oct 2014 14:02:38 +0100 Subject: [PATCH] Update bootstraps for cloud foundry --- README.adoc | 4 ++-- docs/src/main/asciidoc/install.adoc | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.adoc b/README.adoc index 8ef6354..5ba5910 100644 --- a/README.adoc +++ b/README.adoc @@ -24,13 +24,13 @@ $ gvm use springboot 1.1.5.RELEASE then get the install command plugin (backported from Boot 1.2.0): ``` -$ wget http://dl.bintray.com/dsyer/generic/install-0.0.1.jar +$ wget http://dl.bintray.com/dsyer/generic/install-0.0.2.jar ``` install it in the Spring Boot CLI, e.g. with GVM (MacOS users that rely on brew might have to find the `/lib` directory by scanning `brew info springboot`): ``` -$ cp install-0.0.1.jar ~/.gvm/springboot/1.1.5.RELEASE/lib +$ cp install-0.0.2.jar ~/.gvm/springboot/1.1.5.RELEASE/lib ``` and finally install the Spring Cloud plugin: diff --git a/docs/src/main/asciidoc/install.adoc b/docs/src/main/asciidoc/install.adoc index f0c5e50..94c317b 100644 --- a/docs/src/main/asciidoc/install.adoc +++ b/docs/src/main/asciidoc/install.adoc @@ -16,13 +16,13 @@ $ gvm use springboot 1.1.5.RELEASE then get the install command plugin (backported from Boot 1.2.0): ``` -$ wget http://dl.bintray.com/dsyer/generic/install-0.0.1.jar +$ wget http://dl.bintray.com/dsyer/generic/install-0.0.2.jar ``` install it in the Spring Boot CLI, e.g. with GVM (MacOS users that rely on brew might have to find the `/lib` directory by scanning `brew info springboot`): ``` -$ cp install-0.0.1.jar ~/.gvm/springboot/1.1.5.RELEASE/lib +$ cp install-0.0.2.jar ~/.gvm/springboot/1.1.5.RELEASE/lib ``` and finally install the Spring Cloud plugin: