diff --git a/README.adoc b/README.adoc
index 450ffd0..d4197c3 100644
--- a/README.adoc
+++ b/README.adoc
@@ -18,23 +18,23 @@ development time).
To install, make
sure you have
https://github.com/spring-projects/spring-boot[Spring Boot CLI]
-(1.4.4 or better):
+(1.4.1 or better):
$ spring version
- Spring CLI v1.4.4.RELEASE
+ Spring CLI v1.4.1.RELEASE
E.g. for SDKMan users
```
-$ sdk install springboot 1.4.4.RELEASE
-$ sdk use springboot 1.4.4.RELEASE
+$ sdk install springboot 1.4.1.RELEASE
+$ sdk use springboot 1.4.1.RELEASE
```
and install the Spring Cloud plugin
```
$ mvn install
-$ spring install org.springframework.cloud:spring-cloud-cli:1.2.3.RELEASE
+$ spring install org.springframework.cloud:spring-cloud-cli:1.2.3.BUILD-SNAPSHOT
```
IMPORTANT: **Prerequisites:** to use the encryption and decryption features
@@ -104,11 +104,11 @@ a modified file in the correct place. Just commit it and push the change.
If you don't have an IDE preference we would recommend that you use
http://www.springsource.com/developer/sts[Spring Tools Suite] or
http://eclipse.org[Eclipse] when working with the code. We use the
-http://eclipse.org/m2e/[m2eclipse] eclipse plugin for maven support. Other IDEs and tools
+http://eclipse.org/m2e/[m2eclipe] eclipse plugin for maven support. Other IDEs and tools
should also work without issue as long as they use Maven 3.3.3 or better.
==== Importing into eclipse with m2eclipse
-We recommend the http://eclipse.org/m2e/[m2eclipse] eclipse plugin when working with
+We recommend the http://eclipse.org/m2e/[m2eclipe] eclipse plugin when working with
eclipse. If you don't already have m2eclipse installed it is available from the "eclipse
marketplace".
@@ -179,4 +179,4 @@ added after the original pull request but before a merge.
other target branch in the main project).
* When writing a commit message please follow http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html[these conventions],
if you are fixing an existing issue please add `Fixes gh-XXXX` at the end of the commit
- message (where XXXX is the issue number).
\ No newline at end of file
+ message (where XXXX is the issue number).
diff --git a/docs/pom.xml b/docs/pom.xml
index af6b773..82aa829 100644
--- a/docs/pom.xml
+++ b/docs/pom.xml
@@ -6,7 +6,7 @@
org.springframework.cloud
spring-cloud-cli-parent
- 1.2.3.RELEASE
+ 1.2.3.BUILD-SNAPSHOT
pom
Spring Cloud Cli Docs
diff --git a/docs/src/main/asciidoc/install.adoc b/docs/src/main/asciidoc/install.adoc
index e6f45bf..3bed344 100644
--- a/docs/src/main/asciidoc/install.adoc
+++ b/docs/src/main/asciidoc/install.adoc
@@ -17,7 +17,7 @@ and install the Spring Cloud plugin
```
$ mvn install
-$ spring install org.springframework.cloud:spring-cloud-cli:1.2.3.RELEASE
+$ spring install org.springframework.cloud:spring-cloud-cli:1.2.3.BUILD-SNAPSHOT
```
IMPORTANT: **Prerequisites:** to use the encryption and decryption features
diff --git a/pom.xml b/pom.xml
index dd095f0..ad0bf80 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,11 +3,11 @@
4.0.0
org.springframework.cloud
spring-cloud-cli-parent
- 1.2.3.RELEASE
+ 1.2.3.BUILD-SNAPSHOT
org.springframework.cloud
spring-cloud-build
- 1.2.2.RELEASE
+ 1.2.2.BUILD-SNAPSHOT
pom
@@ -24,7 +24,7 @@
cli
spring-cloud-cli
${basedir}/..
- 1.4.4.RELEASE
+ 1.4.4.BUILD-SNAPSHOT
spring-cloud-launcher
@@ -111,7 +111,7 @@
org.springframework.cloud
spring-cloud-dependencies
- Camden.SR5
+ Camden.BUILD-SNAPSHOT
pom
import
diff --git a/spring-cloud-cli-integration-tests/pom.xml b/spring-cloud-cli-integration-tests/pom.xml
index 7b7ff1b..5269bd6 100644
--- a/spring-cloud-cli-integration-tests/pom.xml
+++ b/spring-cloud-cli-integration-tests/pom.xml
@@ -12,7 +12,7 @@
org.springframework.cloud
spring-cloud-cli-parent
- 1.2.3.RELEASE
+ 1.2.3.BUILD-SNAPSHOT
diff --git a/spring-cloud-cli/pom.xml b/spring-cloud-cli/pom.xml
index 818541c..3a5dd79 100644
--- a/spring-cloud-cli/pom.xml
+++ b/spring-cloud-cli/pom.xml
@@ -5,7 +5,7 @@
org.springframework.cloud
spring-cloud-cli
- 1.2.3.RELEASE
+ 1.2.3.BUILD-SNAPSHOT
jar
spring-cloud-cli
@@ -14,7 +14,7 @@
org.springframework.cloud
spring-cloud-cli-parent
- 1.2.3.RELEASE
+ 1.2.3.BUILD-SNAPSHOT
diff --git a/spring-cloud-cli/src/main/java/org/springframework/cloud/cli/compiler/SpringCloudBomAstTransformation.java b/spring-cloud-cli/src/main/java/org/springframework/cloud/cli/compiler/SpringCloudBomAstTransformation.java
index fe2c1b1..219c56b 100644
--- a/spring-cloud-cli/src/main/java/org/springframework/cloud/cli/compiler/SpringCloudBomAstTransformation.java
+++ b/spring-cloud-cli/src/main/java/org/springframework/cloud/cli/compiler/SpringCloudBomAstTransformation.java
@@ -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.SR5";
+ private static final String SPRING_CLOUD_VERSION = "Camden.BUILD-SNAPSHOT";
@Override
protected String getBomModule() {
diff --git a/spring-cloud-launcher/pom.xml b/spring-cloud-launcher/pom.xml
index 34560f4..e2116fa 100644
--- a/spring-cloud-launcher/pom.xml
+++ b/spring-cloud-launcher/pom.xml
@@ -5,7 +5,7 @@
org.springframework.cloud
spring-cloud-launcher
- 1.2.3.RELEASE
+ 1.2.3.BUILD-SNAPSHOT
pom
spring-cloud-launcher
@@ -14,7 +14,7 @@
org.springframework.cloud
spring-cloud-cli-parent
- 1.2.3.RELEASE
+ 1.2.3.BUILD-SNAPSHOT
diff --git a/spring-cloud-launcher/spring-cloud-launcher-cli/pom.xml b/spring-cloud-launcher/spring-cloud-launcher-cli/pom.xml
index 1bd80ee..b46f63d 100644
--- a/spring-cloud-launcher/spring-cloud-launcher-cli/pom.xml
+++ b/spring-cloud-launcher/spring-cloud-launcher-cli/pom.xml
@@ -13,7 +13,7 @@
org.springframework.cloud
spring-cloud-launcher
- 1.2.3.RELEASE
+ 1.2.3.BUILD-SNAPSHOT
diff --git a/spring-cloud-launcher/spring-cloud-launcher-cli/src/main/java/org/springframework/cloud/launcher/cli/LauncherCommand.java b/spring-cloud-launcher/spring-cloud-launcher-cli/src/main/java/org/springframework/cloud/launcher/cli/LauncherCommand.java
index 33b79b2..e11b1bf 100644
--- a/spring-cloud-launcher/spring-cloud-launcher-cli/src/main/java/org/springframework/cloud/launcher/cli/LauncherCommand.java
+++ b/spring-cloud-launcher/spring-cloud-launcher-cli/src/main/java/org/springframework/cloud/launcher/cli/LauncherCommand.java
@@ -52,7 +52,7 @@ public class LauncherCommand extends OptionParsingCommand {
public static final Log log = LogFactory.getLog(LauncherCommand.class);
- private static final String DEFAULT_VERSION = "1.2.3.RELEASE";
+ private static final String DEFAULT_VERSION = "1.2.3.BUILD-SNAPSHOT";
private static final Collection EXAMPLES = new ArrayList<>();
diff --git a/spring-cloud-launcher/spring-cloud-launcher-configserver/pom.xml b/spring-cloud-launcher/spring-cloud-launcher-configserver/pom.xml
index acb89fc..0bb860f 100644
--- a/spring-cloud-launcher/spring-cloud-launcher-configserver/pom.xml
+++ b/spring-cloud-launcher/spring-cloud-launcher-configserver/pom.xml
@@ -13,7 +13,7 @@
org.springframework.cloud
spring-cloud-launcher
- 1.2.3.RELEASE
+ 1.2.3.BUILD-SNAPSHOT
diff --git a/spring-cloud-launcher/spring-cloud-launcher-dataflow/pom.xml b/spring-cloud-launcher/spring-cloud-launcher-dataflow/pom.xml
index 18ae00a..6afb390 100644
--- a/spring-cloud-launcher/spring-cloud-launcher-dataflow/pom.xml
+++ b/spring-cloud-launcher/spring-cloud-launcher-dataflow/pom.xml
@@ -13,7 +13,7 @@
org.springframework.cloud
spring-cloud-launcher
- 1.2.3.RELEASE
+ 1.2.3.BUILD-SNAPSHOT
diff --git a/spring-cloud-launcher/spring-cloud-launcher-deployer/pom.xml b/spring-cloud-launcher/spring-cloud-launcher-deployer/pom.xml
index 5644ff6..bad0494 100644
--- a/spring-cloud-launcher/spring-cloud-launcher-deployer/pom.xml
+++ b/spring-cloud-launcher/spring-cloud-launcher-deployer/pom.xml
@@ -13,11 +13,11 @@
org.springframework.cloud
spring-cloud-launcher
- 1.2.3.RELEASE
+ 1.2.3.BUILD-SNAPSHOT
- 1.0.3.RELEASE
+ 1.0.4.BUILD-SNAPSHOT
diff --git a/spring-cloud-launcher/spring-cloud-launcher-deployer/src/main/java/org/springframework/cloud/launcher/deployer/DeployerThread.java b/spring-cloud-launcher/spring-cloud-launcher-deployer/src/main/java/org/springframework/cloud/launcher/deployer/DeployerThread.java
index f3995df..23fea51 100644
--- a/spring-cloud-launcher/spring-cloud-launcher-deployer/src/main/java/org/springframework/cloud/launcher/deployer/DeployerThread.java
+++ b/spring-cloud-launcher/spring-cloud-launcher-deployer/src/main/java/org/springframework/cloud/launcher/deployer/DeployerThread.java
@@ -39,7 +39,7 @@ public class DeployerThread extends Thread {
private static final Logger logger = LoggerFactory.getLogger(DeployerThread.class);
- private static final String DEFAULT_VERSION = "1.2.3.RELEASE";
+ private static final String DEFAULT_VERSION = "1.2.3.BUILD-SNAPSHOT";
private String[] args;
diff --git a/spring-cloud-launcher/spring-cloud-launcher-eureka/pom.xml b/spring-cloud-launcher/spring-cloud-launcher-eureka/pom.xml
index 0726bcc..1a16a48 100644
--- a/spring-cloud-launcher/spring-cloud-launcher-eureka/pom.xml
+++ b/spring-cloud-launcher/spring-cloud-launcher-eureka/pom.xml
@@ -13,7 +13,7 @@
org.springframework.cloud
spring-cloud-launcher
- 1.2.3.RELEASE
+ 1.2.3.BUILD-SNAPSHOT
diff --git a/spring-cloud-launcher/spring-cloud-launcher-h2/pom.xml b/spring-cloud-launcher/spring-cloud-launcher-h2/pom.xml
index fd13e53..3801219 100644
--- a/spring-cloud-launcher/spring-cloud-launcher-h2/pom.xml
+++ b/spring-cloud-launcher/spring-cloud-launcher-h2/pom.xml
@@ -13,7 +13,7 @@
org.springframework.cloud
spring-cloud-launcher
- 1.2.3.RELEASE
+ 1.2.3.BUILD-SNAPSHOT
diff --git a/spring-cloud-launcher/spring-cloud-launcher-hystrixdashboard/pom.xml b/spring-cloud-launcher/spring-cloud-launcher-hystrixdashboard/pom.xml
index 523f392..624ce98 100644
--- a/spring-cloud-launcher/spring-cloud-launcher-hystrixdashboard/pom.xml
+++ b/spring-cloud-launcher/spring-cloud-launcher-hystrixdashboard/pom.xml
@@ -13,7 +13,7 @@
org.springframework.cloud
spring-cloud-launcher
- 1.2.3.RELEASE
+ 1.2.3.BUILD-SNAPSHOT
diff --git a/spring-cloud-launcher/spring-cloud-launcher-kafka/pom.xml b/spring-cloud-launcher/spring-cloud-launcher-kafka/pom.xml
index a09d8f1..2cf0bc0 100644
--- a/spring-cloud-launcher/spring-cloud-launcher-kafka/pom.xml
+++ b/spring-cloud-launcher/spring-cloud-launcher-kafka/pom.xml
@@ -13,7 +13,7 @@
org.springframework.cloud
spring-cloud-launcher
- 1.2.3.RELEASE
+ 1.2.3.BUILD-SNAPSHOT
diff --git a/spring-cloud-launcher/spring-cloud-launcher-zipkin/pom.xml b/spring-cloud-launcher/spring-cloud-launcher-zipkin/pom.xml
index 391bd40..6f7771e 100644
--- a/spring-cloud-launcher/spring-cloud-launcher-zipkin/pom.xml
+++ b/spring-cloud-launcher/spring-cloud-launcher-zipkin/pom.xml
@@ -17,7 +17,7 @@
org.springframework.cloud
spring-cloud-launcher
- 1.2.3.RELEASE
+ 1.2.3.BUILD-SNAPSHOT