File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 47
47
Write-Host "Found git tag."
48
48
}
49
49
else {
50
- $buildNumber="2.2.2-SNAPSHOT -$(Build.BuildNumber)"
50
+ $buildNumber="2.2.3 -$(Build.BuildNumber)"
51
51
Write-Host "git tag not found. Setting package suffix to '$buildNumber'"
52
52
}
53
53
.\package-pipeline.ps1 -buildNumber $buildNumber
Original file line number Diff line number Diff line change 16
16
<maven .compiler.source>1.8</maven .compiler.source>
17
17
<maven .compiler.target>1.8</maven .compiler.target>
18
18
<azure .functions.maven.plugin.version>1.17.0</azure .functions.maven.plugin.version>
19
- <azure .functions.java.library.version>2.0.0 </azure .functions.java.library.version>
19
+ <azure .functions.java.library.version>2.0.1-SNAPSHOT </azure .functions.java.library.version>
20
20
<functionAppName >azure-functions-java-endtoendtests</functionAppName >
21
21
<functionAppRegion >westus</functionAppRegion >
22
22
<functionResourceGroup >java-functions-group</functionResourceGroup >
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-worker</artifactId >
7
- <version >2.2.2-SNAPSHOT </version >
7
+ <version >2.2.3 </version >
8
8
<packaging >jar</packaging >
9
9
<parent >
10
10
<groupId >com.microsoft.maven</groupId >
23
23
<properties >
24
24
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
25
25
<azure .functions.java.core.library.version>1.0.0</azure .functions.java.core.library.version>
26
- <azure .functions.java.library.version>2.0.0 </azure .functions.java.library.version>
26
+ <azure .functions.java.library.version>2.0.1-SNAPSHOT </azure .functions.java.library.version>
27
27
</properties >
28
28
29
29
<licenses >
You can’t perform that action at this time.
0 commit comments