@ -62,7 +62,7 @@ itself and the Spring Boot CLI. Get `gvm` from
@@ -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:
@@ -131,7 +131,7 @@ Create a `pom.xml` to import the appropriate Spring Boot starters:
<!-- Add typical dependencies for a web application -->
@ -153,7 +153,7 @@ Create a `pom.xml` to import the appropriate Spring Boot starters:
@@ -153,7 +153,7 @@ Create a `pom.xml` to import the appropriate Spring Boot starters:
</build>
<!-- Allow access to Spring milestones and snapshots -->
<!-- (you don't need this if you are using anything after 0.5.0.M1) -->
<!-- (you don't need this if you are using anything after 0.5.0.M2) -->