Revert "Update SNAPSHOT to 1.2.3.RELEASE"
This reverts commit 7543b5d510.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-cli</artifactId>
|
||||
<version>1.2.3.RELEASE</version>
|
||||
<version>1.2.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.2.3.RELEASE</version>
|
||||
<version>1.2.3.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<dependencies>
|
||||
|
||||
@@ -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 = "Camden.SR5";
|
||||
private static final String SPRING_CLOUD_VERSION = "Camden.BUILD-SNAPSHOT";
|
||||
|
||||
@Override
|
||||
protected String getBomModule() {
|
||||
|
||||
Reference in New Issue
Block a user