Removed snapshot versions for Spring Cloud Stream's Rabbit binder

This commit is contained in:
Michael Minella
2016-06-14 14:40:51 -05:00
parent 2cc39475b5
commit 1b3aac1b8d
2 changed files with 2 additions and 2 deletions

View File

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

View File

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