Skip to content

Commit e4376bc

Browse files
author
Phillip Webb
committed
Update READMEs to 1.0.0.RC3
1 parent 169eeb9 commit e4376bc

File tree

3 files changed

+48
-48
lines changed

3 files changed

+48
-48
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ before you begin:
4444
### Manual installation
4545
You can download the Spring CLI distribution from the Spring software repository:
4646

47-
* [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)
48-
* [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)
47+
* [spring-boot-cli-1.0.0.RC3-bin.zip](http://repo.spring.io/milestone/org/springframework/boot/spring-boot-cli/1.0.0.RC3/spring-boot-cli-1.0.0.RC3-bin.zip)
48+
* [spring-boot-cli-1.0.0.RC3-bin.tar.gz](http://repo.spring.io/milestone/org/springframework/boot/spring-boot-cli/1.0.0.RC3/spring-boot-cli-1.0.0.RC3-bin.tar.gz)
4949

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

6767
$ gvm install springboot
6868
$ spring --version
69-
Spring Boot v1.0.0.RC2
69+
Spring Boot v1.0.0.RC3
7070

7171
> **Note:** If you are developing features for the CLI and want easy access to the version you just built, follow these extra instructions.
7272
@@ -86,7 +86,7 @@ You can see it by doing this:
8686
Available Springboot Versions
8787
================================================================================
8888
> + dev
89-
* 1.0.0.RC2
89+
* 1.0.0.RC3
9090
9191
================================================================================
9292
+ - local version
@@ -163,7 +163,7 @@ Create a `pom.xml` to import the appropriate Spring Boot starters:
163163
<parent>
164164
<groupId>org.springframework.boot</groupId>
165165
<artifactId>spring-boot-starter-parent</artifactId>
166-
<version>1.0.0.RC2</version>
166+
<version>1.0.0.RC3</version>
167167
</parent>
168168

169169
<!-- Add typical dependencies for a web application -->

0 commit comments

Comments
 (0)