Update SNAPSHOT to 1.3.4.RELEASE

This commit is contained in:
Spencer Gibb
2017-07-21 13:26:05 -06:00
parent 49a5bd4bee
commit 7c6966331e
19 changed files with 29 additions and 29 deletions

View File

@@ -5,7 +5,7 @@
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-cli</artifactId>
<version>1.3.4.BUILD-SNAPSHOT</version>
<version>1.3.4.RELEASE</version>
<packaging>jar</packaging>
<name>spring-cloud-cli</name>
@@ -14,7 +14,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-cli-parent</artifactId>
<version>1.3.4.BUILD-SNAPSHOT</version>
<version>1.3.4.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 = "Dalston.BUILD-SNAPSHOT";
private static final String SPRING_CLOUD_VERSION = "Dalston.SR2";
@Override
protected String getBomModule() {