Use Spring Cloud Build 1.3.1.RELEASE

This commit is contained in:
Marius Bogoevici
2017-03-13 19:43:28 -04:00
parent 1f28adaf4c
commit e7c5f750da

View File

@@ -7,7 +7,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-build</artifactId>
<version>1.3.1.BUILD-SNAPSHOT</version>
<version>1.3.1.RELEASE</version>
<relativePath />
</parent>
<properties>
@@ -138,7 +138,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-build-tools</artifactId>
<version>1.3.1.BUILD-SNAPSHOT</version>
<version>1.3.1.RELEASE</version>
</dependency>
</dependencies>
<executions>