Fix next snapshot version to 1.1.1.BUILD-SNAPSHOT

This commit is contained in:
Marius Bogoevici
2016-09-21 18:17:06 -04:00
parent 54c71707d1
commit d1e8559dfd
5 changed files with 8 additions and 8 deletions

View File

@@ -2,7 +2,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>spring-cloud-stream-binder-rabbit-parent</artifactId>
<version>1.1.0.BUILD-SNAPSHOT</version>
<version>1.1.1.BUILD-SNAPSHOT</version>
<packaging>pom</packaging>
<parent>
<groupId>org.springframework.cloud</groupId>
@@ -15,7 +15,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream-binder-rabbit</artifactId>
<version>1.1.0.BUILD-SNAPSHOT</version>
<version>1.1.1.BUILD-SNAPSHOT</version>
</dependency>
</dependencies>
</dependencyManagement>

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream-binder-rabbit-parent</artifactId>
<version>1.1.0.BUILD-SNAPSHOT</version>
<version>1.1.1.BUILD-SNAPSHOT</version>
</parent>
<artifactId>spring-cloud-starter-stream-rabbit</artifactId>
<description>Spring Cloud Starter Stream Rabbit</description>

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream-binder-rabbit-parent</artifactId>
<version>1.1.0.BUILD-SNAPSHOT</version>
<version>1.1.1.BUILD-SNAPSHOT</version>
</parent>
<artifactId>spring-cloud-stream-binder-rabbit-docs</artifactId>
@@ -18,7 +18,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream-binder-rabbit</artifactId>
<version>1.1.0.BUILD-SNAPSHOT</version>
<version>1.1.1.BUILD-SNAPSHOT</version>
</dependency>
</dependencies>
<profiles>

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream-binder-rabbit-parent</artifactId>
<version>1.1.0.BUILD-SNAPSHOT</version>
<version>1.1.1.BUILD-SNAPSHOT</version>
</parent>
<artifactId>spring-cloud-stream-binder-rabbit-test-support</artifactId>
<description>Rabbit related test classes</description>

View File

@@ -10,7 +10,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream-binder-rabbit-parent</artifactId>
<version>1.1.0.BUILD-SNAPSHOT</version>
<version>1.1.1.BUILD-SNAPSHOT</version>
</parent>
<dependencies>
@@ -50,7 +50,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream-binder-rabbit-test-support</artifactId>
<version>1.1.0.BUILD-SNAPSHOT</version>
<version>1.1.1.BUILD-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>