From 58cb4a8a362e356ec0b67102a9c10507b47090e7 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Fri, 20 Mar 2015 22:58:33 +0000 Subject: [PATCH] Update install docs for 1.0.0 --- README.adoc | 8 ++++---- docs/src/main/asciidoc/install.adoc | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.adoc b/README.adoc index 0717165..55b8339 100644 --- a/README.adoc +++ b/README.adoc @@ -16,20 +16,20 @@ https://github.com/spring-projects/spring-boot[Spring Boot CLI] (1.2.0 or better): $ spring version - Spring CLI v1.2.1.RELEASE + Spring CLI v1.2.2.RELEASE E.g. for GVM users ``` -$ gvm install springboot 1.2.1.RELEASE -$ gvm use springboot 1.2.1.RELEASE +$ gvm install springboot 1.2.2.RELEASE +$ gvm use springboot 1.2.2.RELEASE ``` and install the Spring Cloud plugin: ``` $ mvn install -$ spring install org.springframework.cloud:spring-cloud-cli:1.0.0.BUILD-SNAPSHOT +$ spring install org.springframework.cloud:spring-cloud-cli:1.0.1.RELEASE ``` IMPORTANT: **Prerequisites:** to use the encryption and decryption features diff --git a/docs/src/main/asciidoc/install.adoc b/docs/src/main/asciidoc/install.adoc index 51d4b85..06df117 100644 --- a/docs/src/main/asciidoc/install.adoc +++ b/docs/src/main/asciidoc/install.adoc @@ -4,20 +4,20 @@ https://github.com/spring-projects/spring-boot[Spring Boot CLI] (1.2.0 or better): $ spring version - Spring CLI v1.2.1.RELEASE + Spring CLI v1.2.2.RELEASE E.g. for GVM users ``` -$ gvm install springboot 1.2.1.RELEASE -$ gvm use springboot 1.2.1.RELEASE +$ gvm install springboot 1.2.2.RELEASE +$ gvm use springboot 1.2.2.RELEASE ``` and install the Spring Cloud plugin: ``` $ mvn install -$ spring install org.springframework.cloud:spring-cloud-cli:1.0.0.BUILD-SNAPSHOT +$ spring install org.springframework.cloud:spring-cloud-cli:1.0.1.RELEASE ``` IMPORTANT: **Prerequisites:** to use the encryption and decryption features