diff --git a/1.4.x/multi/multi__quick_start.html b/1.4.x/multi/multi__quick_start.html index 3b6f3d0b..2f6f6e17 100644 --- a/1.4.x/multi/multi__quick_start.html +++ b/1.4.x/multi/multi__quick_start.html @@ -36,7 +36,7 @@ users. Example Maven configuration:

pom.xml. 

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

pom.xml.  <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-dependencies</artifactId> - <version>Brixton.RELEASE</version> + <version>Edgware.SR2</version> <type>pom</type> <scope>import</scope> </dependency> diff --git a/1.4.x/single/spring-cloud-config.html b/1.4.x/single/spring-cloud-config.html index 36edf938..bcbdfa72 100644 --- a/1.4.x/single/spring-cloud-config.html +++ b/1.4.x/single/spring-cloud-config.html @@ -36,7 +36,7 @@ users. Example Maven configuration:

pom.xml. 

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

pom.xml.  <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-dependencies</artifactId> - <version>Brixton.RELEASE</version> + <version>Edgware.SR2</version> <type>pom</type> <scope>import</scope> </dependency> diff --git a/1.4.x/spring-cloud-config.xml b/1.4.x/spring-cloud-config.xml index 70e6bff7..a65f3814 100644 --- a/1.4.x/spring-cloud-config.xml +++ b/1.4.x/spring-cloud-config.xml @@ -64,7 +64,7 @@ users. Example Maven configuration: <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>1.3.5.RELEASE</version> + <version>1.5.10.RELEASE</version> <relativePath /> <!-- lookup parent from repository --> </parent> @@ -73,7 +73,7 @@ users. Example Maven configuration: <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-dependencies</artifactId> - <version>Brixton.RELEASE</version> + <version>Edgware.SR2</version> <type>pom</type> <scope>import</scope> </dependency>