From 4b215f4fb254e2d375cef40f3e0bacc7e3ec926c Mon Sep 17 00:00:00 2001
From: kaibocai <89094811+kaibocai@users.noreply.github.com>
Date: Wed, 17 Aug 2022 14:32:16 -0500
Subject: [PATCH] release worker 2.3.3
---
azure-pipelines.yml | 2 +-
pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
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