Fix Dalston versions

This commit is contained in:
Spencer Gibb
2017-03-20 12:13:58 -06:00
parent 48ffa3a5d0
commit 0980eecf81
3 changed files with 3 additions and 3 deletions

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