Commit 6934b340 authored by Phillip Webb's avatar Phillip Webb

Update README to RC4

parent 1995b625
...@@ -44,8 +44,8 @@ before you begin: ...@@ -44,8 +44,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-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) * [spring-boot-cli-1.0.0.RC4-bin.zip](http://repo.spring.io/milestone/org/springframework/boot/spring-boot-cli/1.0.0.RC4/spring-boot-cli-1.0.0.RC4-bin.zip)
* [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) * [spring-boot-cli-1.0.0.RC4-bin.tar.gz](http://repo.spring.io/milestone/org/springframework/boot/spring-boot-cli/1.0.0.RC4/spring-boot-cli-1.0.0.RC4-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.
...@@ -66,7 +66,7 @@ itself and the Spring Boot CLI. Get `gvm` from ...@@ -66,7 +66,7 @@ itself and the Spring Boot CLI. Get `gvm` from
$ gvm install springboot $ gvm install springboot
$ spring --version $ spring --version
Spring Boot v1.0.0.RC3 Spring Boot v1.0.0.RC4
> **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.
...@@ -86,7 +86,7 @@ You can see it by doing this: ...@@ -86,7 +86,7 @@ You can see it by doing this:
Available Springboot Versions Available Springboot Versions
================================================================================ ================================================================================
> + dev > + dev
* 1.0.0.RC3 * 1.0.0.RC4
================================================================================ ================================================================================
+ - local version + - local version
...@@ -163,7 +163,7 @@ Create a `pom.xml` to import the appropriate Spring Boot starters: ...@@ -163,7 +163,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>1.0.0.RC3</version> <version>1.0.0.RC4</version>
</parent> </parent>
<!-- Add typical dependencies for a web application --> <!-- Add typical dependencies for a web application -->
......
This diff is collapsed.
...@@ -210,8 +210,8 @@ configurations { ...@@ -210,8 +210,8 @@ configurations {
} }
dependencies { dependencies {
compile("org.springframework.boot:spring-boot-starter-web:1.0.0.RC3") compile("org.springframework.boot:spring-boot-starter-web:1.0.0.RC4")
compile("org.springframework.boot:spring-boot-starter-jetty:1.0.0.RC3") compile("org.springframework.boot:spring-boot-starter-jetty:1.0.0.RC4")
... ...
} }
``` ```
......
...@@ -12,8 +12,8 @@ before you begin: ...@@ -12,8 +12,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-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) * [spring-boot-cli-1.0.0.RC4-bin.zip](http://repo.spring.io/milestone/org/springframework/boot/spring-boot-cli/1.0.0.RC4/spring-boot-cli-1.0.0.RC4-bin.zip)
* [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) * [spring-boot-cli-1.0.0.RC4-bin.tar.gz](http://repo.spring.io/milestone/org/springframework/boot/spring-boot-cli/1.0.0.RC4/spring-boot-cli-1.0.0.RC4-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.
...@@ -34,7 +34,7 @@ itself and the Spring Boot CLI. Get `gvm` from ...@@ -34,7 +34,7 @@ itself and the Spring Boot CLI. Get `gvm` from
$ gvm install springboot $ gvm install springboot
$ spring --version $ spring --version
Spring Boot v1.0.0.RC3 Spring Boot v1.0.0.RC4
> **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.
...@@ -54,7 +54,7 @@ You can see it by doing this: ...@@ -54,7 +54,7 @@ You can see it by doing this:
Available Springboot Versions Available Springboot Versions
================================================================================ ================================================================================
> + dev > + dev
* 1.0.0.RC3 * 1.0.0.RC4
================================================================================ ================================================================================
+ - local version + - local version
......
...@@ -21,7 +21,7 @@ spring-boot-starter-parent, e.g. ...@@ -21,7 +21,7 @@ spring-boot-starter-parent, e.g.
<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>1.0.0.RC3</version> <version>1.0.0.RC4</version>
</parent> </parent>
``` ```
...@@ -108,7 +108,7 @@ not the plugin management) using ...@@ -108,7 +108,7 @@ not the plugin management) using
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId> <artifactId>spring-boot-starter-parent</artifactId>
<version>1.0.0.RC3</version> <version>1.0.0.RC4</version>
<scope>import</scope> <scope>import</scope>
</dependency> </dependency>
</dependencies> </dependencies>
...@@ -153,7 +153,7 @@ exactly the same way, for instance, so a typical project might have a ...@@ -153,7 +153,7 @@ exactly the same way, for instance, so a typical project might have a
buildscript { buildscript {
ext { ext {
springBootVersion = '1.0.0.RC3' springBootVersion = '1.0.0.RC4'
} }
repositories { repositories {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment