Update SNAPSHOT to 2.1.0.RELEASE

This commit is contained in:
Spencer Gibb
2019-06-28 13:48:18 -04:00
parent 0eafadbd22
commit c4fb7baf97
19 changed files with 173 additions and 35 deletions

View File

@@ -7,7 +7,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-cli-parent</artifactId>
<version>2.1.0.BUILD-SNAPSHOT</version>
<version>2.1.0.RELEASE</version>
</parent>
<packaging>pom</packaging>
<name>Spring Cloud Cli Docs</name>
@@ -15,7 +15,7 @@
<properties>
<docs.main>spring-cloud-cli</docs.main>
<main.basedir>${basedir}/..</main.basedir>
<docs.whitelisted.branches>1.0.x,1.1.x,1.2.x,1.3.x,2.0.x</docs.whitelisted.branches>
<docs.whitelisted.branches>1.3.x,2.0.x,2.1.x</docs.whitelisted.branches>
</properties>
<build>
<plugins>

View File

@@ -1,23 +1,23 @@
To install, make
sure you have
https://github.com/spring-projects/spring-boot[Spring Boot CLI]
(2.0.0 or better):
(2.1.0 or better):
$ spring version
Spring CLI v2.1.0.M4
Spring CLI v2.1.0.RELEASE
E.g. for SDKMan users
```
$ sdk install springboot 2.1.0.M4
$ sdk use springboot 2.1.0.M4
$ sdk install springboot 2.1.6.RELEASE
$ sdk use springboot 2.1.6.RELEASE
```
and install the Spring Cloud plugin
```
$ mvn install
$ spring install org.springframework.cloud:spring-cloud-cli:2.1.0.BUILD-SNAPSHOT
$ spring install org.springframework.cloud:spring-cloud-cli:2.1.0.RELEASE
```
IMPORTANT: **Prerequisites:** to use the encryption and decryption features