Update SNAPSHOT to 1.3.4.RELEASE

This commit is contained in:
Spencer Gibb
2017-07-21 13:26:05 -06:00
parent 49a5bd4bee
commit 7c6966331e
19 changed files with 29 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 = "1.3.4.BUILD-SNAPSHOT";
private static final String DEFAULT_VERSION = "1.3.4.RELEASE";
private static final Collection<HelpExample> EXAMPLES = new ArrayList<>();