Skip to content

Commit

Permalink
Release 1.8.2 SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
amamounelsayed committed Jan 21, 2021
1 parent 94d7ecf commit dfc5207
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ build_script:
Write-Host “Found git tag."
}
else {
$buildNumber = "1.8.1-$env:APPVEYOR_BUILD_NUMBER"
$buildNumber = "1.8.2-SNAPSHOT-$env:APPVEYOR_BUILD_NUMBER"
Write-Host “git tag not found. Setting package suffix to '$buildNumber'"
}
.\package.ps1 -buildNumber $buildNumber
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ steps:
Write-Host “Found git tag."
}
else {
$buildNumber = "1.8.1-$(Build.BuildId)"
$buildNumber = "1.8.2-SNAPSHOT-$(Build.BuildId)"
Write-Host “git tag not found. Setting package suffix to '$buildNumber'"
}
.\package-pipeline.ps1 -buildNumber $buildNumber
Expand Down
2 changes: 1 addition & 1 deletion e2e-nightly-cli-azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ steps:
Write-Host “Found git tag."
}
else {
$buildNumber = "1.8.1-$(Build.BuildId)"
$buildNumber = "1.8.2-SNAPSHOT-$(Build.BuildId)"
Write-Host “git tag not found. Setting package suffix to '$buildNumber'"
}
.\package.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>1.8.1</version>
<version>1.8.2-SNAPSHOT</version>
<packaging>jar</packaging>
<parent>
<groupId>com.microsoft.maven</groupId>
Expand Down

0 comments on commit dfc5207

Please sign in to comment.