@@ -40,8 +40,8 @@ before you begin:
40
40
### Manual installation
41
41
You can download the Spring CLI distribution from the Spring software repository:
42
42
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 )
45
45
46
46
Cutting edge [ snapshot distributions] ( http://repo.spring.io/snapshot/org/springframework/boot/spring-boot-cli/ )
47
47
are also available.
@@ -62,7 +62,7 @@ itself and the Spring Boot CLI. Get `gvm` from
62
62
63
63
$ gvm install springboot
64
64
$ spring --version
65
- Spring Boot v0.5.0.M4
65
+ Spring Boot v0.5.0.M5
66
66
67
67
> ** Note:** If you are developing features for the CLI and want easy access to the version you just built, follow these extra instructions.
68
68
@@ -82,7 +82,7 @@ You can see it by doing this:
82
82
Available Springboot Versions
83
83
================================================================================
84
84
> + dev
85
- * 0.5.0.M4
85
+ * 0.5.0.M5
86
86
87
87
================================================================================
88
88
+ - local version
@@ -158,7 +158,7 @@ Create a `pom.xml` to import the appropriate Spring Boot starters:
158
158
<parent >
159
159
<groupId >org.springframework.boot</groupId >
160
160
<artifactId >spring-boot-starter-parent</artifactId >
161
- <version >0.5.0.M4 </version >
161
+ <version >0.5.0.M5 </version >
162
162
</parent >
163
163
164
164
<!-- Add typical dependencies for a web application -->
0 commit comments