Update SNAPSHOT to 2.2.2.RELEASE

This commit is contained in:
spencergibb
2020-08-03 15:47:22 -04:00
parent 4724e60b9d
commit f51073beb0
19 changed files with 34 additions and 29 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.2.0.BUILD-SNAPSHOT";
private static final String DEFAULT_VERSION = "2.2.0.RELEASE";
private static final Collection<HelpExample> EXAMPLES = new ArrayList<>();