Update to snapshots

This commit is contained in:
Spencer Gibb
2017-11-22 17:33:33 -05:00
parent b96d49e765
commit bb95cb50bd
20 changed files with 28 additions and 28 deletions

View File

@@ -34,7 +34,7 @@ and install the Spring Cloud plugin
``` ```
$ mvn install $ mvn install
$ spring install org.springframework.cloud:spring-cloud-cli:1.4.0.RELEASE $ spring install org.springframework.cloud:spring-cloud-cli:1.4.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>1.4.0.RELEASE</version> <version>1.4.1.BUILD-SNAPSHOT</version>
</parent> </parent>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>Spring Cloud Cli Docs</name> <name>Spring Cloud Cli Docs</name>
@@ -15,7 +15,7 @@
<properties> <properties>
<docs.main>spring-cloud-cli</docs.main> <docs.main>spring-cloud-cli</docs.main>
<main.basedir>${basedir}/..</main.basedir> <main.basedir>${basedir}/..</main.basedir>
<docs.whitelisted.branches>1.0.x</docs.whitelisted.branches> <docs.whitelisted.branches>1.0.x,1.1.x,1.2.x,1.3.x</docs.whitelisted.branches>
</properties> </properties>
<build> <build>
<plugins> <plugins>

View File

@@ -4,20 +4,20 @@ https://github.com/spring-projects/spring-boot[Spring Boot CLI]
(1.5.2 or better): (1.5.2 or better):
$ spring version $ spring version
Spring CLI v1.5.4.RELEASE Spring CLI v1.5.8.RELEASE
E.g. for SDKMan users E.g. for SDKMan users
``` ```
$ sdk install springboot 1.5.4.RELEASE $ sdk install springboot 1.5.8.RELEASE
$ sdk use springboot 1.5.4.RELEASE $ sdk use springboot 1.5.8.RELEASE
``` ```
and install the Spring Cloud plugin and install the Spring Cloud plugin
``` ```
$ mvn install $ mvn install
$ spring install org.springframework.cloud:spring-cloud-cli:1.4.0.RELEASE $ spring install org.springframework.cloud:spring-cloud-cli:1.4.1.BUILD-SNAPSHOT
``` ```
IMPORTANT: **Prerequisites:** to use the encryption and decryption features IMPORTANT: **Prerequisites:** to use the encryption and decryption features

View File

@@ -3,7 +3,7 @@
<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>1.4.0.RELEASE</version> <version>1.4.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>
@@ -24,7 +24,7 @@
<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>1.5.7.RELEASE</spring-boot.version> <spring-boot.version>1.5.8.RELEASE</spring-boot.version>
</properties> </properties>
<modules> <modules>
<module>spring-cloud-launcher</module> <module>spring-cloud-launcher</module>
@@ -104,7 +104,7 @@
<dependency> <dependency>
<groupId>org.springframework.cloud</groupId> <groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-dependencies</artifactId> <artifactId>spring-cloud-dependencies</artifactId>
<version>Edgware.RELEASE</version> <version>Edgware.BUILD-SNAPSHOT</version>
<type>pom</type> <type>pom</type>
<scope>import</scope> <scope>import</scope>
</dependency> </dependency>

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>1.4.0.RELEASE</version> <version>1.4.1.BUILD-SNAPSHOT</version>
</parent> </parent>
<dependencies> <dependencies>

View File

@@ -5,7 +5,7 @@
<groupId>org.springframework.cloud</groupId> <groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-cli</artifactId> <artifactId>spring-cloud-cli</artifactId>
<version>1.4.0.RELEASE</version> <version>1.4.1.BUILD-SNAPSHOT</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>spring-cloud-cli</name> <name>spring-cloud-cli</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>1.4.0.RELEASE</version> <version>1.4.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 = "Edgware.RELEASE"; private static final String SPRING_CLOUD_VERSION = "Edgware.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>1.4.0.RELEASE</version> <version>1.4.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>1.4.0.RELEASE</version> <version>1.4.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>1.4.0.RELEASE</version> <version>1.4.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 = "1.4.0.RELEASE"; private static final String DEFAULT_VERSION = "1.4.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>1.4.0.RELEASE</version> <version>1.4.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>1.4.0.RELEASE</version> <version>1.4.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>1.4.0.RELEASE</version> <version>1.4.1.BUILD-SNAPSHOT</version>
</parent> </parent>
<properties> <properties>

View File

@@ -41,7 +41,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 = "1.4.0.RELEASE"; private static final String DEFAULT_VERSION = "1.4.1.BUILD-SNAPSHOT";
private String[] args; private String[] args;

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>1.4.0.RELEASE</version> <version>1.4.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>1.4.0.RELEASE</version> <version>1.4.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>1.4.0.RELEASE</version> <version>1.4.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>1.4.0.RELEASE</version> <version>1.4.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>1.4.0.RELEASE</version> <version>1.4.1.BUILD-SNAPSHOT</version>
</parent> </parent>
<dependencies> <dependencies>

View File

@@ -17,7 +17,7 @@
<parent> <parent>
<groupId>org.springframework.cloud</groupId> <groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-launcher</artifactId> <artifactId>spring-cloud-launcher</artifactId>
<version>1.4.0.RELEASE</version> <version>1.4.1.BUILD-SNAPSHOT</version>
</parent> </parent>
<dependencies> <dependencies>