Revert to snapshots

This commit is contained in:
Dave Syer
2017-04-27 15:38:54 +01:00
parent 8ca1acde18
commit 8f94733c00
19 changed files with 23 additions and 23 deletions

View File

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