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 4
4
<modelVersion >4.0.0</modelVersion >
5
5
<groupId >com.microsoft.azure.functions</groupId >
6
6
<artifactId >azure-functions-java-library</artifactId >
7
- <version >2.0.1 </version >
7
+ <version >2.1.0 </version >
8
8
<packaging >jar</packaging >
9
9
<parent >
10
10
<groupId >com.microsoft.maven</groupId >
76
76
<dependency >
77
77
<groupId >com.microsoft.azure.functions</groupId >
78
78
<artifactId >azure-functions-java-core-library</artifactId >
79
- <version >1.0 .0</version >
79
+ <version >1.1 .0</version >
80
80
<scope >compile</scope >
81
81
</dependency >
82
82
<!-- 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
+
1
7
package com .microsoft .azure .functions .annotation ;
2
8
3
9
import java .lang .annotation .ElementType ;
You can’t perform that action at this time.
0 commit comments