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