From b1f25919b4b2a256d3de4e14a0243a504ff4b5c5 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Tue, 7 Jun 2016 00:30:24 +0000 Subject: [PATCH] Sync docs from master to gh-pages --- spring-cloud-config.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/spring-cloud-config.html b/spring-cloud-config.html index 404e3afc..fe4a0120 100644 --- a/spring-cloud-config.html +++ b/spring-cloud-config.html @@ -549,7 +549,7 @@ users. Example Maven configuration:

   <parent>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-starter-parent</artifactId>
-       <version>1.2.3.RELEASE</version>
+       <version>1.3.5.RELEASE</version>
        <relativePath /> <!-- lookup parent from repository -->
    </parent>
 
@@ -557,8 +557,8 @@ users. Example Maven configuration:

<dependencies> <dependency> <groupId>org.springframework.cloud</groupId> - <artifactId>spring-cloud-starter-parent</artifactId> - <version>1.0.1.RELEASE</version> + <artifactId>spring-cloud-dependencies</artifactId> + <version>Brixton.RELEASE</version> <type>pom</type> <scope>import</scope> </dependency> @@ -2040,7 +2040,7 @@ grabbing it in the bootstrap context and injecting one).