Update to 1.2.1.RELEASE (Camden.SR1)

This commit is contained in:
Dave Syer
2016-10-18 18:41:53 +01:00
parent 5d6eb0828d
commit b83a8321d0
20 changed files with 27 additions and 27 deletions

View File

@@ -13,7 +13,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-launcher</artifactId>
<version>1.2.1.BUILD-SNAPSHOT</version>
<version>1.2.1.RELEASE</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.BUILD-SNAPSHOT";
private static final String DEFAULT_VERSION = "1.2.1.RELEASE";
private static final Collection<HelpExample> EXAMPLES = new ArrayList<>();