Update README with M6 references

This commit is contained in:
Phillip Webb 2013-11-09 11:05:20 -08:00
parent ff635cf75b
commit 6849640cba
1 changed files with 8 additions and 8 deletions

View File

@ -40,8 +40,8 @@ before you begin:
### Manual installation ### Manual installation
You can download the Spring CLI distribution from the Spring software repository: 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.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.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.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/) Cutting edge [snapshot distributions](http://repo.spring.io/snapshot/org/springframework/boot/spring-boot-cli/)
are also available. are also available.
@ -62,7 +62,7 @@ itself and the Spring Boot CLI. Get `gvm` from
$ gvm install springboot $ gvm install springboot
$ spring --version $ 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. > **Note:** If you are developing features for the CLI and want easy access to the version you just built, follow these extra instructions.
@ -82,7 +82,7 @@ You can see it by doing this:
Available Springboot Versions Available Springboot Versions
================================================================================ ================================================================================
> + dev > + dev
* 0.5.0.M5 * 0.5.0.M6
================================================================================ ================================================================================
+ - local version + - local version
@ -159,7 +159,7 @@ Create a `pom.xml` to import the appropriate Spring Boot starters:
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId> <artifactId>spring-boot-starter-parent</artifactId>
<version>0.5.0.M5</version> <version>0.5.0.M6</version>
</parent> </parent>
<!-- Add typical dependencies for a web application --> <!-- Add typical dependencies for a web application -->