Skip to content

Commit 6e8d6f7

Browse files
Merge pull request #184 from Azure/release/2.1.0
release java library 2.1.0
2 parents 0d2b11a + 36803a3 commit 6e8d6f7

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
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>2.0.1</version>
7+
<version>2.1.0</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.0.0</version>
79+
<version>1.1.0</version>
8080
<scope>compile</scope>
8181
</dependency>
8282
<!-- test -->

src/main/java/com/microsoft/azure/functions/annotation/WarmupTrigger.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/**
2+
* Copyright (c) Microsoft Corporation. All rights reserved.
3+
* Licensed under the MIT License. See License.txt in the project root for
4+
* license information.
5+
*/
6+
17
package com.microsoft.azure.functions.annotation;
28

39
import java.lang.annotation.ElementType;

0 commit comments

Comments
 (0)