Revert "Update SNAPSHOT to 1.2.3.RELEASE"
This reverts commit 7543b5d510.
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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<>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user