From eb246d6bed83d14215a7788c847244278c4ae82d Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Sun, 8 Sep 2013 22:31:54 -0700 Subject: [PATCH] Update README.md to M4 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5edb681ec8..c1bdf7fc43 100644 --- a/README.md +++ b/README.md @@ -40,8 +40,8 @@ before you begin: ### Manual installation You can download the Spring CLI distribution from the Spring software repository: -* [spring-boot-cli-0.5.0.M2-bin.zip](http://repo.springsource.org/milestone/org/springframework/boot/spring-boot-cli/0.5.0.M2/spring-boot-cli-0.5.0.M2-bin.zip) -* [spring-boot-cli-0.5.0.M2-bin.tar.gz](http://repo.springsource.org/milestone/org/springframework/boot/spring-boot-cli/0.5.0.M2/spring-boot-cli-0.5.0.M2-bin.tar.gz) +* [spring-boot-cli-0.5.0.M4-bin.zip](http://repo.springsource.org/milestone/org/springframework/boot/spring-boot-cli/0.5.0.M4/spring-boot-cli-0.5.0.M4-bin.zip) +* [spring-boot-cli-0.5.0.M4-bin.tar.gz](http://repo.springsource.org/milestone/org/springframework/boot/spring-boot-cli/0.5.0.M4/spring-boot-cli-0.5.0.M4-bin.tar.gz) Cutting edge [snapshot distributions](http://repo.springsource.org/snapshot/org/springframework/boot/spring-boot-cli/) are also available. @@ -62,7 +62,7 @@ itself and the Spring Boot CLI. Get `gvm` from $ gvm install springboot $ spring --version - Spring Boot v0.5.0.M2 + Spring Boot v0.5.0.M4 ### OSX Homebrew installation If you are on a Mac and using [homebrew](http://brew.sh/), all you need to do to install @@ -131,7 +131,7 @@ Create a `pom.xml` to import the appropriate Spring Boot starters: org.springframework.boot spring-boot-starter-parent - 0.5.0.M2 + 0.5.0.M4