Update version numbers in install guide

This commit is contained in:
Dave Syer
2015-04-24 15:06:05 +01:00
parent ad3e5ed4ed
commit 03be8e718d

View File

@@ -4,20 +4,20 @@ https://github.com/spring-projects/spring-boot[Spring Boot CLI]
(1.2.0 or better): (1.2.0 or better):
$ spring version $ spring version
Spring CLI v1.2.2.RELEASE Spring CLI v1.2.3.RELEASE
E.g. for GVM users E.g. for GVM users
``` ```
$ gvm install springboot 1.2.2.RELEASE $ gvm install springboot 1.2.3.RELEASE
$ gvm use springboot 1.2.2.RELEASE $ gvm use springboot 1.2.3.RELEASE
``` ```
and install the Spring Cloud plugin: and install the Spring Cloud plugin:
``` ```
$ mvn install $ mvn install
$ spring install org.springframework.cloud:spring-cloud-cli:1.0.1.RELEASE $ spring install org.springframework.cloud:spring-cloud-cli:1.0.2.RELEASE
``` ```
IMPORTANT: **Prerequisites:** to use the encryption and decryption features IMPORTANT: **Prerequisites:** to use the encryption and decryption features