Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kaibocai authored and amamounelsayed committed Sep 30, 2021
1 parent d4ff103 commit 9681cc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
Write-Host "Found git tag."
}
else {
$buildNumber="4.0.0-$(Build.BuildNumber)"
$buildNumber="2.0.0-$(Build.BuildNumber)"
Write-Host "git tag not found. Setting package suffix to '$buildNumber'"
}
.\package-pipeline.ps1 -buildNumber $buildNumber
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.microsoft.azure.functions</groupId>
<artifactId>azure-functions-java-worker</artifactId>
<version>4.0.0</version>
<version>2.0.0</version>
<packaging>jar</packaging>
<parent>
<groupId>com.microsoft.maven</groupId>
Expand Down

0 comments on commit 9681cc2

Please sign in to comment.