diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 0d4b51db..d09fdacc 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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 diff --git a/pom.xml b/pom.xml index 38c0506b..88264648 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 com.microsoft.azure.functions azure-functions-java-worker - 2.3.0 + 2.3.1 jar com.microsoft.maven