Change from Brixton to Camden

This commit is contained in:
Spencer Gibb
2016-09-02 16:42:32 -06:00
parent 621ee6e4b9
commit 2d3e24b059

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 = "Camden.BUILD-SNAPSHOT";
@Override
protected String getBomModule() {