Update to 1.0.0.M4

This commit is contained in:
Dave Syer
2018-02-20 19:25:11 +00:00
parent 8cd2675986
commit 72efd58675
43 changed files with 75 additions and 68 deletions

View File

@@ -24,7 +24,7 @@ apply plugin: 'spring-boot'
apply plugin: 'org.springframework.boot.experimental.thin-launcher'
group = 'io.spring.sample'
version = '1.0.0.BUILD-SNAPSHOT'
version = '1.0.0.M4'
sourceCompatibility = 1.8
targetCompatibility = 1.8
@@ -36,7 +36,7 @@ repositories {
}
ext {
springCloudFunctionVersion = "1.0.0.BUILD-SNAPSHOT"
springCloudFunctionVersion = "1.0.0.M4"
}
ext['reactor.version'] = "3.1.2.RELEASE"