Update SNAPSHOT to 2.2.2.RELEASE

This commit is contained in:
spencergibb
2020-08-03 15:47:22 -04:00
parent 4724e60b9d
commit f51073beb0
19 changed files with 34 additions and 29 deletions

View File

@@ -12,7 +12,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-cli-parent</artifactId>
<version>2.2.2.BUILD-SNAPSHOT</version>
<version>2.2.2.RELEASE</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 = "Hoxton.BUILD-SNAPSHOT";
private static final String SPRING_CLOUD_VERSION = "Hoxton.SR7";
@Override
protected String getBomModule() {