Bumps cli to 2.2.0 and Hoxton

This commit is contained in:
Spencer Gibb
2019-06-19 16:42:01 -04:00
parent 0eafadbd22
commit e7e734319a
18 changed files with 26 additions and 26 deletions

View File

@@ -12,7 +12,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-cli-parent</artifactId>
<version>2.1.0.BUILD-SNAPSHOT</version>
<version>2.2.0.BUILD-SNAPSHOT</version>
</parent>
<dependencies>

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