Update to 2.1.1.BUILD-SNAPSHOT

This commit is contained in:
Spencer Gibb
2019-06-28 14:05:45 -04:00
parent c4fb7baf97
commit f7dfef8a4b
19 changed files with 29 additions and 29 deletions

View File

@@ -25,20 +25,20 @@ https://github.com/spring-projects/spring-boot[Spring Boot CLI]
(2.1.0 or better):
$ spring version
Spring CLI v2.1.0.RELEASE
Spring CLI v2.1.7.BUILD-SNAPSHOT
E.g. for SDKMan users
```
$ sdk install springboot 2.1.6.RELEASE
$ sdk use springboot 2.1.6.RELEASE
$ sdk install springboot 2.1.7.BUILD-SNAPSHOT
$ sdk use springboot 2.1.7.BUILD-SNAPSHOT
```
and install the Spring Cloud plugin
```
$ mvn install
$ spring install org.springframework.cloud:spring-cloud-cli:2.1.0.RELEASE
$ spring install org.springframework.cloud:spring-cloud-cli:2.1.1.BUILD-SNAPSHOT
```
IMPORTANT: **Prerequisites:** to use the encryption and decryption features

View File

@@ -7,7 +7,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-cli-parent</artifactId>
<version>2.1.0.RELEASE</version>
<version>2.1.1.BUILD-SNAPSHOT</version>
</parent>
<packaging>pom</packaging>
<name>Spring Cloud Cli Docs</name>

View File

@@ -4,20 +4,20 @@ https://github.com/spring-projects/spring-boot[Spring Boot CLI]
(2.1.0 or better):
$ spring version
Spring CLI v2.1.0.RELEASE
Spring CLI v2.1.7.BUILD-SNAPSHOT
E.g. for SDKMan users
```
$ sdk install springboot 2.1.6.RELEASE
$ sdk use springboot 2.1.6.RELEASE
$ sdk install springboot 2.1.7.BUILD-SNAPSHOT
$ sdk use springboot 2.1.7.BUILD-SNAPSHOT
```
and install the Spring Cloud plugin
```
$ mvn install
$ spring install org.springframework.cloud:spring-cloud-cli:2.1.0.RELEASE
$ spring install org.springframework.cloud:spring-cloud-cli:2.1.1.BUILD-SNAPSHOT
```
IMPORTANT: **Prerequisites:** to use the encryption and decryption features

View File

@@ -5,11 +5,11 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-cli-parent</artifactId>
<version>2.1.0.RELEASE</version>
<version>2.1.1.BUILD-SNAPSHOT</version>
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-build</artifactId>
<version>2.1.6.RELEASE</version>
<version>2.1.7.BUILD-SNAPSHOT</version>
<relativePath/>
</parent>
<packaging>pom</packaging>
@@ -29,8 +29,8 @@
<bintray.package>cli</bintray.package>
<docs.main>spring-cloud-cli</docs.main>
<main.basedir>${basedir}/..</main.basedir>
<spring-boot.version>2.1.6.RELEASE</spring-boot.version>
<spring-cloud.version>Greenwich.SR2</spring-cloud.version>
<spring-boot.version>2.1.7.BUILD-SNAPSHOT</spring-boot.version>
<spring-cloud.version>Greenwich.BUILD-SNAPSHOT</spring-cloud.version>
</properties>
<modules>
<module>spring-cloud-launcher</module>

View File

@@ -13,7 +13,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-cli-parent</artifactId>
<version>2.1.0.RELEASE</version>
<version>2.1.1.BUILD-SNAPSHOT</version>
</parent>
<dependencies>

View File

@@ -12,7 +12,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-cli-parent</artifactId>
<version>2.1.0.RELEASE</version>
<version>2.1.1.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 = "Greenwich.SR2";
private static final String SPRING_CLOUD_VERSION = "Greenwich.BUILD-SNAPSHOT";
@Override
protected String getBomModule() {

View File

@@ -5,7 +5,7 @@
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-launcher</artifactId>
<version>2.1.0.RELEASE</version>
<version>2.1.1.BUILD-SNAPSHOT</version>
<packaging>pom</packaging>
<name>spring-cloud-launcher</name>
@@ -14,7 +14,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-cli-parent</artifactId>
<version>2.1.0.RELEASE</version>
<version>2.1.1.BUILD-SNAPSHOT</version>
</parent>
<properties>

View File

@@ -13,7 +13,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-launcher</artifactId>
<version>2.1.0.RELEASE</version>
<version>2.1.1.BUILD-SNAPSHOT</version>
</parent>
<dependencies>

View File

@@ -51,7 +51,7 @@ public class LauncherCommand extends OptionParsingCommand {
public static final Log log = LogFactory.getLog(LauncherCommand.class);
private static final String DEFAULT_VERSION = "2.1.0.RELEASE";
private static final String DEFAULT_VERSION = "2.1.1.BUILD-SNAPSHOT";
private static final Collection<HelpExample> EXAMPLES = new ArrayList<>();

View File

@@ -13,7 +13,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-launcher</artifactId>
<version>2.1.0.RELEASE</version>
<version>2.1.1.BUILD-SNAPSHOT</version>
</parent>
<dependencies>

View File

@@ -13,7 +13,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-launcher</artifactId>
<version>2.1.0.RELEASE</version>
<version>2.1.1.BUILD-SNAPSHOT</version>
</parent>
<properties>

View File

@@ -13,7 +13,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-launcher</artifactId>
<version>2.1.0.RELEASE</version>
<version>2.1.1.BUILD-SNAPSHOT</version>
</parent>
<properties>

View File

@@ -42,7 +42,7 @@ public class DeployerApplication {
private static final Logger logger = LoggerFactory
.getLogger(DeployerApplication.class);
private static final String DEFAULT_VERSION = "2.1.0.RELEASE";
private static final String DEFAULT_VERSION = "2.1.1.BUILD-SNAPSHOT";
private String[] args;

View File

@@ -14,7 +14,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-launcher</artifactId>
<version>2.1.0.RELEASE</version>
<version>2.1.1.BUILD-SNAPSHOT</version>
</parent>
<dependencies>

View File

@@ -14,7 +14,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-launcher</artifactId>
<version>2.1.0.RELEASE</version>
<version>2.1.1.BUILD-SNAPSHOT</version>
</parent>
<dependencies>

View File

@@ -13,7 +13,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-launcher</artifactId>
<version>2.1.0.RELEASE</version>
<version>2.1.1.BUILD-SNAPSHOT</version>
</parent>
<dependencies>

View File

@@ -13,7 +13,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-launcher</artifactId>
<version>2.1.0.RELEASE</version>
<version>2.1.1.BUILD-SNAPSHOT</version>
</parent>
<dependencies>

View File

@@ -13,7 +13,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-launcher</artifactId>
<version>2.1.0.RELEASE</version>
<version>2.1.1.BUILD-SNAPSHOT</version>
</parent>
<dependencies>