Update to 1.1.1.RELEASE

This commit is contained in:
Dave Syer
2016-08-19 08:08:39 +01:00
parent bf1abe00b9
commit 94174df768
6 changed files with 10 additions and 10 deletions

View File

@@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-bus-parent</artifactId>
<version>1.1.1.BUILD-SNAPSHOT</version>
<version>1.1.1.RELEASE</version>
</parent>
<packaging>pom</packaging>
<name>Spring Cloud Bus Docs</name>

View File

@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>spring-cloud-bus-parent</artifactId>
<version>1.1.1.BUILD-SNAPSHOT</version>
<version>1.1.1.RELEASE</version>
<packaging>pom</packaging>
<name>spring-cloud-bus-parent</name>
@@ -13,7 +13,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-build</artifactId>
<version>1.1.2.BUILD-SNAPSHOT</version>
<version>1.1.2.RELEASE</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>

View File

@@ -5,17 +5,17 @@
<parent>
<artifactId>spring-cloud-dependencies-parent</artifactId>
<groupId>org.springframework.cloud</groupId>
<version>1.1.1.BUILD-SNAPSHOT</version>
<version>1.1.1.RELEASE</version>
<relativePath/>
</parent>
<artifactId>spring-cloud-bus-dependencies</artifactId>
<version>1.1.1.BUILD-SNAPSHOT</version>
<version>1.1.1.RELEASE</version>
<packaging>pom</packaging>
<name>spring-cloud-bus-dependencies</name>
<description>Spring Cloud Bus Dependencies</description>
<properties>
<spring-cloud-commons.version>1.1.1.BUILD-SNAPSHOT</spring-cloud-commons.version>
<spring-cloud-stream.version>1.0.1.BUILD-SNAPSHOT</spring-cloud-stream.version>
<spring-cloud-commons.version>1.1.1.RELEASE</spring-cloud-commons.version>
<spring-cloud-stream.version>1.0.2.RELEASE</spring-cloud-stream.version>
</properties>
<dependencyManagement>
<dependencies>

View File

@@ -12,7 +12,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-bus-parent</artifactId>
<version>1.1.1.BUILD-SNAPSHOT</version>
<version>1.1.1.RELEASE</version>
<relativePath>..</relativePath> <!-- lookup parent from repository -->
</parent>

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-bus-parent</artifactId>
<version>1.1.1.BUILD-SNAPSHOT</version>
<version>1.1.1.RELEASE</version>
<relativePath>..</relativePath>
</parent>
<artifactId>spring-cloud-starter-bus-amqp</artifactId>

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-bus-parent</artifactId>
<version>1.1.1.BUILD-SNAPSHOT</version>
<version>1.1.1.RELEASE</version>
<relativePath>..</relativePath>
</parent>
<artifactId>spring-cloud-starter-bus-kafka</artifactId>