Updated to Spring Cloud Build 2.0.0.RELEASE

This commit is contained in:
Oleg Zhurakousky
2018-04-06 12:37:24 -04:00
parent 8373e135f4
commit 22e2401a51
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-build</artifactId>
<version>2.0.0.BUILD-SNAPSHOT</version>
<version>2.0.0.RELEASE</version>
<relativePath/>
</parent>
<scm>

View File

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