Reverted to snapshots

This commit is contained in:
Marius Bogoevici
2016-09-20 16:11:27 -04:00
parent a3f6bd5bde
commit 950a2d20c6
2 changed files with 5 additions and 5 deletions

View File

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