Update to RC2

This commit is contained in:
Dave Syer
2018-05-26 09:34:02 +01:00
parent 3cc416b10b
commit b20cb700ea
39 changed files with 71 additions and 75 deletions

View File

@@ -1,7 +1,7 @@
buildscript {
ext {
springBootVersion = '1.5.11.RELEASE'
wrapperVersion = '1.0.10.RELEASE'
springBootVersion = '1.5.12.RELEASE'
wrapperVersion = '1.0.11.RELEASE'
shadowVersion = '2.0.1'
}
repositories {
@@ -26,7 +26,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.RC2'
sourceCompatibility = 1.8
targetCompatibility = 1.8
@@ -38,11 +38,11 @@ repositories {
}
ext {
springCloudFunctionVersion = "1.0.0.BUILD-SNAPSHOT"
springCloudFunctionVersion = "1.0.0.RC2"
awsLambdaEventsVersion = "1.2.1"
awsLambdaCoreVersion = "1.1.0"
}
ext['reactor.version'] = "3.1.2.RELEASE"
ext['reactor.version'] = "3.1.7.RELEASE"
assemble.dependsOn = [shadowJar, bootRepackage]

View File

@@ -5,7 +5,7 @@
<groupId>io.spring.sample</groupId>
<artifactId>function-sample-aws</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version>
<version>1.0.0.RC2</version>
<packaging>jar</packaging>
<name>function-sample-aws</name>
@@ -25,8 +25,8 @@
<wrapper.version>1.0.10.RELEASE</wrapper.version>
<aws-lambda-events.version>2.0.2</aws-lambda-events.version>
<reactor.version>3.1.2.RELEASE</reactor.version>
<spring-cloud-function.version>1.0.0.BUILD-SNAPSHOT</spring-cloud-function.version>
<spring-cloud-stream-servlet.version>1.0.0.BUILD-SNAPSHOT</spring-cloud-stream-servlet.version>
<spring-cloud-function.version>1.0.0.RC2</spring-cloud-function.version>
<spring-cloud-stream-servlet.version>1.0.0.RC2</spring-cloud-stream-servlet.version>
<start-class>example.Config</start-class>
</properties>