diff --git a/multi/multi__installation.html b/multi/multi__installation.html index 696cde6..43cb885 100644 --- a/multi/multi__installation.html +++ b/multi/multi__installation.html @@ -6,7 +6,7 @@ sure you have (2.0.0 or better):

$ spring version
 Spring CLI v2.0.0.M6

E.g. for SDKMan users

$ sdk install springboot 2.0.0.M6
 $ sdk use springboot 2.0.0.M6

and install the Spring Cloud plugin

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

Prerequisites: to use the encryption and decryption features +$ spring install org.springframework.cloud:spring-cloud-cli:2.0.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 6276ea1..16edd5a 100644 --- a/single/spring-cloud-cli.html +++ b/single/spring-cloud-cli.html @@ -14,7 +14,7 @@ sure you have (2.0.0 or better):

$ spring version
 Spring CLI v2.0.0.M6

E.g. for SDKMan users

$ sdk install springboot 2.0.0.M6
 $ sdk use springboot 2.0.0.M6

and install the Spring Cloud plugin

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

Prerequisites: to use the encryption and decryption features +$ spring install org.springframework.cloud:spring-cloud-cli:2.0.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 840d8d8..af8ab68 100644 --- a/spring-cloud-cli.html +++ b/spring-cloud-cli.html @@ -90,7 +90,7 @@ $(addBlockSwitches);

-

2.0.0.BUILD-SNAPSHOT

+

2.0.1.BUILD-SNAPSHOT

diff --git a/spring-cloud-cli.xml b/spring-cloud-cli.xml index 0b3dbd0..f175c1c 100644 --- a/spring-cloud-cli.xml +++ b/spring-cloud-cli.xml @@ -34,7 +34,7 @@ Spring CLI v2.0.0.M6 $ sdk use springboot 2.0.0.M6 and install the Spring Cloud plugin $ mvn install -$ spring install org.springframework.cloud:spring-cloud-cli:2.0.0.BUILD-SNAPSHOT +$ spring install org.springframework.cloud:spring-cloud-cli:2.0.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).