Versions to 1.3.0.RELEASE, Bismuth-RELEASE

This commit is contained in:
Gary Russell
2017-09-29 11:31:06 -04:00
parent 4c33e5eb58
commit 9e46ec00a0
14 changed files with 17 additions and 17 deletions

View File

@@ -3,12 +3,12 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 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> <modelVersion>4.0.0</modelVersion>
<artifactId>spring-cloud-stream-parent</artifactId> <artifactId>spring-cloud-stream-parent</artifactId>
<version>1.3.0.BUILD-SNAPSHOT</version> <version>1.3.0.RELEASE</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<parent> <parent>
<groupId>org.springframework.cloud</groupId> <groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-build</artifactId> <artifactId>spring-cloud-build</artifactId>
<version>1.3.6.BUILD-SNAPSHOT</version> <version>1.3.5.RELEASE</version>
<relativePath/> <relativePath/>
</parent> </parent>
<scm> <scm>
@@ -23,7 +23,7 @@
<rxjava-reactive-streams.version>1.2.1</rxjava-reactive-streams.version> <rxjava-reactive-streams.version>1.2.1</rxjava-reactive-streams.version>
<spring.tuple.version>1.0.0.RELEASE</spring.tuple.version> <spring.tuple.version>1.0.0.RELEASE</spring.tuple.version>
<spring.integration.tuple.version>1.0.0.RELEASE</spring.integration.tuple.version> <spring.integration.tuple.version>1.0.0.RELEASE</spring.integration.tuple.version>
<reactor.version>Bismuth-M4</reactor.version> <reactor.version>Bismuth-RELEASE</reactor.version>
<kryo-shaded.version>3.0.3</kryo-shaded.version> <kryo-shaded.version>3.0.3</kryo-shaded.version>
<objenesis.version>2.1</objenesis.version> <objenesis.version>2.1</objenesis.version>
</properties> </properties>

View File

@@ -11,7 +11,7 @@
<parent> <parent>
<groupId>org.springframework.cloud</groupId> <groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream-parent</artifactId> <artifactId>spring-cloud-stream-parent</artifactId>
<version>1.3.0.BUILD-SNAPSHOT</version> <version>1.3.0.RELEASE</version>
</parent> </parent>
<dependencies> <dependencies>

View File

@@ -10,7 +10,7 @@
<parent> <parent>
<groupId>org.springframework.cloud</groupId> <groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream-parent</artifactId> <artifactId>spring-cloud-stream-parent</artifactId>
<version>1.3.0.BUILD-SNAPSHOT</version> <version>1.3.0.RELEASE</version>
</parent> </parent>
<dependencies> <dependencies>

View File

@@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.springframework.cloud</groupId> <groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream-parent</artifactId> <artifactId>spring-cloud-stream-parent</artifactId>
<version>1.3.0.BUILD-SNAPSHOT</version> <version>1.3.0.RELEASE</version>
</parent> </parent>
<artifactId>spring-cloud-stream-core-docs</artifactId> <artifactId>spring-cloud-stream-core-docs</artifactId>
<name>spring-cloud-stream-core-docs</name> <name>spring-cloud-stream-core-docs</name>

View File

@@ -10,7 +10,7 @@
<parent> <parent>
<groupId>org.springframework.cloud</groupId> <groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream-parent</artifactId> <artifactId>spring-cloud-stream-parent</artifactId>
<version>1.3.0.BUILD-SNAPSHOT</version> <version>1.3.0.RELEASE</version>
</parent> </parent>
<dependencies> <dependencies>

View File

@@ -11,7 +11,7 @@
<parent> <parent>
<groupId>org.springframework.cloud</groupId> <groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream-parent</artifactId> <artifactId>spring-cloud-stream-parent</artifactId>
<version>1.3.0.BUILD-SNAPSHOT</version> <version>1.3.0.RELEASE</version>
</parent> </parent>
<dependencies> <dependencies>

View File

@@ -3,7 +3,7 @@
<parent> <parent>
<groupId>org.springframework.cloud</groupId> <groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream-parent</artifactId> <artifactId>spring-cloud-stream-parent</artifactId>
<version>1.3.0.BUILD-SNAPSHOT</version> <version>1.3.0.RELEASE</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@@ -10,7 +10,7 @@
<parent> <parent>
<groupId>org.springframework.cloud</groupId> <groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream-parent</artifactId> <artifactId>spring-cloud-stream-parent</artifactId>
<version>1.3.0.BUILD-SNAPSHOT</version> <version>1.3.0.RELEASE</version>
</parent> </parent>
<dependencies> <dependencies>

View File

@@ -7,7 +7,7 @@
<parent> <parent>
<artifactId>spring-cloud-stream-parent</artifactId> <artifactId>spring-cloud-stream-parent</artifactId>
<groupId>org.springframework.cloud</groupId> <groupId>org.springframework.cloud</groupId>
<version>1.3.0.BUILD-SNAPSHOT</version> <version>1.3.0.RELEASE</version>
</parent> </parent>
<dependencies> <dependencies>

View File

@@ -3,7 +3,7 @@
<parent> <parent>
<artifactId>spring-cloud-stream-parent</artifactId> <artifactId>spring-cloud-stream-parent</artifactId>
<groupId>org.springframework.cloud</groupId> <groupId>org.springframework.cloud</groupId>
<version>1.3.0.BUILD-SNAPSHOT</version> <version>1.3.0.RELEASE</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.springframework.cloud</groupId> <groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream-parent</artifactId> <artifactId>spring-cloud-stream-parent</artifactId>
<version>1.3.0.BUILD-SNAPSHOT</version> <version>1.3.0.RELEASE</version>
</parent> </parent>
<artifactId>spring-cloud-stream-test-support-internal</artifactId> <artifactId>spring-cloud-stream-test-support-internal</artifactId>
<description>Set of classes and utility code that may assist in testing both <description>Set of classes and utility code that may assist in testing both

View File

@@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.springframework.cloud</groupId> <groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream-parent</artifactId> <artifactId>spring-cloud-stream-parent</artifactId>
<version>1.3.0.BUILD-SNAPSHOT</version> <version>1.3.0.RELEASE</version>
</parent> </parent>
<artifactId>spring-cloud-stream-test-support</artifactId> <artifactId>spring-cloud-stream-test-support</artifactId>
<description>A set of classes to ease testing of Spring Cloud Stream modules.</description> <description>A set of classes to ease testing of Spring Cloud Stream modules.</description>

View File

@@ -4,12 +4,12 @@
<parent> <parent>
<groupId>org.springframework.cloud</groupId> <groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-build</artifactId> <artifactId>spring-cloud-build</artifactId>
<version>1.3.6.BUILD-SNAPSHOT</version> <version>1.3.5.RELEASE</version>
<relativePath /> <relativePath />
</parent> </parent>
<artifactId>spring-cloud-stream-tools</artifactId> <artifactId>spring-cloud-stream-tools</artifactId>
<version>1.3.0.BUILD-SNAPSHOT</version> <version>1.3.0.RELEASE</version>
<name>spring-cloud-stream-build-tools</name> <name>spring-cloud-stream-build-tools</name>
<description>Spring Cloud Stream Build Tools</description> <description>Spring Cloud Stream Build Tools</description>

View File

@@ -10,7 +10,7 @@
<parent> <parent>
<groupId>org.springframework.cloud</groupId> <groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream-parent</artifactId> <artifactId>spring-cloud-stream-parent</artifactId>
<version>1.3.0.BUILD-SNAPSHOT</version> <version>1.3.0.RELEASE</version>
</parent> </parent>
<dependencies> <dependencies>