Merge branch '2.2.x'

This commit is contained in:
spencergibb
2021-02-08 13:33:36 -05:00
12 changed files with 190 additions and 25 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<>();