Update SNAPSHOT to 2.0.0.M2

This commit is contained in:
buildmaster
2018-09-19 13:17:51 +00:00
parent 32db16cec5
commit 43d70a4c0c
26 changed files with 69 additions and 68 deletions

View File

@@ -14,7 +14,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.0.3.RELEASE</version>
<version>2.1.0.M3</version>
<relativePath /> <!-- lookup parent from repository -->
</parent>
@@ -25,7 +25,7 @@
<wrapper.version>1.0.11.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>2.0.0.BUILD-SNAPSHOT</spring-cloud-function.version>
<spring-cloud-function.version>2.0.0.M2</spring-cloud-function.version>
<start-class>example.Config</start-class>
</properties>