Fix Dalston versions

This commit is contained in:
Spencer Gibb
2017-03-20 12:13:58 -06:00
parent 48ffa3a5d0
commit 0980eecf81
3 changed files with 3 additions and 3 deletions

View File

@@ -34,7 +34,7 @@ and install the Spring Cloud plugin
```
$ mvn install
$ spring install org.springframework.cloud:spring-cloud-cli:1.2.3.BUILD-SNAPSHOT
$ spring install org.springframework.cloud:spring-cloud-cli:1.3.0.BUILD-SNAPSHOT
```
IMPORTANT: **Prerequisites:** to use the encryption and decryption features

View File

@@ -17,7 +17,7 @@ and install the Spring Cloud plugin
```
$ mvn install
$ spring install org.springframework.cloud:spring-cloud-cli:1.2.3.BUILD-SNAPSHOT
$ spring install org.springframework.cloud:spring-cloud-cli:1.3.0.BUILD-SNAPSHOT
```
IMPORTANT: **Prerequisites:** to use the encryption and decryption features

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 = "Camden.BUILD-SNAPSHOT";
private static final String SPRING_CLOUD_VERSION = "Dalston.BUILD-SNAPSHOT";
@Override
protected String getBomModule() {