diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 8d015e27..7355b9a3 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -52,7 +52,7 @@ jobs: Write-Host "Found git tag." } else { - $buildNumber="2.3.1-$(Build.BuildNumber)" + $buildNumber="2.3.3-$(Build.BuildNumber)" Write-Host "git tag not found. Setting package suffix to '$buildNumber'" } Write-Host "##vso[task.setvariable variable=buildNumber;isOutput=true;]$buildNumber" diff --git a/pom.xml b/pom.xml index 1c2fadb4..0b5d5294 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 com.microsoft.azure.functions azure-functions-java-worker - 2.3.1 + 2.3.3 jar com.microsoft.maven