Update Kafka binder to 1.1.0.RC2

This commit is contained in:
Marius Bogoevici
2016-09-07 19:50:23 -04:00
parent b2fe549ae7
commit 310458b140
3 changed files with 4 additions and 4 deletions

View File

@@ -30,12 +30,12 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream-binder-kafka</artifactId>
<version>1.1.0.BUILD-SNAPSHOT</version>
<version>1.1.0.RC2</version>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream-binder-rabbit</artifactId>
<version>1.1.0.BUILD-SNAPSHOT</version>
<version>1.1.0.RC1</version>
</dependency>
</dependencies>
<profiles>