Update to 1.0.0.M3

This commit is contained in:
Dave Syer
2018-01-19 13:55:34 +00:00
parent afd68680b3
commit 77e0a5c514
38 changed files with 62 additions and 61 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.M3'
sourceCompatibility = 1.8
targetCompatibility = 1.8
@@ -36,7 +36,7 @@ repositories {
}
ext {
springCloudFunctionVersion = "1.0.0.BUILD-SNAPSHOT"
springCloudFunctionVersion = "1.0.0.M3"
}
ext['reactor.version'] = "3.1.2.RELEASE"