Update to snapshots

This commit is contained in:
Spencer Gibb
2017-11-22 17:33:33 -05:00
parent b96d49e765
commit bb95cb50bd
20 changed files with 28 additions and 28 deletions

View File

@@ -7,7 +7,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-cli-parent</artifactId>
<version>1.4.0.RELEASE</version>
<version>1.4.1.BUILD-SNAPSHOT</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</docs.whitelisted.branches>
<docs.whitelisted.branches>1.0.x,1.1.x,1.2.x,1.3.x</docs.whitelisted.branches>
</properties>
<build>
<plugins>

View File

@@ -4,20 +4,20 @@ https://github.com/spring-projects/spring-boot[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.RELEASE
$ spring install org.springframework.cloud:spring-cloud-cli:1.4.1.BUILD-SNAPSHOT
```
IMPORTANT: **Prerequisites:** to use the encryption and decryption features