Updated Deployer Dependencies

Updated Deployer Dependencies from 1.1.1.BUILD-SNAPSHOT to 1.1.2.RELEASE
This commit is contained in:
Glenn Renfro
2017-01-10 13:41:09 -05:00
parent a66db57efc
commit 3df7995a37
10 changed files with 12 additions and 12 deletions

View File

@@ -17,7 +17,7 @@ $ ./mvnw clean install
[source,shell,indent=2]
----
$ java -jar target/task-events-1.1.1.RELEASE.jar --spring.cloud.stream.bindings.task-events.contentType=application/json
$ java -jar target/task-events-1.1.2.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