Updated versions in documentation & dependency management within samples

Versions where updated in documentation that is included in the
generation of our reference documentation.

Also, to clean up version management within the samples, the
spring-cloud-task-dependencies was introduced into each pom so that
versions are managed at that level.

Updated a version number
This commit is contained in:
Michael Minella
2016-06-14 13:31:47 -05:00
committed by Glenn Renfro
parent 30fe0602d0
commit bf50b7ad30
10 changed files with 91 additions and 16 deletions

View File

@@ -22,6 +22,18 @@
<skipInstall>true</skipInstall>
</properties>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-task-dependencies</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>