We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c38b5a commit 8845d98Copy full SHA for 8845d98
azure-pipelines.yml
@@ -52,7 +52,7 @@ jobs:
52
Write-Host "Found git tag."
53
}
54
else {
55
- $buildNumber="2.3.3-$(Build.BuildNumber)"
+ $buildNumber="2.4.0-$(Build.BuildNumber)"
56
Write-Host "git tag not found. Setting package suffix to '$buildNumber'"
57
58
Write-Host "##vso[task.setvariable variable=buildNumber;isOutput=true;]$buildNumber"
pom.xml
@@ -4,7 +4,7 @@
4
<modelVersion>4.0.0</modelVersion>
5
<groupId>com.microsoft.azure.functions</groupId>
6
<artifactId>azure-functions-java-worker</artifactId>
7
- <version>2.3.3</version>
+ <version>2.4.0</version>
8
<packaging>jar</packaging>
9
<parent>
10
<groupId>com.microsoft.maven</groupId>
0 commit comments