Finchley -> Greenwich

This commit is contained in:
Dave Syer
2018-10-10 13:56:10 +01:00
parent db44081cc3
commit 2104d8453f
3 changed files with 39 additions and 4 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 = "Finchley.BUILD-SNAPSHOT";
private static final String SPRING_CLOUD_VERSION = "Greenwich.BUILD-SNAPSHOT";
@Override
protected String getBomModule() {