Revert to snapshots

This commit is contained in:
Dave Syer
2016-08-23 09:16:41 +01:00
parent c35531c8e0
commit 598e79d1f5
5 changed files with 8 additions and 10 deletions

View File

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