diff --git a/appveyor.yml b/appveyor.yml
index ef6efb7b..0cbf0437 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -30,7 +30,7 @@ build_script:
Write-Host “Found git tag."
}
else {
- $buildNumber = "1.5.0-SNAPSHOT-$env:APPVEYOR_BUILD_NUMBER"
+ $buildNumber = "1.5.2-SNAPSHOT-$env:APPVEYOR_BUILD_NUMBER"
Write-Host “git tag not found. Setting package suffix to '$buildNumber'"
}
.\package.ps1 -buildNumber $buildNumber
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 1bd05918..4bcc7f9a 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -19,7 +19,7 @@ steps:
Write-Host “Found git tag."
}
else {
- $buildNumber = "1.5.0-SNAPSHOT-$(Build.BuildId)"
+ $buildNumber = "1.5.2-SNAPSHOT-$(Build.BuildId)"
Write-Host “git tag not found. Setting package suffix to '$buildNumber'"
}
.\package.ps1 -buildNumber $buildNumber
diff --git a/e2e-nightly-cli-azure-pipelines.yml b/e2e-nightly-cli-azure-pipelines.yml
index b4de4d74..95b5e0c3 100644
--- a/e2e-nightly-cli-azure-pipelines.yml
+++ b/e2e-nightly-cli-azure-pipelines.yml
@@ -19,7 +19,7 @@ steps:
Write-Host “Found git tag."
}
else {
- $buildNumber = "1.5.0-SNAPSHOT-$(Build.BuildId)"
+ $buildNumber = "1.5.2-SNAPSHOT-$(Build.BuildId)"
Write-Host “git tag not found. Setting package suffix to '$buildNumber'"
}
.\package.ps1 -buildNumber $buildNumber
diff --git a/pom.xml b/pom.xml
index d0e1c573..d5a2736d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
4.0.0
com.microsoft.azure.functions
azure-functions-java-worker
- 1.5.0
+ 1.5.2-SNAPSHOT
jar
com.microsoft.maven