Update for Brixton RELEASE

This commit is contained in:
Dave Syer
2016-05-11 09:50:25 +01:00
parent 1de99dcc8e
commit 78e4128cfd

View File

@@ -231,23 +231,23 @@ is a number.
Release train contents:
|Component|Angel.SR6 | Brixton.RC2 | Brixton.BUILD-SNAPSHOT |
|Component|Angel.SR6 | Brixton.RELEASE | Brixton.BUILD-SNAPSHOT |
|---------|----------------------------|---------------|------------------------|
|spring-cloud-aws | 1.0.4.RELEASE | 1.1.0.RC2 | 1.1.0.BUILD-SNAPSHOT |
|spring-cloud-bus | 1.0.3.RELEASE | 1.1.0.RC2 | 1.1.0.BUILD-SNAPSHOT |
|spring-cloud-cli | 1.0.6.RELEASE | 1.1.0.RC2 | 1.1.0.BUILD-SNAPSHOT |
|spring-cloud-commons | 1.0.5.RELEASE | 1.1.0.RC3 | 1.1.0.BUILD-SNAPSHOT |
|spring-cloud-config | 1.0.4.RELEASE | 1.1.0.RC2 | 1.1.0.BUILD-SNAPSHOT |
|spring-cloud-netflix | 1.0.7.RELEASE | 1.1.0.RC2 | 1.1.0.BUILD-SNAPSHOT |
|spring-cloud-security | 1.0.3.RELEASE | 1.1.0.RC2 | 1.1.0.BUILD-SNAPSHOT |
|spring-cloud-aws | 1.0.4.RELEASE | 1.1.0.RELEASE | 1.1.1.BUILD-SNAPSHOT |
|spring-cloud-bus | 1.0.3.RELEASE | 1.1.0.RELEASE | 1.1.1.BUILD-SNAPSHOT |
|spring-cloud-cli | 1.0.6.RELEASE | 1.1.0.RELEASE | 1.1.1.BUILD-SNAPSHOT |
|spring-cloud-commons | 1.0.5.RELEASE | 1.1.0.RELEASE | 1.1.1.BUILD-SNAPSHOT |
|spring-cloud-config | 1.0.4.RELEASE | 1.1.0.RELEASE | 1.1.1.BUILD-SNAPSHOT |
|spring-cloud-netflix | 1.0.7.RELEASE | 1.1.0.RELEASE | 1.1.1.BUILD-SNAPSHOT |
|spring-cloud-security | 1.0.3.RELEASE | 1.1.0.RELEASE | 1.1.1.BUILD-SNAPSHOT |
|spring-cloud-starters | 1.0.6.RELEASE | | |
|spring-cloud-cloudfoundry | | 1.0.0.RC2 | 1.0.0.BUILD-SNAPSHOT |
|spring-cloud-cluster | | 1.0.0.RC2 | 1.0.0.BUILD-SNAPSHOT |
|spring-cloud-consul | | 1.0.0.RC2 | 1.0.0.BUILD-SNAPSHOT |
|spring-cloud-sleuth | | 1.0.0.RC2 | 1.0.0.BUILD-SNAPSHOT |
|spring-cloud-stream | | 1.0.0.RC2 | 1.0.0.BUILD-SNAPSHOT |
|spring-cloud-zookeeper | | 1.0.0.RC2 | 1.0.0.BUILD-SNAPSHOT |
|spring-boot | 1.2.8.RELEASE| 1.3.3.RELEASE | 1.3.3.RELEASE |
|spring-cloud-cloudfoundry | | 1.0.0.RELEASE | 1.0.1.BUILD-SNAPSHOT |
|spring-cloud-cluster | | 1.0.0.RELEASE | 1.0.1.BUILD-SNAPSHOT |
|spring-cloud-consul | | 1.0.0.RELEASE | 1.0.1.BUILD-SNAPSHOT |
|spring-cloud-sleuth | | 1.0.0.RELEASE | 1.0.1.BUILD-SNAPSHOT |
|spring-cloud-stream | | 1.0.0.RELEASE | 1.0.1.BUILD-SNAPSHOT |
|spring-cloud-zookeeper | | 1.0.0.RELEASE | 1.0.1.BUILD-SNAPSHOT |
|spring-boot | 1.2.8.RELEASE| 1.3.5.RELEASE | 1.3.5.RELEASE |
|spring-cloud-stream-app-starters* | | | 1.0.0.BUILD-SNAPSHOT |
|spring-cloud-task* | | | 1.0.0.BUILD-SNAPSHOT |
@@ -264,7 +264,7 @@ Boot in 1.3.0).
Use your dependency management tools to control the version. If you
are using Maven remember that the first version declared wins, so
declare the BOMs in order, with the first one usually being the most
recent (e.g. if you want to use Spring Boot 1.3.4 with Brixton.RC2, put
recent (e.g. if you want to use Spring Boot 1.3.6 with Brixton.RELEASE, put
the Boot BOM first). The same rule applies to Gradle if you use the
Spring dependency management plugin.