Update SNAPSHOT to 1.2.0.RC1

This commit is contained in:
Spencer Gibb
2016-09-26 15:51:32 -06:00
parent b486928aab
commit c2c96700db
20 changed files with 28 additions and 32 deletions

View File

@@ -63,7 +63,7 @@ public class DeployerThread extends Thread {
private static final Logger logger = LoggerFactory.getLogger(DeployerThread.class);
private static final String DEFAULT_VERSION = "1.2.0.BUILD-SNAPSHOT";
private static final String DEFAULT_VERSION = "1.2.0.RC1";
public static final String DIRECTORY_NAME = ".spring-cloud";
private Map<String, DeploymentState> deployed = new ConcurrentHashMap<>();