We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0c6434 commit e86bcb8Copy full SHA for e86bcb8
pom.xml
@@ -4,7 +4,7 @@
4
<modelVersion>4.0.0</modelVersion>
5
<groupId>com.microsoft.azure.functions</groupId>
6
<artifactId>azure-functions-java-library</artifactId>
7
- <version>1.5.0-SNAPSHOT</version>
+ <version>1.6.0-SNAPSHOT</version>
8
<packaging>jar</packaging>
9
<parent>
10
<groupId>com.microsoft.maven</groupId>
@@ -76,7 +76,7 @@
76
<dependency>
77
78
<artifactId>azure-functions-java-core-library</artifactId>
79
- <version>1.8.0-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
80
<scope>compile</scope>
81
</dependency>
82
<!-- test -->
src/test/java/com/microsoft/azure/functions/HttpStatusTest.java
0 commit comments