Update READMEs to reference latest version number
This commit is contained in:
parent
595cb6d55b
commit
4a0ef9720b
16
README.md
16
README.md
|
|
@ -44,8 +44,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.M6-bin.zip](http://repo.spring.io/milestone/org/springframework/boot/spring-boot-cli/0.5.0.M6/spring-boot-cli-0.5.0.M6-bin.zip)
|
* [spring-boot-cli-1.0.0.RC1-bin.zip](http://repo.spring.io/milestone/org/springframework/boot/spring-boot-cli/1.0.0.RC1/spring-boot-cli-1.0.0.RC1-bin.zip)
|
||||||
* [spring-boot-cli-0.5.0.M6-bin.tar.gz](http://repo.spring.io/milestone/org/springframework/boot/spring-boot-cli/0.5.0.M6/spring-boot-cli-0.5.0.M6-bin.tar.gz)
|
* [spring-boot-cli-1.0.0.RC1-bin.tar.gz](http://repo.spring.io/milestone/org/springframework/boot/spring-boot-cli/1.0.0.RC1/spring-boot-cli-1.0.0.RC1-bin.tar.gz)
|
||||||
|
|
||||||
Cutting edge [snapshot distributions](http://repo.spring.io/snapshot/org/springframework/boot/spring-boot-cli/)
|
Cutting edge [snapshot distributions](http://repo.spring.io/snapshot/org/springframework/boot/spring-boot-cli/)
|
||||||
are also available.
|
are also available.
|
||||||
|
|
@ -66,14 +66,14 @@ itself and the Spring Boot CLI. Get `gvm` from
|
||||||
|
|
||||||
$ gvm install springboot
|
$ gvm install springboot
|
||||||
$ spring --version
|
$ spring --version
|
||||||
Spring Boot v0.5.0.M6
|
Spring Boot v1.0.0.RC1
|
||||||
|
|
||||||
> **Note:** If you are developing features for the CLI and want easy access to the version you just built, follow these extra instructions.
|
> **Note:** If you are developing features for the CLI and want easy access to the version you just built, follow these extra instructions.
|
||||||
|
|
||||||
$ gvm install springboot dev /path/to/spring-boot/spring-boot-cli/target/spring-boot-cli-0.5.0.BUILD-SNAPSHOT-bin/spring-0.5.0.BUILD-SNAPSHOT/
|
$ gvm install springboot dev /path/to/spring-boot/spring-boot-cli/target/spring-boot-cli-1.0.0.BUILD-SNAPSHOT-bin/spring-1.0.0.BUILD-SNAPSHOT/
|
||||||
$ gvm use springboot dev
|
$ gvm use springboot dev
|
||||||
$ spring --version
|
$ spring --version
|
||||||
Spring CLI v0.5.0.BUILD-SNAPSHOT
|
Spring CLI v1.0.0.BUILD-SNAPSHOT
|
||||||
|
|
||||||
This will install a local instance of `spring` called the `dev` instance inside your gvm repository. It points at your target build location, so every time you rebuild Spring Boot, `spring` will be up-to-date.
|
This will install a local instance of `spring` called the `dev` instance inside your gvm repository. It points at your target build location, so every time you rebuild Spring Boot, `spring` will be up-to-date.
|
||||||
|
|
||||||
|
|
@ -86,7 +86,7 @@ You can see it by doing this:
|
||||||
Available Springboot Versions
|
Available Springboot Versions
|
||||||
================================================================================
|
================================================================================
|
||||||
> + dev
|
> + dev
|
||||||
* 0.5.0.M6
|
* 1.0.0.RC1
|
||||||
|
|
||||||
================================================================================
|
================================================================================
|
||||||
+ - local version
|
+ - local version
|
||||||
|
|
@ -163,7 +163,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.M6</version>
|
<version>1.0.0.RC1</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<!-- Add typical dependencies for a web application -->
|
<!-- Add typical dependencies for a web application -->
|
||||||
|
|
@ -185,7 +185,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.RELEASE) -->
|
<!-- (you don't need this if you are using anything after 1.0.0.RELEASE) -->
|
||||||
<repositories>
|
<repositories>
|
||||||
<repository>
|
<repository>
|
||||||
<id>spring-snapshots</id>
|
<id>spring-snapshots</id>
|
||||||
|
|
|
||||||
|
|
@ -12,8 +12,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.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)
|
* [spring-boot-cli-1.0.0.RC1-bin.zip](http://repo.spring.io/milestone/org/springframework/boot/spring-boot-cli/1.0.0.RC1/spring-boot-cli-1.0.0.RC1-bin.zip)
|
||||||
* [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)
|
* [spring-boot-cli-1.0.0.RC1-bin.tar.gz](http://repo.spring.io/milestone/org/springframework/boot/spring-boot-cli/1.0.0.RC1/spring-boot-cli-1.0.0.RC1-bin.tar.gz)
|
||||||
|
|
||||||
Cutting edge [snapshot distributions](http://repo.spring.io/snapshot/org/springframework/boot/spring-boot-cli/)
|
Cutting edge [snapshot distributions](http://repo.spring.io/snapshot/org/springframework/boot/spring-boot-cli/)
|
||||||
are also available.
|
are also available.
|
||||||
|
|
@ -34,14 +34,14 @@ itself and the Spring Boot CLI. Get `gvm` from
|
||||||
|
|
||||||
$ gvm install springboot
|
$ gvm install springboot
|
||||||
$ spring --version
|
$ spring --version
|
||||||
Spring Boot v0.5.0.M5
|
Spring Boot v1.0.0.RC1
|
||||||
|
|
||||||
> **Note:** If you are developing features for the CLI and want easy access to the version you just built, follow these extra instructions.
|
> **Note:** If you are developing features for the CLI and want easy access to the version you just built, follow these extra instructions.
|
||||||
|
|
||||||
$ gvm install springboot dev /path/to/spring-boot/spring-boot-cli/target/spring-boot-cli-0.5.0.BUILD-SNAPSHOT-bin/spring-0.5.0.BUILD-SNAPSHOT/
|
$ gvm install springboot dev /path/to/spring-boot/spring-boot-cli/target/spring-boot-cli-1.0.0.BUILD-SNAPSHOT-bin/spring-1.0.0.BUILD-SNAPSHOT/
|
||||||
$ gvm use springboot dev
|
$ gvm use springboot dev
|
||||||
$ spring --version
|
$ spring --version
|
||||||
Spring CLI v0.5.0.BUILD-SNAPSHOT
|
Spring CLI v1.0.0.BUILD-SNAPSHOT
|
||||||
|
|
||||||
This will install a local instance of `spring` called the `dev` instance inside your gvm repository. It points at your target build location, so every time you rebuild Spring Boot, `spring` will be up-to-date.
|
This will install a local instance of `spring` called the `dev` instance inside your gvm repository. It points at your target build location, so every time you rebuild Spring Boot, `spring` will be up-to-date.
|
||||||
|
|
||||||
|
|
@ -54,7 +54,7 @@ You can see it by doing this:
|
||||||
Available Springboot Versions
|
Available Springboot Versions
|
||||||
================================================================================
|
================================================================================
|
||||||
> + dev
|
> + dev
|
||||||
* 0.5.0.M5
|
* 1.0.0.RC1
|
||||||
|
|
||||||
================================================================================
|
================================================================================
|
||||||
+ - local version
|
+ - local version
|
||||||
|
|
@ -162,7 +162,7 @@ class Application implements CommandLineRunner {
|
||||||
|
|
||||||
@Autowired
|
@Autowired
|
||||||
SharedService service
|
SharedService service
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
void run(String... args) {
|
void run(String... args) {
|
||||||
println service.message
|
println service.message
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue