Use Spring Cloud Build 1.3.1.RELEASE

This commit is contained in:
Marius Bogoevici
2017-03-13 20:11:14 -04:00
parent 82e3713c13
commit f1728c49c4
3 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@
<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.1.BUILD-SNAPSHOT</version> <version>1.3.1.RELEASE</version>
<relativePath /> <relativePath />
</parent> </parent>

View File

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

View File

@@ -4,7 +4,7 @@
<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.1.BUILD-SNAPSHOT</version> <version>1.3.1.RELEASE</version>
<relativePath /> <relativePath />
</parent> </parent>
<artifactId>spring-cloud-stream-docs</artifactId> <artifactId>spring-cloud-stream-docs</artifactId>