Update to 1.0.0.M4 (Brixton.M4)

This commit is contained in:
Dave Syer
2015-12-23 10:01:02 +00:00
parent 0acc49df4f
commit dc7e191cbe
4 changed files with 9 additions and 9 deletions

View File

@@ -5,7 +5,7 @@
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-cli</artifactId>
<version>1.1.0.BUILD-SNAPSHOT</version>
<version>1.1.0.M4</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.1.0.BUILD-SNAPSHOT</version>
<version>1.1.0.M4</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 = "Brixton.BUILD-SNAPSHOT";
private static final String SPRING_CLOUD_VERSION = "Brixton.M4";
@Override
protected String getBomModule() {