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 8abe7d1 commit 6140075Copy full SHA for 6140075
azure-pipelines.yml
@@ -47,7 +47,7 @@ jobs:
47
Write-Host "Found git tag."
48
}
49
else {
50
- $buildNumber="1.9.0-$(Build.BuildNumber)"
+ $buildNumber="1.10.0-SNAPSHOT-$(Build.BuildNumber)"
51
Write-Host "git tag not found. Setting package suffix to '$buildNumber'"
52
53
.\package-pipeline.ps1 -buildNumber $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>1.9.0</version>
+ <version>1.10.0-SNAPSHOT</version>
8
<packaging>jar</packaging>
9
<parent>
10
<groupId>com.microsoft.maven</groupId>
0 commit comments