Revert to snapshots

This commit is contained in:
Dave Syer
2017-09-15 17:49:31 +01:00
parent 858b7404c6
commit af8b6e253e
38 changed files with 58 additions and 58 deletions

View File

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