Update for 1.3.2

This commit is contained in:
Dave Syer
2017-04-27 15:34:05 +01:00
parent 06b9b04519
commit 8ca1acde18
23 changed files with 167 additions and 37 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.1.BUILD-SNAPSHOT";
private static final String DEFAULT_VERSION = "1.3.2.RELEASE";
private static final Collection<HelpExample> EXAMPLES = new ArrayList<>();