Update M1->M2 in README
This commit is contained in:
parent
f63071d38a
commit
8965eeaa76
10
README.md
10
README.md
|
@ -40,8 +40,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-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.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.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.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/)
|
Cutting edge [snapshot distributions](http://repo.springsource.org/snapshot/org/springframework/boot/spring-boot-cli/)
|
||||||
are also available.
|
are also available.
|
||||||
|
@ -62,7 +62,7 @@ itself and the Spring Boot CLI. Get `gvm` from
|
||||||
|
|
||||||
$ gvm install springboot
|
$ gvm install springboot
|
||||||
$ spring --version
|
$ spring --version
|
||||||
Spring Boot v0.5.0.M1
|
Spring Boot v0.5.0.M2
|
||||||
|
|
||||||
### OSX Homebrew installation
|
### OSX Homebrew installation
|
||||||
If you are on a Mac and using [homebrew](http://brew.sh/), all you need to do to install
|
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:
|
||||||
<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>0.5.0.M1</version>
|
<version>0.5.0.M2</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<!-- Add typical dependencies for a web application -->
|
<!-- Add typical dependencies for a web application -->
|
||||||
|
@ -153,7 +153,7 @@ Create a `pom.xml` to import the appropriate Spring Boot starters:
|
||||||
</build>
|
</build>
|
||||||
|
|
||||||
<!-- Allow access to Spring milestones and snapshots -->
|
<!-- 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) -->
|
||||||
<repositories>
|
<repositories>
|
||||||
<repository>
|
<repository>
|
||||||
<id>spring-snapshots</id>
|
<id>spring-snapshots</id>
|
||||||
|
|
Loading…
Reference in New Issue