Upgrade to Spring Cloud Build 2.0 GA.

Closes gh-210.
This commit is contained in:
Mark Paluch
2018-04-23 18:15:57 +02:00
parent c60979dbe9
commit 44315be667
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,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/>
<!-- lookup parent from repository -->
</parent>

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-dependencies-parent</artifactId>
<version>2.0.0.BUILD-SNAPSHOT</version>
<version>2.0.0.RELEASE</version>
<relativePath />
<!-- lookup parent from repository -->
</parent>