Revert to snapshots

This commit is contained in:
Dave Syer
2019-05-21 17:55:37 +01:00
parent 2bc52de4bb
commit 738b29c5db
43 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.2.RELEASE'
version = '1.0.3.BUILD-SNAPSHOT'
sourceCompatibility = 1.8
targetCompatibility = 1.8
@@ -34,7 +34,7 @@ repositories {
}
ext {
springCloudFunctionVersion = "1.0.2.RELEASE"
springCloudFunctionVersion = "1.0.3.BUILD-SNAPSHOT"
}
ext['reactor.version'] = "3.1.7.RELEASE"