Skip to content

Commit

Permalink
Release Java worker 2.3.1 (#591)
Browse files Browse the repository at this point in the history
* Update pom.xml

* Update azure-pipelines.yml
  • Loading branch information
shreyas-gopalakrishna authored Jun 21, 2022
1 parent 6fd074a commit 23750f0
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 @@ -51,7 +51,7 @@ jobs:
Write-Host "Found git tag."
}
else {
$buildNumber="2.3.0-$(Build.BuildNumber)"
$buildNumber="2.3.1-$(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>2.3.0</version>
<version>2.3.1</version>
<packaging>jar</packaging>
<parent>
<groupId>com.microsoft.maven</groupId>
Expand Down

0 comments on commit 23750f0

Please sign in to comment.