Revert to snapshots

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

View File

@@ -28,7 +28,7 @@ apply plugin: 'spring-boot'
apply plugin: 'org.springframework.boot.experimental.thin-launcher'
group = 'io.spring.sample'
version = '1.0.0.M4'
version = '1.0.0.BUILD-SNAPSHOT'
sourceCompatibility = 1.8
targetCompatibility = 1.8
@@ -40,7 +40,7 @@ repositories {
}
ext {
springCloudFunctionVersion = "1.0.0.M4"
springCloudFunctionVersion = "1.0.0.BUILD-SNAPSHOT"
awsLambdaEventsVersion = "1.2.1"
awsLambdaCoreVersion = "1.1.0"
}