Updated version numbers in docs and samples

This commit is contained in:
Glenn Renfro
2017-01-06 15:42:53 -05:00
parent 6c1d8a21f1
commit 6efa8fd7a7
9 changed files with 9 additions and 9 deletions

View File

@@ -17,7 +17,7 @@ $ ./mvnw clean install
[source,shell,indent=2]
----
$ java -jar target/task-events-1.1.0.RELEASE.jar --spring.cloud.stream.bindings.task-events.contentType=application/json
$ java -jar target/task-events-1.1.1.RELEASE.jar --spring.cloud.stream.bindings.task-events.contentType=application/json
----
You can listen for the events on the task-events channel with a Spring Cloud Stream Sink