diff --git a/docs/src/main/asciidoc/quickstart.adoc b/docs/src/main/asciidoc/quickstart.adoc
index 00881857..4046d456 100644
--- a/docs/src/main/asciidoc/quickstart.adoc
+++ b/docs/src/main/asciidoc/quickstart.adoc
@@ -61,7 +61,7 @@ To use these features in an application, just build it as a Spring
Boot application that depends on spring-cloud-config-client (e.g. see
the test cases for the config-client, or the sample app). The most
convenient way to add the dependency is via a Spring Boot starter
-`org.springframework.cloud:spring-cloud-starter`. There is also a
+`org.springframework.cloud:spring-cloud-starter-config`. There is also a
parent pom and BOM (`spring-cloud-starter-parent`) for Maven users and a
Spring IO version management properties file for Gradle and Spring CLI
users. Example Maven configuration:
@@ -72,7 +72,7 @@ users. Example Maven configuration:
org.springframework.boot
spring-boot-starter-parent
- 1.1.7.RELEASE
+ 1.2.3.RELEASE
@@ -81,7 +81,7 @@ users. Example Maven configuration:
org.springframework.cloud
spring-cloud-starter-parent
- 1.0.0.BUILD-SNAPSHOT
+ 1.0.1.RELEASE
pom
import
@@ -91,7 +91,7 @@ users. Example Maven configuration:
org.springframework.cloud
- spring-cloud-starter
+ spring-cloud-starter-config
org.springframework.boot