Update SNAPSHOT to 1.2.0.RELEASE

This commit is contained in:
Spencer Gibb
2016-10-13 14:34:25 -06:00
parent 01e16a7235
commit f4211e9236
19 changed files with 26 additions and 26 deletions

View File

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