Revert to snapshots

This commit is contained in:
Dave Syer
2018-04-16 16:22:02 +01:00
parent d1bcb7d142
commit 98cf4dc06e
43 changed files with 67 additions and 67 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.M6-azure.jar",
"scriptFile" : "../function-sample-azure-1.0.0.BUILD-SNAPSHOT-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.M6</version>
<version>1.0.0.BUILD-SNAPSHOT</version>
</parent>
<properties>