Update READMEs to 1.0.0.RC2

This commit is contained in:
Phillip Webb
2014-02-12 20:56:00 -08:00
parent ef9048e86e
commit eaa05c6b6d
3 changed files with 49 additions and 49 deletions

View File

@@ -12,8 +12,8 @@ before you begin:
### Manual installation
You can download the Spring CLI distribution from the Spring software repository:
* [spring-boot-cli-1.0.0.RC1-bin.zip](http://repo.spring.io/milestone/org/springframework/boot/spring-boot-cli/1.0.0.RC1/spring-boot-cli-1.0.0.RC1-bin.zip)
* [spring-boot-cli-1.0.0.RC1-bin.tar.gz](http://repo.spring.io/milestone/org/springframework/boot/spring-boot-cli/1.0.0.RC1/spring-boot-cli-1.0.0.RC1-bin.tar.gz)
* [spring-boot-cli-1.0.0.RC2-bin.zip](http://repo.spring.io/milestone/org/springframework/boot/spring-boot-cli/1.0.0.RC2/spring-boot-cli-1.0.0.RC2-bin.zip)
* [spring-boot-cli-1.0.0.RC2-bin.tar.gz](http://repo.spring.io/milestone/org/springframework/boot/spring-boot-cli/1.0.0.RC2/spring-boot-cli-1.0.0.RC2-bin.tar.gz)
Cutting edge [snapshot distributions](http://repo.spring.io/snapshot/org/springframework/boot/spring-boot-cli/)
are also available.
@@ -34,7 +34,7 @@ itself and the Spring Boot CLI. Get `gvm` from
$ gvm install springboot
$ spring --version
Spring Boot v1.0.0.RC1
Spring Boot v1.0.0.RC2
> **Note:** If you are developing features for the CLI and want easy access to the version you just built, follow these extra instructions.
@@ -54,7 +54,7 @@ You can see it by doing this:
Available Springboot Versions
================================================================================
> + dev
* 1.0.0.RC1
* 1.0.0.RC2
================================================================================
+ - local version
@@ -212,4 +212,4 @@ The resulting jar will containe the classes produced by compiling
the application and all of the application's dependencies such that
it can then be run using `java -jar`. The jar file will also contain
entries from the application's classpath. See the output of
`spring help jar` for more information.
`spring help jar` for more information.