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.
This commit is contained in:
Michael Minella
2016-06-14 13:31:47 -05:00
parent bf50b7ad30
commit 2cc39475b5

View File

@@ -53,7 +53,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-stream-rabbit</artifactId>
<version>1.0.2.RELEASE</version>
<version>1.0.3.BUILD-SNAPSHOT</version>
<scope>compile</scope>
</dependency>