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): (2.1.0 or better):
$ spring version $ spring version
Spring CLI v2.1.0.RELEASE Spring CLI v2.1.7.BUILD-SNAPSHOT
E.g. for SDKMan users E.g. for SDKMan users
``` ```
$ sdk install springboot 2.1.6.RELEASE $ sdk install springboot 2.1.7.BUILD-SNAPSHOT
$ sdk use springboot 2.1.6.RELEASE $ sdk use springboot 2.1.7.BUILD-SNAPSHOT
``` ```
and install the Spring Cloud plugin and install the Spring Cloud plugin
``` ```
$ mvn install $ 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 IMPORTANT: **Prerequisites:** to use the encryption and decryption features

View File

@@ -7,7 +7,7 @@
<parent> <parent>
<groupId>org.springframework.cloud</groupId> <groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-cli-parent</artifactId> <artifactId>spring-cloud-cli-parent</artifactId>
<version>2.1.0.RELEASE</version> <version>2.1.1.BUILD-SNAPSHOT</version>
</parent> </parent>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>Spring Cloud Cli Docs</name> <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): (2.1.0 or better):
$ spring version $ spring version
Spring CLI v2.1.0.RELEASE Spring CLI v2.1.7.BUILD-SNAPSHOT
E.g. for SDKMan users E.g. for SDKMan users
``` ```
$ sdk install springboot 2.1.6.RELEASE $ sdk install springboot 2.1.7.BUILD-SNAPSHOT
$ sdk use springboot 2.1.6.RELEASE $ sdk use springboot 2.1.7.BUILD-SNAPSHOT
``` ```
and install the Spring Cloud plugin and install the Spring Cloud plugin
``` ```
$ mvn install $ 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 IMPORTANT: **Prerequisites:** to use the encryption and decryption features

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -51,7 +51,7 @@ public class LauncherCommand extends OptionParsingCommand {
public static final Log log = LogFactory.getLog(LauncherCommand.class); 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<>(); private static final Collection<HelpExample> EXAMPLES = new ArrayList<>();

View File

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

View File

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

View File

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

View File

@@ -42,7 +42,7 @@ public class DeployerApplication {
private static final Logger logger = LoggerFactory private static final Logger logger = LoggerFactory
.getLogger(DeployerApplication.class); .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; private String[] args;

View File

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

View File

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

View File

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

View File

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

View File

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