From 057782d7dfb2f1c45f841fccdaf66f0a7716eb59 Mon Sep 17 00:00:00 2001
From: buildmaster
Date: Wed, 22 Nov 2017 22:35:45 +0000
Subject: [PATCH] Sync docs from master to gh-pages
---
multi/multi__installation.html | 6 +++---
single/spring-cloud-cli.html | 6 +++---
spring-cloud-cli.html | 2 +-
spring-cloud-cli.xml | 8 ++++----
4 files changed, 11 insertions(+), 11 deletions(-)
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
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
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
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
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.RELEASEand 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).