Update BOM version

This commit is contained in:
Dave Syer
2015-11-04 15:25:54 +01:00
parent 26f24326a5
commit a8e3a2d2f6

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.M2";
@Override
protected String getBomModule() {