Revert "Update SNAPSHOT to 1.2.3.RELEASE"

This reverts commit 7543b5d510.
This commit is contained in:
Spencer Gibb
2017-02-09 11:14:49 -07:00
parent 7543b5d510
commit c3d2fb3508
19 changed files with 32 additions and 32 deletions

View File

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