Bumps cli to 2.2.0 and Hoxton

This commit is contained in:
Spencer Gibb
2019-06-19 16:42:01 -04:00
parent 0eafadbd22
commit e7e734319a
18 changed files with 26 additions and 26 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.1.0.BUILD-SNAPSHOT";
private static final String DEFAULT_VERSION = "2.2.0.BUILD-SNAPSHOT";
private static final Collection<HelpExample> EXAMPLES = new ArrayList<>();