Fix Dalston versions
This commit is contained in:
@@ -34,7 +34,7 @@ and install the Spring Cloud plugin
|
|||||||
|
|
||||||
```
|
```
|
||||||
$ mvn install
|
$ 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
|
IMPORTANT: **Prerequisites:** to use the encryption and decryption features
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ and install the Spring Cloud plugin
|
|||||||
|
|
||||||
```
|
```
|
||||||
$ mvn install
|
$ 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
|
IMPORTANT: **Prerequisites:** to use the encryption and decryption features
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ import org.springframework.boot.cli.compiler.GenericBomAstTransformation;
|
|||||||
@GroovyASTTransformation(phase = CompilePhase.CONVERSION)
|
@GroovyASTTransformation(phase = CompilePhase.CONVERSION)
|
||||||
public class SpringCloudBomAstTransformation extends GenericBomAstTransformation {
|
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
|
@Override
|
||||||
protected String getBomModule() {
|
protected String getBomModule() {
|
||||||
|
|||||||
Reference in New Issue
Block a user