Skip to content

Commit e86bcb8

Browse files
committed
update pom file and remove unitest for core files
1 parent f0c6434 commit e86bcb8

File tree

2 files changed

+2
-29
lines changed

2 files changed

+2
-29
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.microsoft.azure.functions</groupId>
66
<artifactId>azure-functions-java-library</artifactId>
7-
<version>1.5.0-SNAPSHOT</version>
7+
<version>1.6.0-SNAPSHOT</version>
88
<packaging>jar</packaging>
99
<parent>
1010
<groupId>com.microsoft.maven</groupId>
@@ -76,7 +76,7 @@
7676
<dependency>
7777
<groupId>com.microsoft.azure.functions</groupId>
7878
<artifactId>azure-functions-java-core-library</artifactId>
79-
<version>1.8.0-SNAPSHOT</version>
79+
<version>1.0.0-SNAPSHOT</version>
8080
<scope>compile</scope>
8181
</dependency>
8282
<!-- test -->

src/test/java/com/microsoft/azure/functions/HttpStatusTest.java

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)