Skip to content

Commit 1dd0cca

Browse files
author
Dave Syer
committed
Update M4->M5 in README
1 parent af0d08c commit 1dd0cca

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

README.md

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

43-
* [spring-boot-cli-0.5.0.M4-bin.zip](http://repo.spring.io/milestone/org/springframework/boot/spring-boot-cli/0.5.0.M4/spring-boot-cli-0.5.0.M4-bin.zip)
44-
* [spring-boot-cli-0.5.0.M4-bin.tar.gz](http://repo.spring.io/milestone/org/springframework/boot/spring-boot-cli/0.5.0.M4/spring-boot-cli-0.5.0.M4-bin.tar.gz)
43+
* [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)
44+
* [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)
4545

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

6363
$ gvm install springboot
6464
$ spring --version
65-
Spring Boot v0.5.0.M4
65+
Spring Boot v0.5.0.M5
6666

6767
> **Note:** If you are developing features for the CLI and want easy access to the version you just built, follow these extra instructions.
6868
@@ -82,7 +82,7 @@ You can see it by doing this:
8282
Available Springboot Versions
8383
================================================================================
8484
> + dev
85-
* 0.5.0.M4
85+
* 0.5.0.M5
8686
8787
================================================================================
8888
+ - local version
@@ -158,7 +158,7 @@ Create a `pom.xml` to import the appropriate Spring Boot starters:
158158
<parent>
159159
<groupId>org.springframework.boot</groupId>
160160
<artifactId>spring-boot-starter-parent</artifactId>
161-
<version>0.5.0.M4</version>
161+
<version>0.5.0.M5</version>
162162
</parent>
163163

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

spring-boot-cli/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ before you begin:
1212
### Manual installation
1313
You can download the Spring CLI distribution from the Spring software repository:
1414

15-
* [spring-boot-cli-0.5.0.M4-bin.zip](http://repo.spring.io/milestone/org/springframework/boot/spring-boot-cli/0.5.0.M4/spring-boot-cli-0.5.0.M4-bin.zip)
16-
* [spring-boot-cli-0.5.0.M4-bin.tar.gz](http://repo.spring.io/milestone/org/springframework/boot/spring-boot-cli/0.5.0.M4/spring-boot-cli-0.5.0.M4-bin.tar.gz)
15+
* [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)
16+
* [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)
1717

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

3535
$ gvm install springboot
3636
$ spring --version
37-
Spring Boot v0.5.0.M4
37+
Spring Boot v0.5.0.M5
3838

3939
> **Note:** If you are developing features for the CLI and want easy access to the version you just built, follow these extra instructions.
4040
@@ -54,7 +54,7 @@ You can see it by doing this:
5454
Available Springboot Versions
5555
================================================================================
5656
> + dev
57-
* 0.5.0.M4
57+
* 0.5.0.M5
5858
5959
================================================================================
6060
+ - local version

0 commit comments

Comments
 (0)