Upgrade to Boot 1.1.8

This commit is contained in:
Dave Syer
2014-10-23 07:34:17 -07:00
parent 9f8ebd48c0
commit ede1e1e7ac
2 changed files with 7 additions and 26 deletions

View File

@@ -4,13 +4,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.1.8.RELEASE
E.g. for GVM users
```
$ gvm install springboot 1.1.5.RELEASE
$ gvm use springboot 1.1.5.RELEASE
$ gvm install springboot 1.1.8.RELEASE
$ gvm use springboot 1.1.8.RELEASE
```
then get the install command plugin (backported from Boot 1.2.0):
@@ -22,7 +22,7 @@ $ wget http://dl.bintray.com/dsyer/generic/install-0.0.2.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.2.jar ~/.gvm/springboot/1.1.5.RELEASE/lib
$ cp install-0.0.2.jar ~/.gvm/springboot/1.1.8.RELEASE/lib
```
and finally install the Spring Cloud plugin:

View File

@@ -12,31 +12,12 @@
<description>Spring Patform Cli integration project</description>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.1.5.RELEASE</version>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-cli-parent</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version>
<relativePath /> <!-- lookup parent from repository -->
</parent>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-netflix</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-config</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.security</groupId>