Update to 1.0.0.RC1

This commit is contained in:
Dave Syer
2018-05-21 10:04:54 +01:00
parent 53cb2e3df4
commit c29f800380
40 changed files with 55 additions and 55 deletions

View File

@@ -20,7 +20,7 @@ The Azure tooling needs to find some JSON configuration files to tell it how to
```
{
"scriptFile" : "../function-sample-azure-1.0.0.BUILD-SNAPSHOT-azure.jar",
"scriptFile" : "../function-sample-azure-1.0.0.RC1-azure.jar",
"entryPoint" : "example.FooHandler.execute",
"bindings" : [ {
"type" : "httpTrigger",

View File

@@ -12,7 +12,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-function-adapter-parent</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version>
<version>1.0.0.RC1</version>
</parent>
<properties>