Skip to content

Commit

Permalink
Use latest starters instead of pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
anssit committed Aug 14, 2019
1 parent eaad009 commit 2207172
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public static List<Starter> getSupportedStarters(List<Starter> starters) {
}

public static Starter getSupportedStarter(Starter starter) {
if (!"pre-release".equals(starter.getRelease())
if (!"latest".equals(starter.getRelease())
|| starter.isCommercial()
|| "component".equals(starter.getId())) {
return null;
Expand Down

0 comments on commit 2207172

Please sign in to comment.