Updated Stream component versions to 1.1.0.RELEASE

This commit is contained in:
Marius Bogoevici
2016-09-21 21:45:18 -04:00
parent 2d549fc2b4
commit 604967c8e5
3 changed files with 8 additions and 8 deletions

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream-parent</artifactId>
<version>1.1.0.RC1</version>
<version>1.1.0.RELEASE</version>
<relativePath />
</parent>
<artifactId>spring-cloud-stream-docs</artifactId>
@@ -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.RELEASE</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.RELEASE</version>
</dependency>
</dependencies>
<profiles>