First version of 1.3.0 with thin jars

This commit is contained in:
Dave Syer
2016-12-02 13:38:23 +00:00
parent 229a1d9de1
commit 194425f483
16 changed files with 49 additions and 24 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.3.BUILD-SNAPSHOT";
private static final String DEFAULT_VERSION = "1.3.0.BUILD-SNAPSHOT";
private static final Collection<HelpExample> EXAMPLES = new ArrayList<>();