Update to 1.4.0.RC1 for Finchley.RC1

This commit is contained in:
Spencer Gibb
2017-10-24 14:11:45 -04:00
parent 52cf87d728
commit 96a096de64
20 changed files with 24 additions and 24 deletions

View File

@@ -5,7 +5,7 @@
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-cli</artifactId>
<version>1.4.0.BUILD-SNAPSHOT</version>
<version>1.4.0.RC1</version>
<packaging>jar</packaging>
<name>spring-cloud-cli</name>
@@ -14,7 +14,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-cli-parent</artifactId>
<version>1.4.0.BUILD-SNAPSHOT</version>
<version>1.4.0.RC1</version>
</parent>
<dependencies>

View File

@@ -28,7 +28,7 @@ import org.springframework.boot.cli.compiler.GenericBomAstTransformation;
@GroovyASTTransformation(phase = CompilePhase.CONVERSION)
public class SpringCloudBomAstTransformation extends GenericBomAstTransformation {
private static final String SPRING_CLOUD_VERSION = "Edgware.BUILD-SNAPSHOT";
private static final String SPRING_CLOUD_VERSION = "Edgware.RC1";
@Override
protected String getBomModule() {