Update to Spring Cloud Build 1.2.0.RELEASE

This commit is contained in:
Marius Bogoevici
2016-08-24 09:54:02 -04:00
parent 0684a2bcad
commit f847cd153e
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-build</artifactId>
<version>1.1.2.BUILD-SNAPSHOT</version>
<version>1.2.0.RELEASE</version>
<relativePath/>
</parent>

View File

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