diff --git a/multi/multi__installation.html b/multi/multi__installation.html index 4160326..cef8e6d 100644 --- a/multi/multi__installation.html +++ b/multi/multi__installation.html @@ -4,9 +4,9 @@ sure you have Spring Boot CLI (1.5.2 or better):

$ spring version
-Spring CLI v1.5.4.RELEASE

E.g. for SDKMan users

$ sdk install springboot 1.5.4.RELEASE
-$ sdk use springboot 1.5.4.RELEASE

and install the Spring Cloud plugin

$ mvn install
-$ spring install org.springframework.cloud:spring-cloud-cli:1.4.0.BUILD-SNAPSHOT
[Important]Important

Prerequisites: to use the encryption and decryption features +Spring CLI v1.5.8.RELEASE

E.g. for SDKMan users

$ sdk install springboot 1.5.8.RELEASE
+$ sdk use springboot 1.5.8.RELEASE

and install the Spring Cloud plugin

$ mvn install
+$ spring install org.springframework.cloud:spring-cloud-cli:1.4.1.BUILD-SNAPSHOT
[Important]Important

Prerequisites: to use the encryption and decryption features you need the full-strength JCE installed in your JVM (it’s not there by default). You can download the "Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files" from Oracle, and follow instructions for installation (essentially replace the 2 policy files diff --git a/single/spring-cloud-cli.html b/single/spring-cloud-cli.html index 2517b0b..d0258a4 100644 --- a/single/spring-cloud-cli.html +++ b/single/spring-cloud-cli.html @@ -12,9 +12,9 @@ development time).

Spring Boot CLI (1.5.2 or better):

$ spring version
-Spring CLI v1.5.4.RELEASE

E.g. for SDKMan users

$ sdk install springboot 1.5.4.RELEASE
-$ sdk use springboot 1.5.4.RELEASE

and install the Spring Cloud plugin

$ mvn install
-$ spring install org.springframework.cloud:spring-cloud-cli:1.4.0.BUILD-SNAPSHOT
[Important]Important

Prerequisites: to use the encryption and decryption features +Spring CLI v1.5.8.RELEASE

E.g. for SDKMan users

$ sdk install springboot 1.5.8.RELEASE
+$ sdk use springboot 1.5.8.RELEASE

and install the Spring Cloud plugin

$ mvn install
+$ spring install org.springframework.cloud:spring-cloud-cli:1.4.1.BUILD-SNAPSHOT
[Important]Important

Prerequisites: to use the encryption and decryption features you need the full-strength JCE installed in your JVM (it’s not there by default). You can download the "Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files" from Oracle, and follow instructions for installation (essentially replace the 2 policy files diff --git a/spring-cloud-cli.html b/spring-cloud-cli.html index 92ab43a..8dbffd4 100644 --- a/spring-cloud-cli.html +++ b/spring-cloud-cli.html @@ -90,7 +90,7 @@ $(addBlockSwitches);

-

1.4.0.BUILD-SNAPSHOT

+

1.4.1.BUILD-SNAPSHOT

diff --git a/spring-cloud-cli.xml b/spring-cloud-cli.xml index cb55af4..8fe7b81 100644 --- a/spring-cloud-cli.xml +++ b/spring-cloud-cli.xml @@ -28,13 +28,13 @@ sure you have Spring Boot CLI (1.5.2 or better): $ spring version -Spring CLI v1.5.4.RELEASE +Spring CLI v1.5.8.RELEASE E.g. for SDKMan users -$ sdk install springboot 1.5.4.RELEASE -$ sdk use springboot 1.5.4.RELEASE +$ sdk install springboot 1.5.8.RELEASE +$ sdk use springboot 1.5.8.RELEASE and install the Spring Cloud plugin $ mvn install -$ spring install org.springframework.cloud:spring-cloud-cli:1.4.0.BUILD-SNAPSHOT +$ spring install org.springframework.cloud:spring-cloud-cli:1.4.1.BUILD-SNAPSHOT Prerequisites: to use the encryption and decryption features you need the full-strength JCE installed in your JVM (it’s not there by default).