File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
src/main/java/com/microsoft/azure/functions/annotation Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 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 >
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 -->
Original file line number Diff line number Diff line change 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+
17package com .microsoft .azure .functions .annotation ;
28
39import java .lang .annotation .ElementType ;
You can’t perform that action at this time.
0 commit comments