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

@@ -5,7 +5,7 @@
<groupId>io.spring.sample</groupId>
<artifactId>function-sample-azure</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version>
<version>1.0.0.RC2</version>
<packaging>jar</packaging>
<name>function-sample-azure</name>
@@ -57,7 +57,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-function-dependencies</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version>
<version>1.0.0.RC2</version>
<type>pom</type>
<scope>import</scope>
</dependency>

View File

@@ -1,5 +1,5 @@
{
"scriptFile": "../function-sample-azure-1.0.0.BUILD-SNAPSHOT-azure.jar",
"scriptFile": "../function-sample-azure-1.0.0.RC2-azure.jar",
"entryPoint": "example.FooHandler.execute",
"bindings": [
{