Revert to snapshots

This commit is contained in:
Dave Syer
2018-01-20 11:57:49 +00:00
parent 77e0a5c514
commit 73098244e3
38 changed files with 61 additions and 61 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.M3'
version = '1.0.0.BUILD-SNAPSHOT'
sourceCompatibility = 1.8
targetCompatibility = 1.8
@@ -40,7 +40,7 @@ repositories {
}
ext {
springCloudFunctionVersion = "1.0.0.M3"
springCloudFunctionVersion = "1.0.0.BUILD-SNAPSHOT"
awsLambdaEventsVersion = "1.2.1"
awsLambdaCoreVersion = "1.1.0"
}