Skip to content

Commit

Permalink
Update version to 1.5.2-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
amamounelsayed committed Sep 21, 2019
1 parent e3bfcb2 commit 4fdc301
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.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
Expand Down
2 changes: 1 addition & 1 deletion 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.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
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.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
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.5.0</version>
<version>1.5.2-SNAPSHOT</version>
<packaging>jar</packaging>
<parent>
<groupId>com.microsoft.maven</groupId>
Expand Down

0 comments on commit 4fdc301

Please sign in to comment.