diff --git a/docs/src/main/asciidoc/install.adoc b/docs/src/main/asciidoc/install.adoc index 94c317b..fb271ee 100644 --- a/docs/src/main/asciidoc/install.adoc +++ b/docs/src/main/asciidoc/install.adoc @@ -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: diff --git a/spring-cloud-cli/pom.xml b/spring-cloud-cli/pom.xml index b0573ed..7bb83d9 100644 --- a/spring-cloud-cli/pom.xml +++ b/spring-cloud-cli/pom.xml @@ -12,31 +12,12 @@ Spring Patform Cli integration project - org.springframework.boot - spring-boot-starter-parent - 1.1.5.RELEASE + org.springframework.cloud + spring-cloud-cli-parent + 1.0.0.BUILD-SNAPSHOT - - - - org.springframework.cloud - spring-cloud-netflix - 1.0.0.BUILD-SNAPSHOT - pom - import - - - org.springframework.cloud - spring-cloud-config - 1.0.0.BUILD-SNAPSHOT - pom - import - - - - org.springframework.security