Upgrade azure artifacts and update docs

This commit is contained in:
Bruno Borges
2018-05-29 17:06:20 -07:00
committed by Dave Syer
parent d322643433
commit 37d0d9500d
8 changed files with 55 additions and 107 deletions

View File

@@ -19,7 +19,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>1.8</java.version>
<aws-lambda-events.version>1.2.1</aws-lambda-events.version>
<azure.functions.java.core.version>[1.0.0-beta-3,1.0.0)</azure.functions.java.core.version>
</properties>
<dependencies>
@@ -44,7 +44,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-functions-java-core</artifactId>
<version>[1.0.0-beta-1,1.0.0)</version>
<version>${azure.functions.java.core.version}</version>
</dependency>
</dependencies>