Update to 2.1.1.BUILD-SNAPSHOT
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-cli-parent</artifactId>
|
||||
<version>2.1.0.RELEASE</version>
|
||||
<version>2.1.1.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
<packaging>pom</packaging>
|
||||
<name>Spring Cloud Cli Docs</name>
|
||||
|
||||
@@ -4,20 +4,20 @@ https://github.com/spring-projects/spring-boot[Spring Boot CLI]
|
||||
(2.1.0 or better):
|
||||
|
||||
$ spring version
|
||||
Spring CLI v2.1.0.RELEASE
|
||||
Spring CLI v2.1.7.BUILD-SNAPSHOT
|
||||
|
||||
E.g. for SDKMan users
|
||||
|
||||
```
|
||||
$ sdk install springboot 2.1.6.RELEASE
|
||||
$ sdk use springboot 2.1.6.RELEASE
|
||||
$ sdk install springboot 2.1.7.BUILD-SNAPSHOT
|
||||
$ sdk use springboot 2.1.7.BUILD-SNAPSHOT
|
||||
```
|
||||
|
||||
and install the Spring Cloud plugin
|
||||
|
||||
```
|
||||
$ mvn install
|
||||
$ spring install org.springframework.cloud:spring-cloud-cli:2.1.0.RELEASE
|
||||
$ spring install org.springframework.cloud:spring-cloud-cli:2.1.1.BUILD-SNAPSHOT
|
||||
```
|
||||
|
||||
IMPORTANT: **Prerequisites:** to use the encryption and decryption features
|
||||
|
||||
Reference in New Issue
Block a user