From 8965eeaa7675de20d0b0a3b8be0bbdef96d062c6 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Thu, 5 Sep 2013 15:20:30 +0100 Subject: [PATCH] Update M1->M2 in README --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index bb2cd3aa23..5edb681ec8 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.M1-bin.zip](http://repo.springsource.org/milestone/org/springframework/boot/spring-boot-cli/0.5.0.M1/spring-boot-cli-0.5.0.M1-bin.zip) -* [spring-boot-cli-0.5.0.M1-bin.tar.gz](http://repo.springsource.org/milestone/org/springframework/boot/spring-boot-cli/0.5.0.M1/spring-boot-cli-0.5.0.M1-bin.tar.gz) +* [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) 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.M1 + Spring Boot v0.5.0.M2 ### 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.M1 + 0.5.0.M2 @@ -153,7 +153,7 @@ Create a `pom.xml` to import the appropriate Spring Boot starters: - + spring-snapshots