Update to SNAPSHOT

This commit is contained in:
Spencer Gibb
2016-11-01 16:06:04 -06:00
parent f240db174f
commit c66f05dd3a
20 changed files with 27 additions and 68 deletions

View File

@@ -13,7 +13,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-launcher</artifactId>
<version>1.2.2.RELEASE</version>
<version>1.2.3.BUILD-SNAPSHOT</version>
</parent>
<dependencies>

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.1.RELEASE";
private static final String DEFAULT_VERSION = "1.2.3.BUILD-SNAPSHOT";
private static final Collection<HelpExample> EXAMPLES = new ArrayList<>();