Skip to content

Commit

Permalink
Update README with M6 references
Browse files Browse the repository at this point in the history
  • Loading branch information
Phillip Webb committed Nov 9, 2013
1 parent ff635cf commit 6849640
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ before you begin:
### Manual installation
You can download the Spring CLI distribution from the Spring software repository:

* [spring-boot-cli-0.5.0.M5-bin.zip](http://repo.spring.io/milestone/org/springframework/boot/spring-boot-cli/0.5.0.M5/spring-boot-cli-0.5.0.M5-bin.zip)
* [spring-boot-cli-0.5.0.M5-bin.tar.gz](http://repo.spring.io/milestone/org/springframework/boot/spring-boot-cli/0.5.0.M5/spring-boot-cli-0.5.0.M5-bin.tar.gz)
* [spring-boot-cli-0.5.0.M6-bin.zip](http://repo.spring.io/milestone/org/springframework/boot/spring-boot-cli/0.5.0.M6/spring-boot-cli-0.5.0.M6-bin.zip)
* [spring-boot-cli-0.5.0.M6-bin.tar.gz](http://repo.spring.io/milestone/org/springframework/boot/spring-boot-cli/0.5.0.M6/spring-boot-cli-0.5.0.M6-bin.tar.gz)

Cutting edge [snapshot distributions](http://repo.spring.io/snapshot/org/springframework/boot/spring-boot-cli/)
are also available.
Expand All @@ -62,15 +62,15 @@ itself and the Spring Boot CLI. Get `gvm` from

$ gvm install springboot
$ spring --version
Spring Boot v0.5.0.M5
Spring Boot v0.5.0.M6

> **Note:** If you are developing features for the CLI and want easy access to the version you just built, follow these extra instructions.
$ gvm install springboot dev /path/to/spring-boot/spring-boot-cli/target/spring-boot-cli-0.5.0.BUILD-SNAPSHOT-bin/spring-0.5.0.BUILD-SNAPSHOT/
$ gvm use springboot dev
$ spring --version
Spring CLI v0.5.0.BUILD-SNAPSHOT

This will install a local instance of `spring` called the `dev` instance inside your gvm repository. It points at your target build location, so every time you rebuild Spring Boot, `spring` will be up-to-date.

You can see it by doing this:
Expand All @@ -81,8 +81,8 @@ You can see it by doing this:
================================================================================
Available Springboot Versions
================================================================================
> + dev
* 0.5.0.M5
> + dev
* 0.5.0.M6
================================================================================
+ - local version
Expand Down Expand Up @@ -159,7 +159,7 @@ Create a `pom.xml` to import the appropriate Spring Boot starters:
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>0.5.0.M5</version>
<version>0.5.0.M6</version>
</parent>

<!-- Add typical dependencies for a web application -->
Expand Down

0 comments on commit 6849640

Please sign in to comment.