Revert to snapshots
This commit is contained in:
@@ -28,7 +28,7 @@ import org.springframework.boot.cli.compiler.GenericBomAstTransformation;
|
|||||||
@GroovyASTTransformation(phase = CompilePhase.CONVERSION)
|
@GroovyASTTransformation(phase = CompilePhase.CONVERSION)
|
||||||
public class SpringCloudBomAstTransformation extends GenericBomAstTransformation {
|
public class SpringCloudBomAstTransformation extends GenericBomAstTransformation {
|
||||||
|
|
||||||
private static final String SPRING_CLOUD_VERSION = "Brixton.M3";
|
private static final String SPRING_CLOUD_VERSION = "Brixton.BUILD-SNAPSHOT";
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected String getBomModule() {
|
protected String getBomModule() {
|
||||||
|
|||||||
Reference in New Issue
Block a user