@@ -44,8 +44,8 @@ before you begin:
44
44
### Manual installation
45
45
You can download the Spring CLI distribution from the Spring software repository:
46
46
47
- * [ spring-boot-cli-1.0.0.RC2 -bin.zip] ( http://repo.spring.io/milestone/org/springframework/boot/spring-boot-cli/1.0.0.RC2 /spring-boot-cli-1.0.0.RC2 -bin.zip )
48
- * [ spring-boot-cli-1.0.0.RC2 -bin.tar.gz] ( http://repo.spring.io/milestone/org/springframework/boot/spring-boot-cli/1.0.0.RC2 /spring-boot-cli-1.0.0.RC2 -bin.tar.gz )
47
+ * [ spring-boot-cli-1.0.0.RC3 -bin.zip] ( http://repo.spring.io/milestone/org/springframework/boot/spring-boot-cli/1.0.0.RC3 /spring-boot-cli-1.0.0.RC3 -bin.zip )
48
+ * [ spring-boot-cli-1.0.0.RC3 -bin.tar.gz] ( http://repo.spring.io/milestone/org/springframework/boot/spring-boot-cli/1.0.0.RC3 /spring-boot-cli-1.0.0.RC3 -bin.tar.gz )
49
49
50
50
Cutting edge [ snapshot distributions] ( http://repo.spring.io/snapshot/org/springframework/boot/spring-boot-cli/ )
51
51
are also available.
@@ -66,7 +66,7 @@ itself and the Spring Boot CLI. Get `gvm` from
66
66
67
67
$ gvm install springboot
68
68
$ spring --version
69
- Spring Boot v1.0.0.RC2
69
+ Spring Boot v1.0.0.RC3
70
70
71
71
> ** Note:** If you are developing features for the CLI and want easy access to the version you just built, follow these extra instructions.
72
72
@@ -86,7 +86,7 @@ You can see it by doing this:
86
86
Available Springboot Versions
87
87
================================================================================
88
88
> + dev
89
- * 1.0.0.RC2
89
+ * 1.0.0.RC3
90
90
91
91
================================================================================
92
92
+ - local version
@@ -163,7 +163,7 @@ Create a `pom.xml` to import the appropriate Spring Boot starters:
163
163
<parent >
164
164
<groupId >org.springframework.boot</groupId >
165
165
<artifactId >spring-boot-starter-parent</artifactId >
166
- <version >1.0.0.RC2 </version >
166
+ <version >1.0.0.RC3 </version >
167
167
</parent >
168
168
169
169
<!-- Add typical dependencies for a web application -->
0 commit comments