Bump for Brixton.RC1
This commit is contained in:
@@ -12,13 +12,13 @@ https://github.com/spring-projects/spring-boot[Spring Boot CLI]
|
||||
(1.1.x with x>=5):
|
||||
|
||||
$ spring version
|
||||
Spring CLI v1.1.5.RELEASE
|
||||
Spring CLI v1.3.3.RELEASE
|
||||
|
||||
E.g. for GVM users
|
||||
|
||||
```
|
||||
$ gvm install springboot 1.1.5.RELEASE
|
||||
$ gvm use springboot 1.1.5.RELEASE
|
||||
$ gvm install springboot 1.3.3.RELEASE
|
||||
$ gvm use springboot 1.3.3.RELEASE
|
||||
```
|
||||
|
||||
then get the install command plugin (backported from Boot 1.2.0):
|
||||
@@ -30,12 +30,12 @@ $ wget http://dl.bintray.com/dsyer/generic/install-0.0.1.jar
|
||||
install it in the Spring Boot CLI, e.g. with GVM (MacOS users that rely on brew might have to find the `/lib` directory by scanning `brew info springboot`):
|
||||
|
||||
```
|
||||
$ cp install-0.0.1.jar ~/.gvm/springboot/1.1.5.RELEASE/lib
|
||||
$ cp install-0.0.1.jar ~/.gvm/springboot/1.3.3.RELEASE/lib
|
||||
```
|
||||
|
||||
and finally install the Spring Cloud plugin:
|
||||
|
||||
```
|
||||
$ mvn install
|
||||
$ spring install org.springframework.cloud:spring-cloud-cli:1.0.0.BUILD-SNAPSHOT
|
||||
$ spring install org.springframework.cloud:spring-cloud-cli:1.1.0.RC1
|
||||
```
|
||||
|
||||
@@ -3,11 +3,11 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-cli-docs</artifactId>
|
||||
<version>1.1.0.BUILD-SNAPSHOT</version>
|
||||
<version>1.1.0.RC1</version>
|
||||
<parent>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-build</artifactId>
|
||||
<version>1.1.0.BUILD-SNAPSHOT</version>
|
||||
<version>1.1.0.RC1</version>
|
||||
<relativePath/>
|
||||
</parent>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
@@ -17,7 +17,7 @@ and install the Spring Cloud plugin:
|
||||
|
||||
```
|
||||
$ mvn install
|
||||
$ spring install org.springframework.cloud:spring-cloud-cli:1.1.0.BUILD-SNAPSHOT
|
||||
$ spring install org.springframework.cloud:spring-cloud-cli:1.1.0.RC1
|
||||
```
|
||||
|
||||
IMPORTANT: **Prerequisites:** to use the encryption and decryption features
|
||||
|
||||
Reference in New Issue
Block a user