Update SNAPSHOT to 3.0.0.RC1

This commit is contained in:
buildmaster
2019-10-24 11:39:50 +00:00
parent 8ec28bb004
commit 013ef853c8
33 changed files with 50 additions and 50 deletions

View File

@@ -15,7 +15,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.2.0.RELEASE</version>
<version>2.2.0.RC1</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
@@ -25,7 +25,7 @@
<java.version>1.8</java.version>
<wrapper.version>1.0.17.RELEASE</wrapper.version>
<aws-lambda-events.version>2.0.2</aws-lambda-events.version>
<spring-cloud-function.version>3.0.0.BUILD-SNAPSHOT</spring-cloud-function.version>
<spring-cloud-function.version>3.0.0.RC1</spring-cloud-function.version>
<start-class>example.Config</start-class>
</properties>