diff --git a/README.adoc b/README.adoc index 680dfc7..19ece70 100644 --- a/README.adoc +++ b/README.adoc @@ -1,21 +1,12 @@ // Do not edit this file (e.g. go instead to src/main/asciidoc) -Spring Cloud Starters are curated sets of dependencies focused on a particular type of workload. Including a starter on your classpath is really just a shorthand for including its dependencies, but it makes it easier to organize your code and easier to remember what the dependencies are for. (See also http://github.com/spring-projects/spring-boot/tree/master/spring-boot-starters[Spring Boot starter projects].) Starters provided include: - -* spring-cloud-starter -* spring-cloud-starter-bus-amqp -* spring-cloud-starter-cloudfoundry -* spring-cloud-starter-eureka -* spring-cloud-starter-eureka-server -* spring-cloud-starter-feign -* spring-cloud-starter-hystrix -* spring-cloud-starter-hystrix-dashboard -* spring-cloud-starter-oauth2 -* spring-cloud-starter-ribbon -* spring-cloud-starter-security -* spring-cloud-starter-turbine -* spring-cloud-starter-turbine-amqp -* spring-cloud-starter-zuul +Spring Cloud Release Train is a curated set of dependencies across a +range of Spring Cloud projects. You consume it by using the +spring-cloud-dependencies POM to manage dependencies in Maven or +Gradle. The release trains have names, not versions, to avoid +confusion with the sub-projects. The names are an alphabetic sequence +(so you can sort them chronologically) with names of London Tube +stations ("Angel" is the first release, "Brixton" is the second). == Contributing diff --git a/docs/src/main/asciidoc/intro.adoc b/docs/src/main/asciidoc/intro.adoc index 0d59a74..5ae66a3 100644 --- a/docs/src/main/asciidoc/intro.adoc +++ b/docs/src/main/asciidoc/intro.adoc @@ -1,16 +1,7 @@ -Spring Cloud Starters are curated sets of dependencies focused on a particular type of workload. Including a starter on your classpath is really just a shorthand for including its dependencies, but it makes it easier to organize your code and easier to remember what the dependencies are for. (See also http://github.com/spring-projects/spring-boot/tree/master/spring-boot-starters[Spring Boot starter projects].) Starters provided include: - -* spring-cloud-starter -* spring-cloud-starter-bus-amqp -* spring-cloud-starter-cloudfoundry -* spring-cloud-starter-eureka -* spring-cloud-starter-eureka-server -* spring-cloud-starter-feign -* spring-cloud-starter-hystrix -* spring-cloud-starter-hystrix-dashboard -* spring-cloud-starter-oauth2 -* spring-cloud-starter-ribbon -* spring-cloud-starter-security -* spring-cloud-starter-turbine -* spring-cloud-starter-turbine-amqp -* spring-cloud-starter-zuul +Spring Cloud Release Train is a curated set of dependencies across a +range of Spring Cloud projects. You consume it by using the +spring-cloud-dependencies POM to manage dependencies in Maven or +Gradle. The release trains have names, not versions, to avoid +confusion with the sub-projects. The names are an alphabetic sequence +(so you can sort them chronologically) with names of London Tube +stations ("Angel" is the first release, "Brixton" is the second). \ No newline at end of file diff --git a/docs/src/main/asciidoc/spring-cloud-starters.adoc b/docs/src/main/asciidoc/spring-cloud-starters.adoc index ae8c084..4e97ee7 100644 --- a/docs/src/main/asciidoc/spring-cloud-starters.adoc +++ b/docs/src/main/asciidoc/spring-cloud-starters.adoc @@ -1,11 +1,11 @@ -:github: https://github.com/spring-cloud/spring-cloud-starters +:github: https://github.com/spring-cloud/spring-cloud-release :githubmaster: {github}/tree/master :docslink: {githubmaster}/docs/src/main/asciidoc :springcloudversion: Camden.BUILD-SNAPSHOT :springioplatformversion: 2.0.3.BUILD-SNAPSHOT :springBootVersion: 1.4.0.BUILD-SNAPSHOT -= Spring Cloud Starters += Spring Cloud Release Train include::intro.adoc[]