Skip to content

Commit

Permalink
Fix typo, and refactor to make it easier to update next maintenance r…
Browse files Browse the repository at this point in the history
…elease (which is now 2.0.3)
  • Loading branch information
djazayeri committed Jan 9, 2017
1 parent 5b7d48b commit 0e529f4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions public/javascripts/index.js
Expand Up @@ -435,17 +435,17 @@ angular.module("scrum", ["ngResource", "ui.router", "nvd3"])
});

doJiraQuery("nextRefappRelease",
"Reference Appliation 2.6",
"Reference Application 2.6",
'project = RA and fixVersion = "Reference Application 2.6"',
{
showNum: 0,
bigNumber: false,
minExpected: 1
});

doJiraQuery("platform2dot0dot2release",
"Platform 2.0.2 Maintenance Release",
'project = TRUNK and fixVersion = "Platform 2.0.2"',
doJiraQuery("nextPlatformMaintenenceRelease",
"Platform 2.0.3 Maintenance Release",
'project = TRUNK and fixVersion = "Platform 2.0.3"',
{
showNum: 0,
bigNumber: false,
Expand Down
2 changes: 1 addition & 1 deletion public/partials/pm.html
Expand Up @@ -35,7 +35,7 @@ <h5>Build Status</h5>

<div class="row">
<div class="col-md-12">
<release-summary opts="platform2dot0dot2release"></release-summary>
<release-summary opts="nextPlatformMaintenenceRelease"></release-summary>
</div>
</div>

Expand Down

0 comments on commit 0e529f4

Please sign in to comment.