Looks good

This commit is contained in:
Marcin Grzejszczak
2018-10-02 18:15:39 +02:00
parent e0f4477472
commit 659524a75b
11 changed files with 36 additions and 22 deletions

View File

@@ -51,7 +51,7 @@ public class LauncherCommand extends OptionParsingCommand {
public static final Log log = LogFactory.getLog(LauncherCommand.class);
private static final String DEFAULT_VERSION = "2.0.1.BUILD-SNAPSHOT";
private static final String DEFAULT_VERSION = "2.1.0.BUILD-SNAPSHOT";
private static final Collection<HelpExample> EXAMPLES = new ArrayList<>();