diff --git a/com.vaadin.integration.eclipse.flow/src/com/vaadin/integration/eclipse/flow/wizard/StarterManager.java b/com.vaadin.integration.eclipse.flow/src/com/vaadin/integration/eclipse/flow/wizard/StarterManager.java index f6c965f..15c01de 100644 --- a/com.vaadin.integration.eclipse.flow/src/com/vaadin/integration/eclipse/flow/wizard/StarterManager.java +++ b/com.vaadin.integration.eclipse.flow/src/com/vaadin/integration/eclipse/flow/wizard/StarterManager.java @@ -79,7 +79,7 @@ public static List getSupportedStarters(List 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;