diff --git a/README.adoc b/README.adoc index 683fc3c..6d89730 100644 --- a/README.adoc +++ b/README.adoc @@ -18,24 +18,23 @@ development time). To install, make sure you have https://github.com/spring-projects/spring-boot[Spring Boot CLI] -(1.3.5 or better): +(1.4.1 or better): $ spring version - Spring CLI v1.3.5.RELEASE + Spring CLI v1.4.1.RELEASE E.g. for SDKMan users ``` -$ sdk install springboot 1.3.5.RELEASE -$ sdk use springboot 1.3.5.RELEASE +$ sdk install springboot 1.4.1.RELEASE +$ sdk use springboot 1.4.1.RELEASE ``` -and install the Spring Cloud plugins (they are independent, so you can install one or the other or both): +and install the Spring Cloud plugin ``` $ mvn install $ spring install org.springframework.cloud:spring-cloud-cli:1.2.0.BUILD-SNAPSHOT -$ spring install org.springframework.cloud.launcher:spring-cloud-launcher-cli:1.2.0.BUILD-SNAPSHOT ``` 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 8ed42e9..9ec62c5 100644 --- a/docs/src/main/asciidoc/install.adoc +++ b/docs/src/main/asciidoc/install.adoc @@ -1,24 +1,23 @@ To install, make sure you have https://github.com/spring-projects/spring-boot[Spring Boot CLI] -(1.3.5 or better): +(1.4.1 or better): $ spring version - Spring CLI v1.3.5.RELEASE + Spring CLI v1.4.1.RELEASE E.g. for SDKMan users ``` -$ sdk install springboot 1.3.5.RELEASE -$ sdk use springboot 1.3.5.RELEASE +$ sdk install springboot 1.4.1.RELEASE +$ sdk use springboot 1.4.1.RELEASE ``` -and install the Spring Cloud plugins (they are independent, so you can install one or the other or both): +and install the Spring Cloud plugin ``` $ mvn install $ spring install org.springframework.cloud:spring-cloud-cli:1.2.0.BUILD-SNAPSHOT -$ spring install org.springframework.cloud.launcher:spring-cloud-launcher-cli:1.2.0.BUILD-SNAPSHOT ``` IMPORTANT: **Prerequisites:** to use the encryption and decryption features