Set the Spring-Cloud-Build to Snapshot until we go RC1.

Did build and smoke tests and it resolves the issues identified in this issue.
resolves #360
This commit is contained in:
Glenn Renfro
2018-01-18 10:58:30 -05:00
committed by Michael Minella
parent 0ed6da6613
commit 6860656d98

View File

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