Release Ditmars.M1

This commit is contained in:
Marius Bogoevici
2017-07-19 11:21:49 -04:00
parent 3ab9229ae8
commit ab81397518
6 changed files with 9 additions and 9 deletions

View File

@@ -5,11 +5,11 @@
<packaging>pom</packaging>
<name>spring-cloud-stream-release-build</name>
<description>Spring Cloud Stream Release Build</description>
<version>Ditmars.BUILD-SNAPSHOT</version>
<version>Ditmars.M1</version>
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-build</artifactId>
<version>1.3.3.BUILD-SNAPSHOT</version>
<version>1.3.3.RELEASE</version>
<relativePath />
</parent>

View File

@@ -4,11 +4,11 @@
<parent>
<artifactId>spring-cloud-dependencies-parent</artifactId>
<groupId>org.springframework.cloud</groupId>
<version>1.3.3.BUILD-SNAPSHOT</version>
<version>1.3.3.RELEASE</version>
<relativePath />
</parent>
<artifactId>spring-cloud-stream-dependencies</artifactId>
<version>Ditmars.BUILD-SNAPSHOT</version>
<version>Ditmars.M1</version>
<packaging>pom</packaging>
<name>spring-cloud-stream-dependencies</name>
<description>Spring Cloud Stream Dependencies</description>

View File

@@ -4,13 +4,13 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-build</artifactId>
<version>1.3.3.BUILD-SNAPSHOT</version>
<version>1.3.3.RELEASE</version>
<relativePath />
</parent>
<artifactId>spring-cloud-stream-docs</artifactId>
<name>spring-cloud-stream-docs</name>
<description>Spring Cloud Stream Docs</description>
<version>Ditmars.BUILD-SNAPSHOT</version>
<version>Ditmars.M1</version>
<properties>
<main.basedir>${basedir}/..</main.basedir>
<spring.cloud.stream.version>1.3.0.M1</spring.cloud.stream.version>